jeffcampbellmakesgames / Entitas-Redux

An entity-component framework for Unity with code generation and visual debugging
MIT License
104 stars 13 forks source link

[Docs] Merge Hello World tutorial content to Essential ECS Concepts #45

Closed jeffcampbellmakesgames closed 3 years ago

jeffcampbellmakesgames commented 3 years ago

Merge the Hello World page to this page

matthiashermsen commented 3 years ago

@jeffcampbellmakesgames I would like to work on this :)

matthiashermsen commented 3 years ago

@jeffcampbellmakesgames please review this

https://github.com/jeffcampbellmakesgames/Entitas-Redux/wiki/Concepts/_compare/2566aac5186d27abae6ba885539df8e6db2fc481

I also updated the Hello World wiki page

https://github.com/jeffcampbellmakesgames/Entitas-Redux/wiki/Hello-World/_compare/1e921766213f67fdf40da2be12628e49f680d3ac

jeffcampbellmakesgames commented 3 years ago

After seeing the original Hello World content I had in the Concepts page, I decided I didn't like that it was mixing ECS basics with what is the manual for EntitasRedux. Instead, what I ended up doing was moving this content to the Getting Started section as it felt appropriate for a beginning user there rather than someone looking up implementation assistance in the manual.

image

If this looks good to you I'll mark this as done.

matthiashermsen commented 3 years ago

yes, this is fine. I think this issue is done.