scion icon indicating copy to clipboard operation
scion copied to clipboard

Scion is a tiny 2D game library built on top of wgpu and winit, following the KISS principle.

Results 40 scion issues
Sort by recently updated
recently updated
newest added

### Describe the feature When retrieving if an input is pressed, it would be interesting to be able to also retrieve a gauge that represents how long it has been...

enhancement

So, Aseprite is kinda the best software about pixel art around there (and according to me obviously). I want to be able to have a nice and simple integration with...

documentation

The goal is to provide a way to store, access player settings during && between different sessions. The purpose is not to store game saves. It should be used only...

enhancement

The goal of this is to be able to implement a way to make components render on a material instead of on the screen

- Use an animated sprite for the character - Maybe add sounds - If the player fails a jump or reach the end, go to the start instead of killing...

enhancement
Game

### Describe the feature An utility FN to cfeate a color from Hexa code ### Why do you need this feature ? To be able to use Hexa codes from...

enhancement