Another Particles Editor ;)

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
lantis
Posts: 64
Joined: Thu Jun 17, 2004 2:46 pm

Another Particles Editor ;)

Post by lantis »

http://www.shadowworlds.de/files/IrrParticlesEditor.zip

Its can only generate C++ code for creating particle , but you can yurself
append code to save/load XML or bin file with parameters.
Source code included.

Maybe someone can find it useful ;-)

Image[/img]
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

damned doubleposts :)
Last edited by bal on Tue Jul 06, 2004 2:24 pm, edited 1 time in total.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
DarkWood_Neo
Posts: 52
Joined: Thu Sep 04, 2003 7:45 pm
Location: Germany

Post by DarkWood_Neo »

very nice! the ui is better than mine - i think i'll copy it :D
what do you think about working together on a powerfull particle tool?
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Wow that's nice :shock: !
Before looking to the source I didn't see that it was the Irrlicht GUI :D
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
lantis
Posts: 64
Joined: Thu Jun 17, 2004 2:46 pm

Post by lantis »

DarkWood_Neo im think here nothing to do with particle editor ;)
except creating XML/BIN save/load code for particles.

Better make more affectors , for example rotation affector or
delayed affector for making paricles like smoke.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Lantis your particle editor kicks major butt!

congrats, great work! Very very useful.

The only thing I would add would be the chance to add different images for the particle generation.
Image
thesmileman
Posts: 360
Joined: Tue Feb 10, 2004 2:20 am
Location: Lubbock, TX

Post by thesmileman »

afecelis, he has a load texture button so I would assume that you could load another texture. Or am I missing what you are saying?
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

nope! my bad!

I was in a hurry and didn't see that nice button. I found out with the copy I took along to the office, eh eh ehe he

sorry

the editor is awesome!
Image
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

If anyone's interested in the source ready for vc6 grab it here:

http://www.theshower.nl/cgi-bin/genesis ... is/src.zip

the only problem is that it depends on a modded version of Irrlicht.lib so in order to get it to compile I added the standard Irrlicht.lib that comes in the source. The consequence? the "load from binary" doesn't show up and the "save as binary" button doesn't display the warning message. But anyway, they don't work in this verison yet. Remember to place a "particle_white.bmp" file with your exe and a copy of Irrlicht.dll.

hope it helps

cheers
Image
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Cool thing :)
Post Reply