Skip to content

Releases: earlygrey/shapedrawer

Add method for offsetting a polygon

Choose a tag to compare

@earlygrey earlygrey released this 25 Sep 19:03
v2.6.0

update CHANGES

Set texture region and misc fixes

Choose a tag to compare

@earlygrey earlygrey released this 12 Jun 21:03
Merge branch 'master' of https://github.com/earlygrey/shapedrawer

merging rectangle fix

libGDX 1.9.12 Compatibility, drawings, triangles.

Choose a tag to compare

@earlygrey earlygrey released this 02 Nov 15:51
v2.4.0

add to CHANGES and change version name in build.gradle

Bug fixes and coloured rectangles

Choose a tag to compare

@earlygrey earlygrey released this 03 Apr 04:37
25ce18c

See CHANGES

Graph Drawer

Choose a tag to compare

@earlygrey earlygrey released this 19 Feb 05:46
2fb3876

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

Choose a tag to compare

@earlygrey earlygrey released this 17 Nov 20:15
7180e57

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

Fixes crash with filledRectangle

Choose a tag to compare

@earlygrey earlygrey released this 29 Oct 21:22
v2.0.3

bugfix: filledRectangle() was missing pushToBatch() call, sometimes p…

Fixes crash when drawing large shapes

Choose a tag to compare

@earlygrey earlygrey released this 21 Oct 18:43
221283e

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

Fixes texture coordinate bug

Choose a tag to compare

@earlygrey earlygrey released this 27 Sep 21:33
8884cb8
v2.0.1

Update CHANGES

All-in-one ShapeDrawer

Choose a tag to compare

@earlygrey earlygrey released this 26 Sep 21:17

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