Zoadian / nitro

An Entity Component System for the D Programming Language. http://www.boost.org/LICENSE_1_0.txt
Boost Software License 1.0
15 stars 0 forks source link

Examples for AutoQuery and System run() #1

Open etcimon opened 10 years ago

etcimon commented 10 years ago

I started reading about ECS since I found nitro and I'd like to evaluate if it can simplify development for my vibe.d framework. Being a little new to entity component systems I'd have a few questions

PaulFreund commented 10 years ago

Nitro ist about a week from a stable release including speed improvements, restructuring and an extensive readme.

FIrst two good souces to learn about ECS:

I suggest reading a little bit and waiting until I published the new readme, after that I'll answer all open questions.

etcimon commented 10 years ago

My framework has these collections: https://github.com/GlobecSys/w3Vibe/tree/master/w3v/system/collections

Do you recognize new "good practices" with ECS around these?