conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

EnTT #166

Closed Croydon closed 4 years ago

Croydon commented 5 years ago

EnTT is a header-only, tiny and easy to use entity-component system (and much more) written in modern C++ and even used by Mojang in Minecraft. The entity-component-system (also known as ECS) is an architectural pattern used mostly in game development.

https://github.com/skypjack/entt

Croydon commented 5 years ago

Work in progress: https://github.com/skypjack/entt/pull/162 & https://github.com/skypjack/entt/pull/163

Croydon commented 4 years ago

EnTT is available in conan-center and I will add it to CCI as well