-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECS? #38
Comments
I made a small start, but I've really gotten nowhere with it yet. https://github.com/clinuxrulz/ilc_ecs/tree/master/src Plus my laptop at home overheated and died. Only got a work machine I can use at work, and its only for work. |
Sorry to hear that, hope you get it sorted soon :\ |
I've got a old lapping up and going. I have no special attack using a immutable map (immutable ecs), because I've had performance issues in the past with immutable maps which makes me uncomfortable. Just can't compete with mutable maps. I'm happy with immutable link lists, and structs performance wise though. Experience performance/ram-wise so far:
I haven't tried a single map for both entities and components (combined key) yet. I just stopped at option 3, because I was happy with it. Other variations with fixed sized arrays are possible too, given you have a fixed number of component types at the beginning. |
@clinuxrulz - I remember you mentioning that you were thinking about a demo using SodiumFRP to power an Entity Component System... can't find it at the moment, curious if you are still thinking along those lines, or maybe even put something together?
The text was updated successfully, but these errors were encountered: