Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 626 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 626 Bytes

Changelog

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.

[Unreleased]

Added

  • 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.

Changed

  • Moved all 3D operations to module rscsg::dim3.

[0.1.0] - 2018-06-16

Added

  • Initial release
  • Basic polygon based 3D Constructive Solid Geometry rust library.