ZephyrXero@lemmy.world 20 hours ago
People could use SVG animations + JS to accomplish the same thing. It just never took off for some reason
ZephyrXero@lemmy.world 20 hours ago
People could use SVG animations + JS to accomplish the same thing. It just never took off for some reason
ICastFist@programming.dev 18 hours ago
My guess is because there’s no “easy to use” program that allows them to make the whole thing then export for easy web visualization, most of the people who’d make animations won’t want to write down keyframe positions
aesthelete@lemmy.world 18 hours ago
This is a great idea for a project honestly.
ICastFist@programming.dev 17 hours ago
I guess the “easiest” way to approach it is to take a working JS game engine, like pixijs or melonjs or p5js, creating the animation editor with keyframes and whatnot, then allowing it to export as “web animation”, which would be the javascript file + compacted resources
aesthelete@lemmy.world 17 hours ago
This sounds very cool. I’m a programmer by profession but used to love drawing animations as a kid. I should try to make something like this.