I’ve been playing around with the editor and I’m pretty impressed. Keep up the good work!
Is there a way when you are working with particles in your editor to emit all the particles at once like if you were working on an explosion? Also, it kind of looks like you’ve been laying the groundwork for it, but are you going to introduce a curve editor for particles in your editor?
If you look at the unity or unreal editor they give you a bunch of control over the particles lifetime. Specifically they have a basic curve editor attached to all of the particle influencers so you have very fine grained control over what happens as the particle ages. For example, you could have a particle speed up when it is initially born and then half way through its lifetime drastically slow it down and then at the very end speed up again. Having it directly editable as a curve gives you a much finer degree of control artistically.
I know JME particles don’t, but it looked like someone added something to the tongod particles for the editor that might. I know internally for spoxel I have an early version of tongod that I added basic animation curve support to along with a specialized particle type that handles “beams”. I’ve been creating all my particle emitters from scratch in the code as a result.
I had a nice screenshot for you, but I apparently can’t upload images to this site anymore. I did find a quick documentation link from unity though javasabr
ver. 1.2.0
-Fixed the far view plane distance of the editor camera.
-Updated tonegod.emitter library.
-Added the new plugin Shader Node Tools.
-Updated jME libraries.
-Updated Tree Generator plugin.
-Fixed some bugs.
I just downloaded the new 1.2.0 version and it still crashes on Ubuntu 17.04 with OpenJDK after clicking on File > Open Asset Folder menu. I downloaded the source code from Github, but I can’t find how to build the project with gradle using the command line interface. I mean, after a ./gradlew install there is no jar file created with a manifest file pointing to the main class. What should I do? What am I missing?
I was hoping to replace the JavaFX FileChooser class on the code with the Swing version, so maybe it could work for me.