NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Enable use of turtle module #146

Closed pingskills closed 3 years ago

pingskills commented 3 years ago

The turtle module in Skulpt requires a

be setup which can host the required canvases. This needs to be different from the PyAngelo canvas since it removes any children element of the div and then creates canvases on the fly as required.