Continue new platform/glium implementations
- Assets, asset manager system - Rendering system trait - Kick off glium platform implementation - And more
This commit is contained in:
parent
f7d5c14caf
commit
e817abf8ab
18 changed files with 2557 additions and 32 deletions
|
|
@ -2,6 +2,9 @@ pub mod platform;
|
|||
pub mod assets;
|
||||
pub mod model;
|
||||
pub mod gltf_loader;
|
||||
pub mod system;
|
||||
mod render;
|
||||
|
||||
pub use assets::GliumAssetManager;
|
||||
pub use platform::GliumPlatform;
|
||||
pub use system::RenderingSystem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue