Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
42 lines (25 loc) · 607 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 607 Bytes

Changelog

All notable changes to this project will be documented in this file.

TODO set profiling stats when there is an impact

2019-12-07

Added

  • Framebuffer support
  • Entity selection from Framebuffer

2019-12-07

Added

  • Trackball camera

2019-12-06

Added

  • Cube factory
  • Render system
  • Instanced rendering

2019-12-04

Added

  • Unit test support with Catch2.
  • Main structure of the app with components, systems and graphics folders.
  • Interpolation maths functions.

2019-11-30

Added

  • Open a window with SDL2.
  • Init ImGui.
  • WASM build support.