Skip to content

Releases: D-Heger/cube

Version 1.2.0

04 Oct 20:40
905d8d4

Choose a tag to compare

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

05 Aug 19:38
06544dc

Choose a tag to compare

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

05 Aug 16:14

Choose a tag to compare

Added

  • Initial release of the project
  • Extensive in-code documentation for clarity
  • Basic 3D cube rendering and rotation
  • Solid makefile as build system