Modern Game Programming

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-04-17T19:09:28Z Indexed on 2010/04/17 19:13 UTC
Read the original article Hit count: 248

Hey. I'm a software and web developer for ~3 years, and I want to start learning 3D network game programming.

  • What is the most modern & fastest way to write 3D PC games? What language? For graphics, should I use a graphics API like Direct3D/OpenGL or is there something less painful?
  • What math/physics skills should I know before starting?

Thank you.

© Stack Overflow or respective owner

Related posts about game-programming

Related posts about self-learning