Devlogs
NutshellEngine 0.1.7
NutshellEngine 0.1.7 is here and adds orthographic cameras.
Runtime
The Runtime is the part of the engine that runs the games made with the editor.
Features
- /!\ Breaking Change! Added orthographic cameras to the provided Graphics Module. This includes a CameraProjectionType enum and a way to provide the parameters for the orthographic camera in the Camera component.
Bug fixes
- Fixed an issue where visual artifacts could appear when reaching a high number of entities.
- Corrected image sizes for the images that contain the font glyphs in the provided Asset Loader Module.
Editor
The Editor is the software used to make games with.
Features
- Added support for orthographic cameras.