I’ve been meaning to put this out here for a while (along with a list of other things I need to do) and so here it is…
The project contains:
A ton of different emitter configurations
Spell effects
Physics-based explosions
Individual Influencer tests with multiple configuration
A ton of different sprite images that you’ll likely find useful
Anyways… It shows how to set up your emitters via code, etc.
Open the project in the rar file,
Go to Properties > Libraries >
Point the existing references for the gui library and emitter to the jar files you downloaded.
And run the individual files in the project to check them out.
The sources are pretty straight forward and should be easily understood. If you have any questions, feel free to ask me.
Just to doublecheck - https://code.google.com/p/tonegodemitter/ is GPL3 on purpose? Asking, because last 3 times somebody used GPL for a library, it turned out that it was by accident, so there is always a hope
In any case, great effects - spell 4 is probably my favorite.
@abies said:
Just to doublecheck - https://code.google.com/p/tonegodemitter/ is GPL3 on purpose? Asking, because last 3 times somebody used GPL for a library, it turned out that it was by accident, so there is always a hope ;)
In any case, great effects - spell 4 is probably my favorite.
This wasn’t intentional… sorry. If I can figure out where/how I set this, I’ll change it. It’s supposed to be the same as JME.
Hey, is there a plugin solution to the IDE? I ask mostly because it would be useful if there was a way to visualize emitters as they are changed through a preview window rather then have to recompile a project to see the result of an emitter.
@squizzle said:
Hey, is there a plugin solution to the IDE? I ask mostly because it would be useful if there was a way to visualize emitters as they are changed through a preview window rather then have to recompile a project to see the result of an emitter.
Working on that now actually. I’ll post when it is updated. This project was a temporary solution… plus it helps to know what’s going on code-wise.
EDIT: Ooops… I misread this. No to the IDE plugin… however the FX Builder lets you do this.