proceso
proceso copied to clipboard
A Python package for creative coding on the web
I ran into an error when initialzing p5 with `Sketch()` `pyodide.ffi.JsException: TypeError: defaultCanvas0.canvas is undefined` ``` from proceso import Sketch p5 = Sketch() ``` It comes from `binding.py` ``` def...
Very cool project, thanks for working on it! As discussed in pyscript discord, here is an issue that can be used to track how to make proceso work with micropython....
Creating a dom element with `create_*` successfully creates an element on the page but event functions like `mousePressed` etc. cannot be attached to them.