Skip to content

superPuero/kawa_core

Repository files navigation

kawa::core

Language
kawa::core is a header only dependency free library for modern C++.
It offers a minimal yet powerful API.


what kawa::core has?

  • ecs.h — modern, fast and parallel-friendly entity component system that can be used for building highly scalable aggregators, simulations and games
  • meta.h — powerful compile-time meta utility library, with things like consteval type_name(), useful type_info wrapper and various handly template and meta programmin related tools
  • task_manager.h — CAS based task mailbox, made for high performance parallel task scheduling / handling
  • testing.h — robust and easy yo use DSL like testing framework
  • and much more

Quick Start

Made with care — If you build something cool with kawa::core, don't be shy and share it!

Releases

No releases published

Packages

No packages published

Languages