| View previous topic :: View next topic |
| Author |
Message |
Ghoti
Joined: 31 Dec 2005 Posts: 288
|
Posted: Fri Dec 15, 2006 8:58 pm Post subject: particles what libraries and functions? |
|
|
Hi folks,
are there any particle system functions or so or do i have to draw just with triangles and program the behaviour for those triangles?
greets ghoti _________________ My PSP games:
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php |
|
| Back to top |
|
 |
Barts_706

Joined: 24 Jan 2006 Posts: 38
|
Posted: Sat Dec 16, 2006 12:39 am Post subject: |
|
|
The first thing that comes to my mind is LTE Game Engine, which is practically a port of Irrlicht. Since Irrlicht had a particle emiter class included (as far as I remember from research project I worked on using this), I suppose that LTe would have it too.
I am not sure it does, but thought I'd point it out for you to check.
I'll observe how this thread develops, because the question is interesting for me as well. |
|
| Back to top |
|
 |
iwin123
Joined: 16 Dec 2006 Posts: 3
|
Posted: Sat Dec 16, 2006 2:56 am Post subject: irrlicht? |
|
|
| can irrlitch be imported to psp? |
|
| Back to top |
|
 |
Ghoti
Joined: 31 Dec 2005 Posts: 288
|
Posted: Sat Dec 16, 2006 3:15 am Post subject: |
|
|
Hmm but i'd like to know if there are native functions for this, because i'm planning on to do it myself (learning purpose) and not with an existing engine. _________________ My PSP games:
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php |
|
| Back to top |
|
 |
ufoz
Joined: 10 Nov 2005 Posts: 86 Location: Tokyo
|
Posted: Sat Dec 16, 2006 9:49 am Post subject: |
|
|
| Ghoti wrote: | | Hmm but i'd like to know if there are native functions for this, because i'm planning on to do it myself (learning purpose) and not with an existing engine. |
nope |
|
| Back to top |
|
 |
weak
Joined: 13 Jan 2005 Posts: 114 Location: Vienna, Austria
|
Posted: Sun Dec 17, 2006 2:39 am Post subject: |
|
|
'particle system' is a rather lose term imo and is actually pretty implementation dependend.
if you search on google you'll find some apis, but i've no idea how good they are. just make your own ps
read the wiki entry to get an idea
http://en.wikipedia.org/wiki/Particle_system |
|
| Back to top |
|
 |
Barts_706

Joined: 24 Jan 2006 Posts: 38
|
Posted: Tue Dec 19, 2006 8:01 pm Post subject: Re: irrlicht? |
|
|
| iwin123 wrote: | | can irrlitch be imported to psp? |
Aren't you a little lazy, my friend?
Google will help you in such trivial cases, I have a feeling you didn't even try. Still, as I am basically a nice guy, I'll give you a couple of links, in proper order :
Original Irrlicht webpage :
http://www.irrlicht3d.org/
Post about how ungrateful the guys who ported Irrlicht are, having forgotten to mention Irrlicht anywhere in their documentation :
http://www.irrlicht3d.org/pivot/entry.php?id=348
LTE Game Engine webpage :
http://www.ltestudios.com/
And, on a side note, the link to a forum post where I suggested porting of Irrlicht, a couple of days before LTE appeared (^__^) :
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=82358&highlight=#82358
Hope it clarifies,
Barts |
|
| Back to top |
|
 |
|