To-do list for XMMS plugin
From Yukishiro
(Difference between revisions)
(One intermediate revision not shown) | |||
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. (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.