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§
- Configurations of
Scion
- Everything that is relative to rendering to the window (Like renderable components, camera, transforms..)
- Utilities provided by
Scion
to help to do some basic stuff.
Structs§
Scion
is the entry point of any application made with Scion’s lib.- Builder providing convenience functions to build the
Scion
application. This builder is returned when callingScion::app()
ofScion::app_with_config()
and can’t be obtained otherwise.