NutshellEngine 0.1.15
NutshellEngine » Devlog
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:
- onSceneEnter: is called after a new scene is loaded.
- onSceneExit: is called before a new scene is loaded.
- /!\ 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.
- Removed the loadFont function.
- loadFontBitmap: same as loadFont, creates a Bitmap Font.
- loadFontSDF: creates a SDF Font.

Top: Bitmap font, pixel height 64, scale *5, Bottom: SDF font, pixel height 64, scale *5
- /!\ Breaking Change! Changed the parameters of the drawUIText function, that now takes a scale parameter, to scale the text.
Files
NutshellEngine-0.1.15-Windows-x64.zip 37 MB
8 hours ago
NutshellEngine-0.1.15-Linux-x64.tar.gz 24 MB
8 hours ago
Get NutshellEngine
NutshellEngine
NutshellEngine is a modular game engine designed to enable game and engine developers to work together efficiently.
Status | In development |
Category | Tool |
Author | Team Nutshell |
Tags | Game engine |
More posts
- NutshellEngine 0.1.1446 days ago
- NutshellEngine 0.1.1365 days ago
- NutshellEngine 0.1.1294 days ago
- NutshellEngine 0.1.11Mar 05, 2025
- NutshellEngine 0.1.10Feb 20, 2025
- NutshellEngine 0.1.9Feb 17, 2025
- NutshellEngine 0.1.8Feb 05, 2025
- NutshellEngine 0.1.7Jan 22, 2025
- NutshellEngine 0.1.6Dec 17, 2024
Leave a comment
Log in with itch.io to leave a comment.