Kodi Community Forum
Visualization Dev Pointers for Linux? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Screensavers and visualisations (https://forum.kodi.tv/forumdisplay.php?fid=38)
+---- Thread: Visualization Dev Pointers for Linux? (/showthread.php?tid=67336)



Visualization Dev Pointers for Linux? - Colin - 2010-01-14

Hi,

I'm thinking of writing a new Visualizer for my XBMC machine.

Despite having compiled the SVN version I haven't really looked at any xbmc code. I'm hoping that the interface between visualizers and the rest of xbmc should be reasonably well defined.

I couldn't find anything of use in the wiki.

Is there anyone with experience of this? I'd like some pointers on where to start or some documentation, perhaps one of the simpler visualizers.

Thanks in advance,

Colin.


- spiff - 2010-01-14

i would suggest you read

xbmc/Visualizations/WaveForm/Main.cpp - code is the best docu there is Smile


- Colin - 2010-01-15

Thanks, that was pretty much what I was looking for.

It looks like I have easy access to an OpenGL context, so I guess I just have to work out what to draw now.