Releases: D-Heger/cube
Releases · D-Heger/cube
Version 1.2.0
Added
- Benchmarking harness for measuring frame latency and memory usage
- .gitkeep files to maintain build and logs directories in version control
Fixed
- Corrected location of cube executable to be in build/ directory
Changed
- Updated .gitignore to exclude build artifacts and benchmark logs
- Enhanced Makefile with benchmark target and modular object compilation
- Refactored clean target in Makefile to ignore the gitkeep
- Added benchmarking section to README with usage instructions
Version 1.1.0
Added
- Using Keep a Changelog format!
Changed
- Modularized codebase into separate modules
- Replaced magic numbers with constants
- Adjusted documentation
- Enhanced error handling
- Allowing more of a dynamic buffer management than before
- Completely rewrote the readme
Version 1.0.0
Added
- Initial release of the project
- Extensive in-code documentation for clarity
- Basic 3D cube rendering and rotation
- Solid makefile as build system