Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ContentsViewer ContentsViewer released this 20 Jul 02:53
· 7 commits to main since this release

This is the first release, and will be last release for C++14.
In the future, we will move on C++17.

Features

  • Basic audio wav file parsing and writing.
  • Basic concurrent features (thread_pool_executor).
  • Entity Component System (ECS) framework.
  • Basic math library including vector, matrix, quaternion, graphics and etc.
  • Basic logging system.
  • Basic resource management system.
  • Basic signal/slot system.
  • Runtime type information (RTTI) system.
  • Unicode string support.
  • Support some std library of C++17 (optional, utility).
  • Other small features(random, endian, stop_watch...).