Task list for mini-jukebox

From HalfgeekKB
Revision as of 10:36, 1 June 2005 by 129.6.61.113 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Converting OpenGL coords to screen coords and back.

This is necessary (or at least useful) to implement clickables implemented mostly in GL. This probably involves extraction of the projection matrix.

  • Billboarding in OpenGL.

NeHe style.

  • Learn SDL_ttf
  • Learn SDL_mixer