Generative (WIP) is 2D generational arts creation library written in Rust. Currently it is in nascent stage and is somewhat unstable.
- 2D Shape + Transformations (Translation, Rotation, Shearing in X and Y) + Anti-Aliasing
- Lines
- Line from multiple points
- Squares
- Rectangles
- Polygons
- Circles
- Ellipse
- Curves + Transformations (Translation, Rotation, Shearing in X and Y) + Anti-Aliasing
- Catmull-Rom Spline (Uniform + Centripetal + Chordal)
- n-degree Bezier curve
- A lot of things