Skip to content

Releases: davidbuzatto/JSGE

v1.7.1

08 Jan 19:56

Choose a tag to compare

  • Turtle Graphics API improvements.

Compiled package requires JDK 17 or above.

v1.7.0

26 Dec 01:44

Choose a tag to compare

  • New feature: Turtle Graphics.

Compiled package requires JDK 17 or above.

v1.6.1

14 Mar 18:37

Choose a tag to compare

  • Invisible background bugfix!

Compiled package requires JDK 17 or above.

v1.6.0

14 Mar 18:00

Choose a tag to compare

  • Now the game window/frame can have an invisible background! This options is available through the EngineFrame constructor.
  • BufferStrategyEngineFrame (marked as deprecated) was deleted in this release!

Compiled package requires JDK 17 or above.

v1.5.9

13 Mar 01:13

Choose a tag to compare

  • Missing getLast() method definition in List interface in JDKs prior to 21.

Compiled package requires JDK 17 or above.

v1.5.8

10 Mar 19:23

Choose a tag to compare

  • Improved text editing capabilities for GuiTextField.

Compiled package requires JDK 17 or above.

v1.5.7

15 Feb 22:23

Choose a tag to compare

  • Bugfix on setDefaultFontName method.

Compiled package requires JDK 17 or above.

v1.5.6

15 Feb 02:36

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

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

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.