Task list for mini-jukebox

From HalfgeekKB
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