Settings

Theme

Ask HN: Tutorials for game engine development?

10 points by grouma 11 years ago · 7 comments · 1 min read


Can someone provide tutorials / resources for developing a game engine from scratch? I'm mostly interested in how the physics is done, followed by the rendering. I don't have a specific use or project in mind as I'm simply just curious and would like to have a general understanding.

krapp 11 years ago

If 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).

  • CmonDev 11 years ago

    Isn't he building a game rather than an engine?

    • jason_slack 11 years ago

      He is building a game from scratch, but he isn't using an engine, so by nature he is building an engine too. I am sure there would be a lot of reusable pieces in the end he could re-use.

      I am watching the series too. I paid the $15 to support the efforts.

cs1193 11 years ago

3D Math Primer for Graphics and Game Development by F.Dunn and I.Parberry - https://thefinancialengineer.net/wp-content/uploads/2015/04/...

nicks451 11 years ago

I've found the book Game Engine Architecture extremely helpful with this. http://www.amazon.com/Game-Engine-Architecture-Jason-Gregory...

If 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

jason_slack 11 years ago

There are a lot of open source efforts to learn from

Cocos2d-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

D3NM0N 11 years ago

Youtube tutorials: https://www.youtube.com/user/thebennybox/playlists

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection