buttery-engine 0.1.0

A very simplistic game-engine written in rust. This is a learning project for me, so no promises on it's performance or stability.
Documentation
1
2
3
4
5
6
7
8
9
pub mod camera;
pub mod engine;
pub mod game;
pub mod key_event;
pub mod object;
pub mod renderer;
pub mod ui;
pub mod windowing;
pub mod world_model;