sge 1.2.0

Simple game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Simple Game Engine

A simple 2D/3D engine inspired by [macroquad](https://macroquad.rs/).

## Documentation

A book about SGE, which serves as the main documentation, can be found [here](https://lilyrl.github.io/sge/).

Automatically generated reference documentation for SGE can be found [here](https://docs.rs/sge/latest/sge/).
Most of the content is in the `prelude` module.

There is an example for every feature in the engine, start with `simple.rs`.