Crate scion

Source
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 Scion to help to do some basic stuff.

Structs§

Scion
Scion is the entry point of any application made with Scion’s lib.
ScionBuilder
Builder providing convenience functions to build the Scion application. This builder is returned when calling Scion::app() of Scion::app_with_config() and can’t be obtained otherwise.