framework
framework copied to clipboard
The exomia/framework can be used to develop cross platform applications, 2D/3D video games and simulations.
implement msdf fonts and make it work with the canvas
- [ ] Spritebatch - [ ] Canvas - [ ] Audio - [ ] SceneManager - [ ] ...
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...