Visualization Dev Pointers for Linux?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Colin Offline
Junior Member
Posts: 11
Joined: Jul 2009
Reputation: 0
Question  Visualization Dev Pointers for Linux? Post: #1
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.


Zotac 9300 Mini ITX, 2GB, Intel E2180 2.0Ghz,
Cyberlink Remote,
Ubuntu 9.04
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #2
i would suggest you read

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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Colin Offline
Junior Member
Posts: 11
Joined: Jul 2009
Reputation: 0
Post: #3
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.


Zotac 9300 Mini ITX, 2GB, Intel E2180 2.0Ghz,
Cyberlink Remote,
Ubuntu 9.04
find quote