sge 1.0.4

Simple game engine
Documentation

SGE

A simple 2D/3D engine inspired by macroquad.

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"