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 We need to be able to load a font as an asset and reuse it without declaring a new font each time ### Why do you...

enhancement

### Describe the feature Be able to resize the Window during runtime ### Why do you need this feature ? To be able to allow users to resize the game

enhancement

### Describe the feature To be able to create quasi pixel perfect collisions, polygone colliders are needed. Maybe I should hide complexe polygons behind a feature ...

enhancement

# UI Button Issue created in order to keep track of this new component ## Features - Button builder - Button events - on mouse enter - on mouse exit...

enhancement

Scenarios are list of actions executed one by one. This issue needs to be completed first

Currently, to enable debug lines on colliders, we need to add 'with_debug' at the end of the collider's creation. It could be cool if, maybe behind a feature, we could...

enhancement