Generative
Generative (WIP) is 2D generational arts creation library written in Rust. Currently it is in nascent stage and is somewhat unstable.
Example Outputs
Outputs
Perlin Loop
Perlin Force Field
Watercolored Circles
Mandelbrot
Generating sinusoidal wave image
Original | Wave Image |
---|---|
Current features:
- 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
TODO:
- A lot of things