Difference between revisions of "Task list for mini-jukebox"

From HalfgeekKB
Jump to navigation Jump to search
(No difference)

Revision as of 11:07, 1 June 2005

  • 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.
  • Learn SDL_ttf
  • Learn SDL_mixer