scion 0.7.0

Game making library on top of wgpu, winit, hecs
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod audio_controller;
pub mod components;
pub(crate) mod event_handler;
pub mod package;
pub mod resources;
pub mod scene;
pub(crate) mod scheduler;
pub mod state;
pub mod systems;
pub mod world;