
DC-compatible OpenGL tutorials/books?
- bbmario
- DCEmu Freak
- Posts: 77
- Joined: Wed Feb 05, 2014 5:58 am
- Has liked: 4 times
- Been liked: 2 times
DC-compatible OpenGL tutorials/books?
Does anyone know a good tutorial or book on OpenGL 1.5, which is compatible with DC? I want to experiment with homebrew, but i find it hard to learn the old opengl tricks. I'm trying to build something simple, a third-person platformer. And by that, i mean a box colliding with a bigger box and a camera following the small box. 

- MisterDave
- DCEmu Freak
- Posts: 58
- Joined: Mon Apr 08, 2013 1:16 pm
- Has liked: 0
- Been liked: 0
Re: DC-compatible OpenGL tutorials/books?
I would highly recommend the tutorials on http://nehe.gamedev.net. Quite a few of these are implemented in the KOS examples directory too.