nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Port Entt core #124

Open planetis-m opened 3 years ago

planetis-m commented 3 years ago

destral_ecs is a C header-only library based on EnTT, it's well written and documented. Provides the same storage and entity management scheme found in EnTT, while being easier to read and understand than C++ templates. Downside, it is less optimized. But nevertheless a good starting point.

You can use it to write your own game engine, or application using the ECS pattern.