flixel-editors icon indicating copy to clipboard operation
flixel-editors copied to clipboard

Create a particle / FlxEmitter editor

Open Gama11 opened this issue 10 years ago • 3 comments

https://github.com/HaxeFlixel/flixel/issues/370

Gama11 avatar Mar 09 '14 15:03 Gama11

I'll try to take care of that in the following month, it will definitely reduce the amount of guess-work required for making those emitters.

Ohmnivore avatar Jun 02 '14 21:06 Ohmnivore

@Gama11 is this still wanted? If so, what kind of features would we want?

What I'm guessing is a visual editor/code generator for just FlxEmitter parameters, but that seems unnecessary because it's not that hard to customize?

ghost avatar Jun 22 '17 18:06 ghost

It's wanted at least in one of my projects, also would be useful for jams. Recompilation after each change makes the whole process slow, also not all artists can code. Basically changing all the values/ranges which are provided by the emitter suffice, plus preview. There is PEX editor, but not all fields get imported (because in HaxeFlixel we don't have all the features 1:1), so it's confusing. Yet I think the export/import approach is more elegant than code generation. I can do some testing, if you make the editor :-)

starry-abyss avatar Jun 23 '17 17:06 starry-abyss