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§

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 calling Scion::app() of Scion::app_with_config() and can’t be obtained otherwise.