jhauberg / ComponentKit

An in-memory object database for entities composed by a set of components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

examples

lpenguin opened this issue · comments

do you have any example samples which explain how to work with your kit? i want to build "dragon" entity (for example) but don't know how.

I am planning on providing more complete examples, but for now you can take a look at this code to see how to build entities and attach components. I hope it helps!

I've added usage examples to the README.md now. It includes code to build the "Dragon" :)

thanks a lot!