← Back to context

Comment by lukan

15 days ago

We have the web, we don't need ruffle, what we need is indeed a open source flash editor. Wick editor was quite close, by outputting standalone html files

https://www.wickeditor.com/

Of course, not at all on the same level like flash was, but some parts worked really nice.

Unfortunately it is abandoned. (I thought about taking it up, but would require lots of effort, basically rewriting core parts)

The web is awful as a programming environment. It's popular because it's everywhere, not because it's good.

  • I think they mean you don't need ruffle if you can just export to web. The programming environment can be anything, but adding ruffle in the middle when it really doesn't need to be there, does indeed feel a bit tacky. Flash used to be necessary to add functions to browsers that were otherwise impossible, but these days you can do anything in a browser.

    • Yes indeed. The web with webgl/webgpu and wasm and all the other webapis has enough power to replace what flash could do since a long time. Just doing it by hand is messy, but as a target plattform it is good enough.

  • Rather a warts-and-all open web than a pay-to-play walled garden where you have to pay the feudal lord a tax for sharecropping on their land.

Seems cool. Took a couple minutes how to set up a basic object and do a multiple part bouncing ball tween. Haven't really explored the scripting or export options yet.

  • They are pretty simple, like in flash. You add a script to a timeline or a object amd if that frame gets played, the script gets executed.