1.0-stable+3.3.2
This is the first stable release of Goost.
Changelog since 1.0-beta
:
Added
- Implemented
GridRect
GUI class for drawing rectangular grids on any size: #80. - Added polygon and polyline simplification and smoothing methods in
GoostGeometry2D
: #76, #77. - Bresenham line generation algorithms in
GoostGeometry2D
: #78. Random.decision()
method to get a random boolean based on probability: #70.