Skip to content

Releases: wonderunit/alchemancy

v1.5.1

10 Oct 18:13
Compare
Choose a tag to compare

Performance improvements.

v1.5.0

05 Oct 22:49
Compare
Choose a tag to compare

Add SelectedArea class, which is used for marquee selections and operations.

v1.4.3

24 Aug 19:14
Compare
Choose a tag to compare

Enable straight line drawing while erasing

v1.4.2

23 Aug 21:22
Compare
Choose a tag to compare

Add Straight Line drawing #24

v1.3.1

05 Jul 23:31
Compare
Choose a tag to compare

For better performance, turn off AlphaFilter when stroke opacity is at 100% 009e0f7

v1.3.0

05 Jul 21:54
Compare
Choose a tag to compare

Added Zoom and Pan #23

v1.2.0

02 Jul 17:17
Compare
Choose a tag to compare

Add “Stroke Opacity”. #21

The drawing engine now renders each new line segment to a single temporary stroke texture, instead of rendering directly the the layer texture. When the stroke is complete, the temporary stroke texture is stamped, with a variable opacity, to the layer texture.

v1.1.0

26 Jun 22:32
Compare
Choose a tag to compare

Added Efficiency Mode #20

v1.0.0

13 Jun 19:59
Compare
Choose a tag to compare

Initial Release