As someone who primarily uses XBCM to play music (on the Mac), I'm saddened by the distinct lack of visualization options. There are a few items in the menu, but honestly the only "real" choice is ProjectM. What options we do have are either simplistic our outdated.
Now, I know this is the internet, but I'm not just here to complain. I have a positive suggestion to contribute... honest!
Part of the beauty of open source projects like XBMC is that aspects can be opened up and handed off to others for expansion. Take fan art for example. Thanks to the efforts of fanart.tv, we gain access to an actively maintained (living) pool of content to improve our UI experience.
Why not do something similar with visualizations?
The core XBMC development team should not be burdened with the task of creating/porting/maintaining visualizations, but rather opening up the API so others can. Much like how we now install addons via an in-application UI, the same should exist for visualizations.
And rather than trying to create a new community of visualization developers, it may be a good idea to try and leverage existing communities, by making it easy for their visualizations to be imported. In this case, I am speaking specifically of the "demo scene" community.
http://www.demoscene.tv/
http://pouet.net/
http://scene.org/
http://en.wikipedia.org/wiki/Demoscene
Here you have an active community of artists and programmers that create complex 2d and 3d visualizations (many of which are designed to interact with music). A partnership here could really breathe some new life into the world of XBMC visualizations.
Thoughts?
/Chris
Exavior
Junior Member Posts: 10 Joined: Jul 2011 Reputation: 0 |
2011-07-08 00:55
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2011-07-08 01:07
Post: #2
Anyone is welcome to create a screensaver or visualisation - they're addons.
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 |
Exavior
Junior Member Posts: 10 Joined: Jul 2011 Reputation: 0 |
2011-07-08 02:36
Post: #3
Understood, but there does not appear to be anyone doing it. I've looked around and had no luck finding anything. And from inside XBMC's addon interface I've not seen any visualizations available.
What I am suggesting is XBMC (in some official capacity) reaching out to another community in the hopes of breathing some life into what appears to be a dead portion of the product. XBMC is amazing and beautiful, it just needs a collection of worthy visualizations. |
| find quote |
Dumb ?
Junior Member Posts: 40 Joined: Feb 2011 Reputation: 0 |
2011-07-09 02:33
Post: #4
I agree with Exavior in that the progress of visualization/ screensavers has taken a backseat to other XBMC projects (with good reason). With the development of AppleTV2, ARM and SoC architecture, maybe we should look to outsource these particular projects to developers who are already creating visualizations. For example, there are many Itunes visualizers, Android live wallpapers and visuals of these matters that would fit in perfectly with XBMC's interfaces. Maybe we should look into gaining permission to port some of these ideals into XBMC as possible add-ins. This would increase or replace the ones we can't update due to older architecture (Open GL) and definitely blow all media centers (including Apple's) out of the water.
My question as a person with no programming experience is "Does it have to be developed in Open GL ES?" Are there any other programming languages that would be compatible with XBMC? |
| find quote |
Exavior
Junior Member Posts: 10 Joined: Jul 2011 Reputation: 0 |
2011-07-09 13:41
Post: #5
I've just confirmed that going to the add-ons section via the system interface from inside XBMC you will find no category for visualizations anywhere. It is only accessible from the OSD display menu when you initiate the visualizations drop-down. (which basically means its hidden when using the standard UI or not playing music) And on the Mac, there are 0 visualization add-ons listed.
Making the visualizations category as accessible and prominent as the other add-on categories would be a big improvement... then it's a matter of getting content. I am by no means suggesting that progress in the visualization front should distract from other product improvements, (I know you are all hard at work making XBMC even more awesome) but it should at least be on the list. A big part of how software is perceived is by its appearance, and when playing music that really comes down to visualizations. We have beautiful skins, so we are half way there. I would just love to see a visualization development community (like those that sprouted up around winamp "back in the day") generating new content, but that would require both outreach and making visualizations an accessible top level add-on category. Heck, even publicly providing an API or templates for flash based visualizations would open the door to a large audience of developers, with a relatively low barrier to entry. I have a few flash based visualizations I made back in my VJ days that I could port to AS3. Granted flash will never deliver something as slick as milkdrop, but you can absolutely (and very easily) have a large selection of fun/beautiful visualizations that trump "OpenGL Spectrum" or "Waveform" |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-07-09 16:49
Post: #6
So start coding.
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 |
topfs2
Team-XBMC Developer Joined: Dec 2007 Reputation: 8 |
2011-07-09 17:25
Post: #7
Dumb ? Wrote:My question as a person with no programming experience is "Does it have to be developed in Open GL ES?" Are there any other programming languages that would be compatible with XBMC? It has to be what the platform needs, i.e. on windows its DirectX on desktop linux/os x (and windows if compiled right its OpenGL. and on ARM its OpenGLES. Visualizers on OpenGLES should work on OpenGL if we bumped the spec (or had a runtime check of it). One could probably add support to make visualizers in pure sw also, but I doubt that would be very fast and convenient for anyone. If you have problems please read this before posting 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. ![]() "Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#." |
| find quote |
Exavior
Junior Member Posts: 10 Joined: Jul 2011 Reputation: 0 |
2011-07-10 03:51
Post: #8
spiff Wrote:So start coding.I can't code visualizations into the top-level (or properly listed) add-ons categories for the default skin. I can't code outreach to potential communities of content developers. I will however look into what would be required to develop flash based visualizations. Edit: Also, there is a big/active community around the open source "processing" visual programing language, and they make a lot of audio-reactive content. http://processing.org/
(This post was last modified: 2011-07-10 03:59 by Exavior.)
|
| find quote |
garbear
Team-XBMC Developer Joined: Dec 2010 Reputation: 16 Location: gangsta's paradise |
2011-08-09 13:36
Post: #9
Can someone help me out on this?
I'm reading a lot of screensaver and visualization code to get a sense of how everything is connected togther. huceke and Memphiz have been adding some GL and addon stuff. What are they working on? Is it iPhone-specific, was the code ported from another pre-existing part of the project, does it even change anything really? I wish I had the dialog between them, i feel it would help me understand this area of code better Cheers, Garrett Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules. For troubleshooting and bug reporting, make sure you read this first |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2011-08-09 13:44
Post: #10
* spiff chants irc
anyways, they ported the gl spectrum to gles. in particular for ios. 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 |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)

![[Image: badge.gif]](http://www.ohloh.net/projects/149/badge.gif)
Search
Help