News
Release 1.0.0-beta.1
Posted August 7th, 2025
This beta release reorganizes some module functions and reworks the window for better general functionality.
- Added Lime.GetVersion, which retrieves the version of Lime running.
- Moved some World functions to Lime:
- Reworked Lime.SetWindowSize to work post-window creation, resizes from center.
- Added Lime.SetMatchResolutionToSize which enables/disables matching the Irrlicht rendering resolution to the window size on resizing, defaulting to
true
. - Maximizing the Lime window now fully covers the screen, with the top bar and task bar hidden.
- Added Lime.SetAutoAspectRatio, which locks the window's aspect ratio on resize if enabled.
- Added Input.GetMouseDelta, which returns the physical change in mouse position since the last frame, disregarding Input.SetMousePosition.