What do you guys recommend for an online OpenFL sandbox? Here’s one I was playing with:
It would be great if we could have a standard http://try.haxe.org style sandbox for OpenFL projects. I think using JavaScript would be a good way to do it, so it’s fast and works client-side. Another option (other than the above, which uses NPM directly) is to reference OpenFL from CDNJS as a script, then to use the global window versions (like var sprite = new openfl.display.Sprite ();
, etc)
Any input/feedback on an online playground/sandbox/pastebin that you think could work as a go-to solution for this is welcome! Thanks guys