fossunited / falcon

A service that execute code in any programming language in a sandboxed environment.
MIT License
42 stars 6 forks source link

Add a demo to draw on canvas using Python #2

Closed anandology closed 2 years ago

anandology commented 3 years ago

Add HTML demo that draw a circle on the canvas at the location of the mouse.

The program should just be:

def draw():
    circle(mouseX, mouseY)
anandology commented 3 years ago

We are not able to draw on canvas as but the interface to push events is not very clean yet.

anandology commented 2 years ago

not required any more.