| View previous topic :: View next topic |
| Author |
Message |
JohnVenture
Joined: 29 Apr 2006 Posts: 1
|
Posted: Sat Apr 29, 2006 3:55 am Post subject: Plasma Pong on PSP, doable ? |
|
|
Hi there,
There is a neat, free plasma pong game developped on PC by Steve Taylor:
www.plasmapong.com
Could this game be ported on the PSP ? Could the console hardware render the plasma fast enough to make it playable ?
I have emailed the author which has heard about the PSP homebrew community and is interested into eventually starting a port, but isn t sure the PSP could handle the plasma rendering, owning none hiself.
It seems the fluid calculation are very CPU intensive. I don't know much about programming myself so I thought I'd come to you guys.
Any expert advice here ? |
|
| Back to top |
|
 |
johnsto
Joined: 18 Jan 2006 Posts: 30
|
Posted: Sat Apr 29, 2006 4:51 am Post subject: |
|
|
| That game struggled a little on the 3.2GHz 6800GT machine I use at work... getting it to run on a PSP would be an interesting challenge... |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
|
| Back to top |
|
 |
sandberg
Joined: 05 Oct 2005 Posts: 90 Location: Denmark
|
Posted: Sun Apr 30, 2006 12:11 am Post subject: |
|
|
Normally i would agree with you groepaz, but this is not ordinary plasma like seen 1000x times in demos. It is basically modelled liquid fluid, so it does take up a lot of math to do it. I checked the site for the game yesterday, and there is a lot of links for the math behind the liquid fluid stuff.
But .. Ofcause it is possible on the PSP :-) It's just a matter of finding the right way to cheat :-) _________________ Br, Sandberg |
|
| Back to top |
|
 |
AnonymousTipster
Joined: 01 Jul 2005 Posts: 197
|
Posted: Sun Apr 30, 2006 12:42 am Post subject: |
|
|
Well firstly the PSP's screen is smaller than a PC's resolution, so the fluid grid can be smaller and lead to less processing. I expect the algorithms could be implemented in the ME quite well if you want to use kernel, and that would leave the CPU free for other tasks. The VFPU may come in useful with that math crunching too.
As long as it's playable, you could make the physics matrix as small as possible, but interpolate the graphical matrix, so it looks more fluid than the calculations are actually calculating.
It may just be possible, and it's an awesome game (ran 30-50fps on 2.2ghz w/ Radeon9800 pro). |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
Posted: Sun Apr 30, 2006 8:46 pm Post subject: |
|
|
| Quote: | | Normally i would agree with you groepaz, but this is not ordinary plasma like seen 1000x times in demos. It is basically modelled liquid fluid, so it does take up a lot of math to do it. |
naa...just a simple convolution matrix, couple of cheap tricks, etc :=) _________________ http://www.hitmen-console.org
http://hitmen.c02.at/files/yapspd/ |
|
| Back to top |
|
 |
|