9 ms·
Notice that it's still very much possible to produce SWF files with languages like Haxe http://haxe.org/ http://haxe.org/, and there are frameworks that mimic t
by ciroduran 8mo ago
Notice that it's still very much possible to produce SWF files with languages like Haxe http://haxe.org/ http://haxe.org/, and there are frameworks that mimic the Flash drawing API like OpenFL https://www.openfl.org/ https://www.openfl.org/, there is (or was) a lot of interesting stuff like that happening around.
- g0ld3nrati0 8mo agoFlash editor was the magic
- ciroduran 8mo agoIndeed, Flash UI is really its strenght, the way to draw and manipulate curves, I don't think I've seen anything like it after that, although illustrating is not my trade. However, it is possible to do cool procedurally generated stuff with the drawing API, or use plain normal bitmap graphics to do things.
- spacebacon 8mo agoAdobe’s pen tool across all titles is second to none. There is so much value in just that one tool done right.
- adzm 7mo agoThis is very true.
- WillAdams 7mo agoI far prefer the pen tool in Macromedia Freehand/MX, to say nothing of the other drawing modes which it offered (and which Adobe later copied). I might still have an InDesign Subscription if Adobe had just rolled all of Freehand's capabilities into it --- instead, I keep a Windows computer for it and a stylus (despite Windows having crippled stylus functionality in Windows 10 Fall Creators Update) --- which reminds me, stylus usage in Waterfox broke again and I have to look up how to fix it (again).
- WillAdams 7mo agoThere is Wick Editor (which I mentioned elsethread) https://www.wickeditor.com/#/ https://www.wickeditor.com/#/
- presbyterian 7mo agoUnfortunately, it's been abandoned for a while now.
- WillAdams 7mo agoThat is unfortunate. Other similar projects? Another reason for me to knuckle down and write my own (programmable) drawing program....
- ishanmahapatra 7mo agoThere are some forks of it that seem more recent: 1. Candlestick https://github.com/Candlestickers/Candlestick https://github.com/Candlestickers/Candlestick 2. StickmanRed’s Fork https://github.com/StickmanRed/wick-editor https://github.com/StickmanRed/wick-editor 3. This brand new fork: https://forum.wickeditor.com/t/started-my-own-fork-luke-tools/24363/3 https://forum.wickeditor.com/t/started-my-own-fork-luke-tool...
- xvilka 7mo agoAnd, of course, Ruffle[1][2] to play them. [1] https://ruffle.rs/ https://ruffle.rs/ [2] https://github.com/ruffle-rs/ruffle/ https://github.com/ruffle-rs/ruffle/
- ciroduran 7mo agoI am using Ruffle to keep my games playable, but AS3 support is still getting there. AS2 support is awesome.
- koolala 7mo agoCan't modern Flash compile to HTML5? Can the open alternatives also do that? I wish SWF became a common HTML5 transpile format.
- lukan 7mo agoNo, it cannot. It can sort of compile some animations (with the libary EaselJS), but you have to use javascript instead of actionscript - but it is really not the same like it was in flash. Basically it does not work for me and I abandoned Adobe Animate and still looking for replacement of the lost Garden of Flash Utopia.
- troupo 7mo agoHTML 5 offers nothing to match Flash capabilities. Perhaps you could render to Canvas/WebGL/WebGPU, but you still need to reproduce the entire engine there.
- rchaud 7mo agoFlash required a browser plugin to work. It was handling video and 3D animation a decade before the <video> and <canvas> elements were added to the HTML5 spec.