framework icon indicating copy to clipboard operation
framework copied to clipboard

The exomia/framework can be used to develop cross platform applications, 2D/3D video games and simulations.

Results 9 framework issues
Sort by recently updated
recently updated
newest added

enhancement
good first issue
feature

enhancement
feature
dependencies

implement msdf fonts and make it work with the canvas

enhancement
feature
dependencies

enhancement
good first issue
feature

- [ ] Spritebatch - [ ] Canvas - [ ] Audio - [ ] SceneManager - [ ] ...

enhancement
feature

https://github.com/exomia/framework/blob/68f0e503c64438353e37ad0d1e812d2994b18354/src/Exomia.Framework/UI/UiManager.cs#L161 if the "_controlCount" exceeds the "_currentlyControls.Length * 2" amount the system will crash. to prevent we should resize the array based on the maximum of "_currentlyControls.Length * 2" and...

bug