On Sunday, 15 March 2020 at 17:58:58 UTC, Steven Schveighoffer wrote:
I want to try and learn how to write 2d games. I'd prefer to do it with D.

I've found a ton of tutorials on learning 2d gaming with other languages. Is there a place to look that uses D for learning? Should I just start with another language and then migrate to D later? Anyone recommend any specific tutorial/book?

-Steve

Years ago I wrote this unfinished 2D platformer engine on D:

https://github.com/denizzzka/Platformer

It ises SFML (graphics and sound), Spine (animation engine) and dchip (2d physics engine)

Reply via email to