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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [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.