tge 0.0.4

A lightweight cross-platform 2D game framework written in pure Rust and based on OpenGL 3.3+.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod error;
pub mod math;
pub mod engine;
pub mod event;
pub mod filesystem;
pub mod window;
pub mod graphics;
pub mod timer;
pub mod keyboard;
pub mod mouse;
pub mod touch;
pub mod touchpad;
pub mod gamepad;
pub mod audio;
pub mod game;
pub mod prelude;