alexkehayias / chocolatier

WIP ClojureScript game/engine using Pixi.js for rendering.
Eclipse Public License 1.0
429 stars 29 forks source link

Todos needed #4

Closed OlegTheCat closed 9 years ago

OlegTheCat commented 9 years ago

Hi.

It would be nice to have list of features that should be implemented in order to get chocolatier out of WIP state. Probably they should be listed in README or github issue should be opened for each missing feature.

What do you think about this?

alexkehayias commented 9 years ago

Sounds good, thanks for the feedback I will add one soon!

On Friday, February 20, 2015, Oleh Palianytsia notifications@github.com wrote:

Hi.

It would be nice to have list of features that should be implemented in order to get chocolatier out of WIP state. Probably they should be listed in README or github issue should be opened for each missing feature.

What do you think about this?

— Reply to this email directly or view it on GitHub https://github.com/alexkehayias/chocolatier/issues/4.

alexkehayias commented 9 years ago

I've added the todo.org file I've been using for this project. At the top is the releases. I would consider this project to be useful for other people to build off of and contribute once 0.2.0 checklist is completed. It's mainly cleaning up verbose syntax with macros and performance related.

OlegTheCat commented 9 years ago

Thank you for response. BTW, would you mind if I tried to implement text rendering component? Seems it is good task to try engine in action and understand how it works under the hood.

alexkehayias commented 9 years ago

Yes of course! I would take a quick look through the pixijs docs. I haven't wrapped text rendering yet, but you can add it to chocolatier.engine.pixi. Let me know if you have any questions alex.kehayias gmail.

OlegTheCat commented 9 years ago

Ok, thanks!