Releases: altalk23/Allium
Releases · altalk23/Allium
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Freeform brush! New UI! Adjustable settings! It's all here!
Changelog
- Implemented freeform brush drawing using the [Ramer–Douglas–Peucker algorithm] (https://en.wikipedia.org/wiki/Ramer–Douglas–Peucker_algorithm)
- New UI! Moved everything into a build tab, with new buttons and design
- Added a support button, I appreciate any amount of support!
- Fixed crash related to finalizing curved drawing early
- Changed the behavior of line drawing endpoints for consistency
- Line thickness, line color, curve detail and freeform threshold are all adjustable now!
v0.2.0
Initial implementation of curves! And some more qol things!
Changelog
- Implemented simple curve drawing support with the use of Anti-Grain Geometry library
- Added a finalize button to finalize the curve easier
- Added a panning button to enable pannign while doing drawing
- Fixed a crash issue related to leaving the brush open and exiting the editor