You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the fact that SqueakJS runs a recent Cuis image. It pauses often when using it, though. I wonder if porting the VectorEnginePlugin would help and be feasible? Juan also mentioned the possibility to implement the VectorCanvas using Web APIs. Maybe that would be easier?
The text was updated successfully, but these errors were encountered:
“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 #168 (comment)
The text was updated successfully, but these errors were encountered: