Visualisation based on png
Fraincs
Member Posts: 71 Joined: Aug 2010 Reputation: 0 |
2010-08-27 16:09
Post: #1
I'd like to create a visualisation that uses many pngs with transparency. I would be up for creating the pngs and coding the thing. But I was wondering if it would be too demanding for xbmc to display around 5-10 pngs at a time
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-08-27 16:13
Post: #2
nah. that's 5-10 large single-textured quads. a gpu handles millions of trigons...
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 |
rudeboyx
Fan Joined: Dec 2007 Reputation: 0 Location: Burnley, UK |
2010-08-27 16:15
Post: #3
I dont know for sure but i dont think it should be an issue. the "vortex" visuals use pngs and bmps in its display. theres one with a scull and crossbones repeated many times on screen and it runs fine.
hope this helps. P.S. not sure if the "vortex" visuals are available on all platforms but its definitely there on the xbox and if the xbox can handle them, i have no doubt other platforms can handle them as well. RBX |
| find quote |
Fraincs
Member Posts: 71 Joined: Aug 2010 Reputation: 0 |
2010-08-27 19:58
Post: #4
Well basically all I want to do is to display randoms pngs across the screen and make them move in a direction.
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-08-27 21:27
Post: #5
this will work just fine. bind the png's to a texture and it will reside on the gpu memory. even the xbmc gui displays 20-30 images at any time..
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 |
jme
Junior Member Joined: Feb 2005 Reputation: 0 Location: Sweden |
2010-08-27 21:41
Post: #6
Just a few things to keep in mind.
Keep the images in a "sane" size. For example 10 15MPixel textures will cause a problem on some graphics cards. The other thing is how large you want to display them. Converting the screen completely with 10 alpha blended textures on a 1920x1080 screen will bog down most graphics cards. But try anyway even if that was your plan. You will learn in the process and you can be quite sure you will find an effect that do work even if it wasn't exactly what you intended with from the start. Current project Plane9 a 3d music visualizer/sound responsive screensaver. Author of the planestate, matrix trails, asteroids and ping pong xbmc screensavers. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-08-27 21:55
Post: #7
nice to see you active again mate. any chance you'd port your ss to windows?
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 |
jme
Junior Member Joined: Feb 2005 Reputation: 0 Location: Sweden |
2010-08-30 22:53
Post: #8
spiff Wrote:nice to see you active again mate. any chance you'd port your ss to windows? I wont port any of the old xbox xbmc screensavers to xbmc windows. They are opensource so anyone else can do that if they feel like it. I am however going to take a much closer look into porting Plane9 to DirectX then as a xbmc windows screensaver and music visualizer. First I need to get v1.6 out the door though. I have a few questions relating to xbmc visualizers first but I'll start a new thread for that instead of hijacking this one. Current project Plane9 a 3d music visualizer/sound responsive screensaver. Author of the planestate, matrix trails, asteroids and ping pong xbmc screensavers. |
| find quote |
PatK
Posting Freak Posts: 2,273 Joined: Mar 2010 Reputation: 67 |
Fraincs Wrote:I'd like to create a visualisation that uses many pngs with transparency. I would be up for creating the pngs and coding the thing. But I was wondering if it would be too demanding for xbmc to display around 5-10 pngs at a timeLove to see it, SuperSlide is a favourite. |
| find quote |

Search
Help