Ask HN: Tutorials for game engine development?
1–8 of 8 posts
Re: Ask HN: Tutorials for game engine development?
#2Re: Ask HN: Tutorials for game engine development?
#3I stopped trying to follow it all after about 30 episodes and just pick and choose the parts I find interesting at the moment from the youtube archives (https://www.youtube.com/channel/UCaTznQhurW5AaiYPbhEA-KA).
Re: Ask HN: Tutorials for game engine development?
#4Re: Ask HN: Tutorials for game engine development?
#5If you're really into C, then you can't get much more "from scratch" than Handmade Hero ( https://handmadehero.org/ ) I stopped trying to follow it all after about 30 episodes and just pick and choose the parts I find interesting at the moment from the youtube archives ( https://www.youtube.com/channel/UCaTznQhurW5AaiYPbhEA-KA ).
Re: Ask HN: Tutorials for game engine development?
#6If you're really into C, then you can't get much more "from scratch" than Handmade Hero ( https://handmadehero.org/ ) I stopped trying to follow it all after about 30 episodes and just pick and choose the parts I find interesting at the moment from the youtube archives ( https://www.youtube.com/channel/UCaTznQhurW5AaiYPbhEA-KA ).
Isn't he building a game rather than an engine?
I am watching the series too. I paid the $15 to support the efforts.
Re: Ask HN: Tutorials for game engine development?
#7Cocos2d-x - cocos2d-x.org
They also have forums to jump in and ask questions: discuss.cocos2d-x.org
There is even a Programmers Guide to get you started: cocos2d-x.org/programmersguide
ping me on there if you want to chat about game stuff @slackmoehrle
Re: Ask HN: Tutorials for game engine development?
#8If you're looking to find out how a physics engine works you should check out Box2D, it's an open source 2D physics engine. https://github.com/erincatto/Box2D