Particle Universe editor free
-
- Silver Sponsor
- Posts: 1141
- Joined: Tue Jul 06, 2004 5:57 am
- x 151
Particle Universe editor free
The Particle Universe plugin was already free, but from today the editor is also free (MIT license). This includes both the binaries and the source code. The reason is that I do not have time enough to maintain it. The complete package can be downloaded from http://www.fxpression.com
Alternative downloads:
http://speedy.sh/pFyze/pu-editor-setup-bin-src.exe
http://project-free-upload.com/jink3nx4y6j5
The mediapacks are not free, but can still be purchased from http://www.fxpression.com/Buy.html
Alternative downloads:
http://speedy.sh/pFyze/pu-editor-setup-bin-src.exe
http://project-free-upload.com/jink3nx4y6j5
The mediapacks are not free, but can still be purchased from http://www.fxpression.com/Buy.html
Last edited by spookyboo on Sat Jun 21, 2014 1:26 pm, edited 1 time in total.
Gui generator tool https://github.com/spookyboo/Magus ==> Windows binaries https://github.com/spookyboo/Magus_bin
HLMS editor https://github.com/spookyboo/HLMSEditor ==> Windows setup https://github.com/spookyboo/HLMSEditor ... e?raw=true
HLMS editor https://github.com/spookyboo/HLMSEditor ==> Windows setup https://github.com/spookyboo/HLMSEditor ... e?raw=true
-
- Goblin
- Posts: 224
- Joined: Wed Jul 31, 2013 1:58 pm
- Location: germany
- x 8
Re: Particle Universe editor free
actually i dont need it or use it .. but:
awesome! and thx
no time?
only from curiosity, what do you work at the moment?
awesome! and thx
no time?
only from curiosity, what do you work at the moment?
-
- Beholder
- Posts: 1512
- Joined: Fri Feb 22, 2013 4:44 am
- Location: Deep behind enemy lines
- x 139
Re: Particle Universe editor free
I already own a license myself, but I think this is a really fortunate turn for the Ogre community. I've used a few commercial engines and PU holds its own against their particle tools. Thanks for making an awesome tool and thanks for releasing the source!
-
- Gremlin
- Posts: 191
- Joined: Sun Dec 01, 2002 12:38 am
- x 3
Re: Particle Universe editor free
Great, thank you!
Summoning Wars is an open source role-playing game, featuring both a single-player and a multiplayer mode for about 2 to 8 players.
http://www.sumwars.org
http://www.sumwars.org
-
- Orc
- Posts: 412
- Joined: Thu Jun 04, 2009 3:21 am
- Location: Kalamazoo,MI
- x 38
Re: Particle Universe editor free
Thanks SpookyBoo! I'd love to see this editor running on Linux, so now I can look at porting it.
-
- Gremlin
- Posts: 178
- Joined: Tue Mar 20, 2007 3:29 am
- x 10
Re: Particle Universe editor free
Oh man, this is so cool! Has anyone uploaded the code for the editor to github or somewhere that us non-windows users can tinker with it? Is that allowed even? I only ask because I saw the plugin code is up on github.
-
- Gnoblar
- Posts: 4
- Joined: Tue Mar 13, 2012 5:16 pm
Re: Particle Universe editor free
We just bought it too early then;) Just kidding, great gesture to the community thanks.
Does any of you know how to dynamically scale a particle system, such that all relevant other properties scale along (time to live, distance, radius and the like). And is it possible to use the scale property in the editor as a variable for other properties, to link them?
Thanks in advance.
Does any of you know how to dynamically scale a particle system, such that all relevant other properties scale along (time to live, distance, radius and the like). And is it possible to use the scale property in the editor as a variable for other properties, to link them?
Thanks in advance.
-
- Beholder
- Posts: 1512
- Joined: Fri Feb 22, 2013 4:44 am
- Location: Deep behind enemy lines
- x 139
Re: Particle Universe editor free
ParticleUniverseSystem::setScale
ParticleUniverseSystem::setScaleVelocity
ParticleUniverseSystem::setScaleTime
Also there are script tokens for each of these:
scale
scale_velocity
scale_time
So you should be able to apply them in the editor and see the effects.
ParticleUniverseSystem::setScaleVelocity
ParticleUniverseSystem::setScaleTime
Also there are script tokens for each of these:
scale
scale_velocity
scale_time
So you should be able to apply them in the editor and see the effects.
-
- Minaton
- Posts: 933
- Joined: Mon Mar 05, 2012 11:37 am
- Location: Germany
- x 110
Re: Particle Universe editor free
It would be nice to integrate the particle editor in Ogitor.
-
- OGRE Team Member
- Posts: 4304
- Joined: Mon Feb 04, 2008 2:02 pm
- Location: Germany
- x 136
Re: Particle Universe editor free
Good idea. Perhaps you should create a ticket on the Ogitor tracker, so that this idea does not get lost.Transporter wrote:It would be nice to integrate the particle editor in Ogitor.
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
-
- Halfling
- Posts: 56
- Joined: Wed Jul 18, 2012 1:30 pm
- Location: Italy
- x 4
Re: Particle Universe editor free
Hi all!
And hi, spookyboo, thanks for your amazing particle tool
We've implemented it in our new game (also on the old one, victory: the age of racing) and it works great except for soft particles (as you can see on the screenshot below)
On the editor I've activated the soft_particle flag but nothing happens (nether on the editor)
Maybe we've missed something?
Thanks in advice
Miki
And hi, spookyboo, thanks for your amazing particle tool
We've implemented it in our new game (also on the old one, victory: the age of racing) and it works great except for soft particles (as you can see on the screenshot below)
On the editor I've activated the soft_particle flag but nothing happens (nether on the editor)
Maybe we've missed something?
Thanks in advice
Miki
-
- Gnoblar
- Posts: 2
- Joined: Tue Nov 24, 2015 12:00 am
Re: Particle Universe editor free
Could someone post a copy of the editor? It seems that the fxpression website has gone down for the count, as have the mirrors.
-
- Beholder
- Posts: 1512
- Joined: Fri Feb 22, 2013 4:44 am
- Location: Deep behind enemy lines
- x 139
Re: Particle Universe editor free
scrawls repo of the client is the top google link for particle universe and its the one I forked from:
https://github.com/scrawl/particleuniverse
thanks scrawl! thanks spookyboo!
https://github.com/scrawl/particleuniverse
thanks scrawl! thanks spookyboo!
-
- Gnoblar
- Posts: 2
- Joined: Tue Nov 24, 2015 12:00 am
Re: Particle Universe editor free
Perhaps I am mistaken, but that repo appears to contain just the plugin, not the editor.
Or is there some alternative method for generating .pu particles that I'm not aware of?
Or is there some alternative method for generating .pu particles that I'm not aware of?
-
- Beholder
- Posts: 1512
- Joined: Fri Feb 22, 2013 4:44 am
- Location: Deep behind enemy lines
- x 139
Re: Particle Universe editor free
Ah OK you said editor ... reading comprehension failure over here. IMHO just PM spookyboo and see what he says. I probably have older exes here from when it was a paid program w/ paid media packs, but I'd rather not pass those around.
-
- OGRE Team Member
- Posts: 2106
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1132
Re: Particle Universe editor free
I just merged the editor code into the main particleuniverse repo:
https://github.com/OGRECave/particleuni ... ree/editor
also applied some fixes to port to CMake and compile on Linux against latest wxWidgets and Ogre.
In case someone wants to take a look, it still crashes on startup with some obscure wxWidgets error..
https://github.com/OGRECave/particleuni ... ree/editor
also applied some fixes to port to CMake and compile on Linux against latest wxWidgets and Ogre.
In case someone wants to take a look, it still crashes on startup with some obscure wxWidgets error..