Releases: davidbuzatto/JSGE
Releases · davidbuzatto/JSGE
v1.5.7
v1.5.6
- New methods to take and save screenshots!
Compiled package requires JDK 17 or above.
v1.5.5
- Examples source code moved to JSGE-Showcase repository;
- The compiled version of the showcase will be available with the releases of JSGE from now on.
Compiled package requires JDK 17 or above.
v1.5.4
- Now GuiColorPicker can be configured to hide the alpha slider;
- GuiToolTip will be repositioned if its is out of screen bounds;
- Bugfixes.
Compiled package requires JDK 17 or above.
v1.5.3
- Improvements on how themes are applied to components, making the creation of new components more flexible;
- Bugfixes.
Compiled package requires JDK 17 or above.
v1.5.2
- New IMGUI component: GuiScrollBar;
- GuiDropdownList and GuiList components updated to use GuiScrollBar;
- Improvements for GuiTheme;
- Bugfixes.
Compiled package requires JDK 17 or above.
v1.5.1
- New IMGUI components: GuiGlue and GuiToolTip;
- Support for themes: GuiTheme;
- Bugfixes.
Compiled package requires JDK 17 or above.
v1.5.0
- New IMGUI component suite;
- Bugfixes.
Compiled package requires JDK 17 or above.
v1.4.7
- New drawing methods exposing Graphics and Graphic2D basic methods.
- New drawRectangle methods for both engine and image.
Compiled package requires JDK 17 or above.
v1.4.6
- Scissor mode for graphic context clipping.
Compiled package requires JDK 17 or above.