ecs icon indicating copy to clipboard operation
ecs copied to clipboard

Add example project using ecs.

Open seanfisk opened this issue 11 years ago • 5 comments

It will probably be with Panda3D.

seanfisk avatar Jan 13 '14 17:01 seanfisk

I put the results of my toying around with ecs up here. It's pretty simple, not yet done and probably not optimal as I'm still learning about entity component systems, but I hope it's enough for a momentary example.

pmrv avatar Mar 28 '14 01:03 pmrv

This looks awesome! I don't have time to look at it in detail right now (see #8), but I'll be looking at it soon. I like that it's in pygame as it is more well-known throughout the Python community and arguably easier to set up than Panda3D. Hopefully we can have an example project in both pygame and Panda3D.

seanfisk avatar Apr 15 '14 18:04 seanfisk

I can provide a sample project using PySDL2 as well, if there is interest. Something simple, with a main loop and a few systems (rendering and movement) so that you can see a window and move a sprite around.

benmoran56 avatar Sep 29 '15 13:09 benmoran56

While an example project is certainly helpful, what I would have need is a simple example, that showed, how the different classes of the ecs package are instantiated and connected together.

Something like this: https://gist.github.com/SpotlightKid/ee3be28e6884945401cd

SpotlightKid avatar Nov 02 '15 12:11 SpotlightKid

Just getting into ecs coding myself, so would Love to see any examples that you guys put up, and Thanks for the work so far!

GCStokum avatar Nov 11 '15 03:11 GCStokum