sge 1.2.0

Simple game engine
Documentation
# Summary

[Introduction](./intro.md)

- [Architecture]./arch.md
- [Drawing Shapes]./shapes.md
- [Color type]./color.md
- [Input API]./input.md
    - [Gamepad]./gamepad.md
- [Time]./time.md
- [Drawing text]./text.md
- [Drawing textures]./textures.md
- [Audio]./audio.md
- [Camera]./camera.md
- [3D]./3d.md
- [Some rendering details]./rendering.md
- [Async]./async.md
- [Window]./window.md
- [Debugging]./debugging.md
- [Rich text]./rich_text.md
- [Logging]./logging.md
- [File System API]./fs.md
- [RNG]./rng.md
- [Image API]./image.md
- [Math API]./math.md
- [Particle system]./particles.md
- [Persistence API]./persistence.md
- [Physics API]./physics.md
- [Post-processing effects]./post_processing.md
- [Render textures]./render_texures.md
- [Advanced Shapes]./sdf.md
- [Storage API]./storage.md
- [UI]./ui.md
- [Multiplayer]./multiplayer.md
- [Platform support]./platform.md