To-do list for XMMS plugin
From Yukishiro
(Difference between revisions)
Line 2: | Line 2: | ||
# Create dummy plugin, compile, and run based on [http://www.xmms.org/docs/vis-plugin.html XMMS plugin tutorial]. (done) | # 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. | + | # Use libglpng to load png files as OpenGL textures. (done) - It's not very stable yet. Investigate the context issue. |
# Read Blursk code. Pay attention to rendering parts. | # Read Blursk code. Pay attention to rendering parts. |
Current revision as of 03:36, 28 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. (done) - It's not very stable yet. Investigate the context issue.
- Read Blursk code. Pay attention to rendering parts.