Best way to learn 2d games with D?
Ferhat Kurtulmuş
aferust at gmail.com
Sun Mar 22 23:15:23 UTC 2020
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
I just leave this here: https://github.com/aferust/drawee
My hobby game has been implemented using just SDL and OpenGL
(WIP). betterC, no game engines used, no bitmap textures (but
planned). There is only one c linkage dependency (chipmunkd) for
physics. I was planning to use only SDL, but I had to include
OpenGl due to some performance reasons.
More information about the Digitalmars-d-learn
mailing list