Skip to content

Releases: earlygrey/shapedrawer

Add method for offsetting a polygon

25 Sep 19:03
Compare
Choose a tag to compare

Set texture region and misc fixes

12 Jun 21:03
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/earlygrey/shapedrawer

merging rectangle fix

libGDX 1.9.12 Compatibility, drawings, triangles.

02 Nov 15:51
Compare
Choose a tag to compare
v2.4.0

add to CHANGES and change version name in build.gradle

Bug fixes and coloured rectangles

03 Apr 04:37
25ce18c
Compare
Choose a tag to compare

Graph Drawer

19 Feb 05:46
2fb3876
Compare
Choose a tag to compare

This version adds the Graph Drawer class, which can draw the function graph of Interpolations.

Also includes some minor fixes, additions and doc corrections - see CHANGES file.

Coloured lines and polygons

17 Nov 20:15
7180e57
Compare
Choose a tag to compare

Added the ability to colour the endpoints of lines, and the centre and perimeter of regular polygons.

Fixes crash with filledRectangle

29 Oct 21:22
Compare
Choose a tag to compare
bugfix: filledRectangle() was missing pushToBatch() call, sometimes p…

…roduced strange visual errors in subsequent calls

Fixes crash when drawing large shapes

21 Oct 18:43
221283e
Compare
Choose a tag to compare

Internal changes that prevent crash when drawing shapes with more than about 400 vertices when using PolygonBatch.

Fixes texture coordinate bug

27 Sep 21:33
8884cb8
Compare
Choose a tag to compare
v2.0.1

Update CHANGES

All-in-one ShapeDrawer

26 Sep 21:17
Compare
Choose a tag to compare

This is a breaking update that removes the short-lived PolygonShapeDrawer and allows ShapeDrawer to draw filled shapes without a PolygonBatch