Skip to content

Releases: davidbuzatto/JSGE

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.

v1.4.5

29 Nov 16:31
Compare
Choose a tag to compare
  • Mathematical and geometrical classes are now Serializable;
  • Introduced methods to activate and deactivate antialiasing;
  • Implementation of Chaikin and Catmull-Rom algorithms for curve smoothing;
  • Implementation of colorInvert and colorGrayscale methods in ColorUtils class.

Compiled package requires JDK 17 or above.

v1.4.4

25 Nov 00:54
Compare
Choose a tag to compare
  • Improvements for AABBQuadtree execution;
  • Now AABBQuadtrees can be drawn;
  • New methods to load an register fonts (TTF, OTF and Type1);
  • Fixed some methods naming inconsistences (draw/fillRectanglePro to draw/fillRectangle);
  • Methods to draw and fill AABBs;
  • Utilitary methods to create SpriteMapAnimationFrames based in the sprite map width.

Compiled package requires JDK 17 or above.

v1.4.3

17 Nov 19:33
Compare
Choose a tag to compare

New methods for image drawing and image resize. Java Stream Player dependencies update and Ogg Vorbis sound example.

Compiled package requires JDK 17 or above.

v1.4.2

15 Nov 18:23
Compare
Choose a tag to compare

New method to create an Image of the JSGE.

Compiled package requires JDK 17 or above.

v1.4.1

15 Nov 02:27
Compare
Choose a tag to compare

Fix in ColorMethodsExample.

Compiled package requires JDK 17 or above.

v1.4.0

13 Nov 21:06
Compare
Choose a tag to compare

Added support for gamepads/joysticks/controllers!

Compiled package requires JDK 17 or above.