Open codefrau opened 5 months ago
Both would work, and yes that should help a lot.
“Easier” is relative – VectorEnginePlugin is just a Slang plugin, you could generate the JS code for it like I did for most other Slang plugins. Mind the last time I generated that code was in 2014, my VMMakerJS package is probably out of date. So either you adapt it to current VMMaker (which I would greatly appreciate!) or you find an old VMMaker version that is compatible.
How much work it would be to implement VectorCanvas
in JS (and if the overhead would be worth it) I can't say. Maybe @jvuletich has an idea? You could write a SqueakJS plugin in JS, or use SqueakJS's JSBridge, which lets you directly call Javascript code.
Originally posted by @bpieber in https://github.com/codefrau/SqueakJS/issues/168#issuecomment-2152916896