Devlogs
NutshellEngine 0.1.15
NutshellEngine 0.1.15 adds some new features, including new scripts callbacks and SDF fonts.
Runtime
The Runtime is the part of the engine that runs the games made with the editor.
Features
- Logs now appear even if the build type is Release.
- Added a new getEntities function to ECS and scripts, that returns all entities.
- Added two new callback functions to scripts, they are especially useful for persistent entities:
- /!\ Breaking Change! Added SDF fonts. SDF Fonts can be scaled while keeping a high resolution. Bitmap fonts are still available and are useful for small text.
- /!\ Breaking Change! Changed the parameters of the drawUIText function, that now takes a scale parameter, to scale the text.