sge 1.0.3

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

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

Please read the examples (start with simple.rs).

# Nightly

This engine requires Rust nightly. To use this, create a rust-toolchain.toml
file in the root of your project, with the following contents:

    [toolchain]
    channel = "nightly"