All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 2D CSG operations in
rscsg::dim2
. - Real time OpenGL example rendering a 3D Csg shape.
- GL sample can change between scenes.
- GL sample rotatable with mouse.
- Moved all 3D operations to module
rscsg::dim3
.
- Initial release
- Basic polygon based 3D Constructive Solid Geometry rust library.