feo-oop-engine 0.0.5

An Object Oriented game engine for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Constructs for identifying GameObjects
//! 
//! TODO
//! 
pub mod id;
pub mod named;
pub mod relation;

// TODO maybe
// pub mod class;