I think it would be cool if there was a different section where you can run code without needing to play the project. This would open up possibilities, like creating your own tool.
I mean a way to play the code INSIDE wick editor
I think it would be cool if there was a different section where you can run code without needing to play the project. This would open up possibilities, like creating your own tool.
I mean a way to play the code INSIDE wick editor
You dont need wick editor for that. Just create an html document and insert a canvas element and start putting some js code. Download a good text editor like vs code and start from there. Just an html doc with a plain js doc.
I followed this one a while ago and is good.