YesNoOk
avatar

Air Generator (Read 7556 times)

Started by Eiton, July 16, 2020, 03:49:09 pm
Share this topic:
Air Generator
#1  July 16, 2020, 03:49:09 pm
  • **
I am not sure if anyone needs it.
This is a web tool to generate air code for animation using sprites of consecutive indexes.
https://eiton.github.io/mugen-air-generator/.
Source code

You can set the rate of change and acceleration of the size and generate this kind of animation:


Note that the size and angle parameters are not supported on winmugen and mugen 1.0.

Update
exe version: https://drive.google.com/file/d/1cV0BzfLPbsah8Idbrua6ekTlRNtQlSa7/view?usp=sharing
Install .NET Core 3.1 if you can not open the exe.
Last Edit: July 26, 2020, 04:36:08 am by Eiton
Re: Air Generator
#2  July 16, 2020, 03:54:17 pm
  • ****
    • crepa.neocities.org
Woah, that's actually very useful. Thank you!
Re: Air Generator
#3  July 16, 2020, 08:55:32 pm
  • avatar
  • **
    • USA
now this is going to be really useful, thank you!
Re: Air Generator
#4  July 19, 2020, 05:52:10 pm
  • ***
    • Brazil
    • iaramongtg@gmail.com
    • www.facebook.com/groups/MugenDownloadLinksAndShareRamonGarcia
Very Good O..O
If possible someday do a .exe version too, for the users that not have connection all the time could edit offline in your notebooks, pcs etc
And thanks for share.
:bison: IF YOU WANT SOME SPECIFIC CHAR IN HI-RES=FILTERED SPRITES SEND ME A MESSAGE IN MY E-MAIL WITH THE LINK OF CHAR THAT I CONVERT TO HI-RES (Observation is a very cheap price :yes: and the result is very good]. Here is my e-mail: iaramongtg@gmail.com :bison:

My youtube channel: https://www.youtube.com/user/ramongtg
And If you want Suport me / Encourage me, donate here: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89HXL726XVEFG&source=url :bison:
Re: Air Generator
#5  July 20, 2020, 04:22:21 am
  • **
Very Good O..O
If possible someday do a .exe version too, for the users that not have connection all the time could edit offline in your notebooks, pcs etc
And thanks for share.
I will if I have time...
Alternatively, you can also download the source code and run on your computer offline if you have installed React.
Re: Air Generator
#6  July 26, 2020, 04:38:12 am
  • **
Very Good O..O
If possible someday do a .exe version too, for the users that not have connection all the time could edit offline in your notebooks, pcs etc
And thanks for share.
I will if I have time...
Alternatively, you can also download the source code and run on your computer offline if you have installed React.
So the exe version is available now.
Re: Air Generator
#7  July 27, 2020, 12:32:40 pm
  • *
    • Italy
    • www.mugenitalia.it
thanks!
Re: Air Generator
#8  August 02, 2020, 11:56:34 pm
  • avatar
  • *
thanks this is very quick
Re: Air Generator
#9  August 03, 2020, 12:01:41 am
  • ****
  • ✭HUE HUE HUE✭
Would this work to add a full rotation animation via code for a stage in Mugen 1.1?

It's usually annoying to write these due 360 lines, at times.
Re: Air Generator
#10  August 03, 2020, 11:56:16 am
  • **
Would this work to add a full rotation animation via code for a stage in Mugen 1.1?

It's usually annoying to write these due 360 lines, at times.
If you mean something like this, you can get the result by setting the time to be 360 and rate of change of angle to be 1.
Code:
1000,0,0,0,1,,,1,1,0
1000,0,0,0,1,,,1,1,1
1000,0,0,0,1,,,1,1,2
1000,0,0,0,1,,,1,1,3
1000,0,0,0,1,,,1,1,4
.
.
.
1000,0,0,0,1,,,1,1,359
1000,0,0,0,1,,,1,1,360
Re: Air Generator
#11  August 03, 2020, 02:32:19 pm
  • *****
  • A.K.A. NED
  • I like to draw fighting game characters...
Can be very useful!
particularly for long animations !

Any plan to make an "offline" version.
Am I wrong ? It's online generator ?
Re: Air Generator
#12  August 03, 2020, 03:33:33 pm
  • **
Re: Air Generator
#13  August 03, 2020, 04:50:07 pm
  • *****
  • A.K.A. NED
  • I like to draw fighting game characters...