this post was submitted on 22 Jan 2024
16 points (86.4% liked)

Open Source

30812 readers
993 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 9 months ago (1 children)

Unfortunately this project seems like it got abandoned, the last news post was 4 years ago.

[–] [email protected] 4 points 9 months ago (2 children)

It does look like it's pretty functional as is though. It's one of the closer Flash alternatives I managed find that's open source. I find despite all the hate Flash got, it was an amazing piece of technology. It was fast, easy to use, and people made a lot of amazing stuff with it because the barrier to entry was really low. I imagine Flash helped a lot of people learn to program as well because they'd start picking up a bit of scripting here and there playing with it.

There really isn't any popular alternative to Flash today, and I think that's kind of a bummer.

[–] [email protected] 4 points 9 months ago (1 children)

There really isn't any popular alternative to Flash today, and I think that's kind of a bummer.

WASM is looking increasingly good these days.

Have a look at egui for instance, and just see how fluid and perfomant it is on all platforms - and that is running without using any insecure/clunky/buggy plugins.

The only issue (with egui) is that it's basically Rust so it's not exactly newbie friendly, but that's just a tooling issue. Hopefully in time we can get more newbie friendly tools, and with increasing number of apps using HTML these days, we might just see something as easy to use as Flash soon enough. :)

[–] [email protected] 1 points 9 months ago

Sure, in terms of underlying functionality WASM or even plain Js can do everything Flash did. What I'm talking about is lack of tooling and accessibility for non technical people to create content. Macromedia Flash was a really easy to use tool that anybody could quickly get started with and make something. You didn't have to have any programming knowledge at all. Maybe we'll see newbie friendly tools built on top of WASM someday, but currently there's really not much happening in this space.

[–] [email protected] 2 points 9 months ago (1 children)

Have you seen gdevelop? reportedly it does need programming skills.

[–] [email protected] -1 points 9 months ago

Gdevelop is very nifty, but yeah it's complex enough to be intimidating for somebody with no development experience. I think the beauty of Flash was just how accessible the tooling for it was. Anybody could get started with it in minutes.