To-do list for XMMS plugin
From Yukishiro
(Difference between revisions)
Line 1: | Line 1: | ||
A new project is created locally and added to CVS repository. | A new project is created locally and added to CVS repository. | ||
- | # Create dummy plugin, compile, and run based on [http://www.xmms.org/docs/vis-plugin.html XMMS plugin tutorial]. | + | # Create dummy plugin, compile, and run based on [http://www.xmms.org/docs/vis-plugin.html XMMS plugin tutorial]. (done) |
+ | # Use libglpng to load png files as OpenGL textures. | ||
# Read Blursk code. Pay attention to rendering parts. | # Read Blursk code. Pay attention to rendering parts. |
Revision as of 12:57, 26 July 2006
A new project is created locally and added to CVS repository.
- Create dummy plugin, compile, and run based on XMMS plugin tutorial. (done)
- Use libglpng to load png files as OpenGL textures.
- Read Blursk code. Pay attention to rendering parts.