Releases: davidbuzatto/JSGE
Releases · davidbuzatto/JSGE
v1.5.1
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.
v1.4.5
- 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
andcolorGrayscale
methods inColorUtils
class.
Compiled package requires JDK 17 or above.
v1.4.4
- 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
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
New method to create an Image of the JSGE.
Compiled package requires JDK 17 or above.
v1.4.1
Fix in ColorMethodsExample.
Compiled package requires JDK 17 or above.
v1.4.0
Added support for gamepads/joysticks/controllers!
Compiled package requires JDK 17 or above.