Skip to content

Releases: davidbuzatto/JSGE

v1.5.7

15 Feb 22:23
Compare
Choose a tag to compare
  • Bugfix on setDefaultFontName method.

Compiled package requires JDK 17 or above.

v1.5.6

15 Feb 02:36
Compare
Choose a tag to compare
  • New methods to take and save screenshots!

Compiled package requires JDK 17 or above.

v1.5.5

04 Feb 02:24
Compare
Choose a tag to compare
  • 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

03 Feb 02:04
Compare
Choose a tag to compare
  • 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

03 Feb 01:21
Compare
Choose a tag to compare
  • 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

02 Feb 02:28
Compare
Choose a tag to compare
  • 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

25 Jan 22:27
Compare
Choose a tag to compare
  • New IMGUI components: GuiGlue and GuiToolTip;
  • Support for themes: GuiTheme;
  • Bugfixes.

Compiled package requires JDK 17 or above.

v1.5.0

24 Jan 01:00
Compare
Choose a tag to compare
  • New IMGUI component suite;
  • Bugfixes.

Compiled package requires JDK 17 or above.

v1.4.7

04 Jan 21:51
Compare
Choose a tag to compare
  • 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

26 Dec 20:16
Compare
Choose a tag to compare
  • Scissor mode for graphic context clipping.

Compiled package requires JDK 17 or above.