Page 3 of 8

Re: Hot Particles - particle editor

Posted: Sun Aug 02, 2020 1:33 pm
by ReFreezed
Update 1.4

Changes since 1.3:
  • Textures and shaders are hot-loaded (i.e. they automatically reload if the files are modified).
  • Press 'p' to preview particle movement paths in the current system.
  • Fixed log rendering issue when the log was long.

Re: Hot Particles - particle editor

Posted: Mon Aug 10, 2020 2:13 pm
by yetneverdone
Hi, it would be useful if we could set bg image so we could preview the effect better.

Re: Hot Particles - particle editor

Posted: Mon Aug 10, 2020 4:53 pm
by ReFreezed
That's a good idea. It's already on my todo list but I've been lazy. ^^

Re: Hot Particles - particle editor

Posted: Mon Aug 10, 2020 4:58 pm
by yetneverdone
ReFreezed wrote: Mon Aug 10, 2020 4:53 pm That's a good idea. It's already on my todo list but I've been lazy. ^^
Great! Looking forward the next update.

(P.S. what's the state of Gloa? Really excited to try it for my next project)

Re: Hot Particles - particle editor

Posted: Mon Aug 10, 2020 5:27 pm
by ReFreezed
yetneverdone wrote: Mon Aug 10, 2020 4:58 pm (P.S. what's the state of Gloa? Really excited to try it for my next project)
Well, I still consider the language+compiler to be pretty early in development and there may be significant changes to the language in the future. (I also see it as a toy language, though I do think it's a relatively competent language in terms of features and usability.) I would guess there are probably a bunch of issues I haven't found yet too.

I could work towards an alpha release but I haven't thought much about what that would mean yet. If you want, you can build the compiler yourself already (see the instructions) to try it out.

Re: Hot Particles - particle editor

Posted: Tue Aug 11, 2020 2:35 am
by yetneverdone
So Im playing around the latest version. Here are my feedbacks:

* Animation playback time - ability to make animation faster/slower playback
* Provide input text box, sometimes using sliders is hard to set to specific value Right clicking controls provide text input. Cool!
* Emitter position guide - like in Area distribution, whenever user hovered the mouse in emitter settings, draw a red guide where the emitter position is
* Checkbox to disable certain parameter - instead of setting values to 0 like (arc linear, radial, tangent, damping) have a checkbox to automatically hide them (make them auto-zero) - EDIT: Clicking on control titles make them hide/show, but does that disable/activate them completely?

Also, i cant seem to make the particles only move down, sometimes they still randomly go up. Ive set direction to down and spread to down with arc-stuff set to 0. EDIT: Perhaps change "acc" to something? I always thought it was "arc", maybe try "accel"?

Re: Hot Particles - particle editor

Posted: Tue Aug 11, 2020 2:26 pm
by ReFreezed
Thanks for the feedback!

Animation speed is directly linked to the lifetime of the particles (which can be scaled by the time value in ScaleAll and GlobalScale). I could add a way of changing the playback speed in the preview in the animation editor, or copy the particle lifetime sliders to that dialog. (I like the latter solution.)

I'll add an indicator for the emitter's position. At first I had one visible all the time which wasn't good, but showing it only "when it may matter" sounds better.

Pressing parameter names only collapses/expands the sections. I'll make it a bit clearer. A way of temporarily disabling/resetting parameters sounds like it might be useful in some cases. I'll think about that one.

I think "acc" is a pretty common abbreviation for acceleration. I'm not sure how it can be confused with "arc" except for simply misreading it. I can add a tooltip with the full word I guess.

Re: Hot Particles - particle editor

Posted: Wed Aug 12, 2020 10:13 pm
by ReFreezed
Update 1.5

Changes since 1.4:
  • It's now possible to use a custom background image.
  • Parameters can be disabled through the context menu.
  • Showing emitter position indicator when relevant.
  • Added tooltips to more things.
  • Fixed distribution area preview not using the angle value.
  • Animation editor: Added particle lifetime sliders (which controls the speed of the animation).
  • Animation editor: Improved visibility of the highlighted frame.

Re: Hot Particles - particle editor

Posted: Thu Aug 13, 2020 3:29 pm
by ReFreezed
Update 1.5.1

Changes since 1.5:
  • Added preference for prefering relative paths from the file browser.
  • Added buttons for toggling paths between relative and absolute.
  • Fixed an issue with comparisons of paths containing different drives.

Re: Hot Particles - particle editor

Posted: Fri Aug 14, 2020 1:38 pm
by SiENcE
Very nice particle editor. Also great that you maintain your software!
I really like the fact that you can layer several effects at once. It was a pain in the development of my game not to have this feature.

One feature i miss...to simply click onto a "Damping" or "Direction" to reset the values to default. It would be cool for all parameters of couse.