Expand description
This is a library to create apps & games using wgpu / winit / legion
If it’s missing something that you need (and sure it will), create an issue on GitHub issue tracker
Re-exports§
pub use ultraviolet;
Modules§
- config
- Configurations of
Scion - core
- rendering
- Everything that is relative to rendering to the window (Like renderable components, camera, transforms..)
- utils
- Utilities provided by
Scionto help to do some basic stuff.
Structs§
- Scion
Scionis the entry point of any application made with Scion’s lib.- Scion
Builder - Builder providing convenience functions to build the
Scionapplication. This builder is returned when callingScion::app()ofScion::app_with_config()and can’t be obtained otherwise.