vittorioromeo / SSVEntitySystemLinks
[HEADER-ONLY] C++14 simple entity/component system for realtime games. Simplicity of use is preferred over a real "entity-component-system" hierarchy. Components update and draw themselves (users create their own components and override the virtual methods). Fast, easy to use and to expand. Should be fine for any simple game.
☆19Updated 8 years ago
Alternatives and similar repositories for SSVEntitySystem
Users that are interested in SSVEntitySystem are comparing it to the libraries listed below
Sorting:
- Lightweight entity/component/system library (C++11)☆127Updated 9 years ago
- A collection of C++ code aimed at making rendering lots of 2D geometry faster with SFML☆30Updated 3 years ago
- A C++14 Entity Component System☆192Updated 4 years ago
- Relatively low-level, lightweight, modular and multiplatform, C++, game making library or engine you might say☆83Updated 6 years ago
- VERY simple cross-platform C++ analytics for games (using Google Analytics)☆97Updated last year
- OpenEcs - A fast, clean, typesafe, C++11, header only, Entity Component System