proceso icon indicating copy to clipboard operation
proceso copied to clipboard

A Python package for creative coding on the web

Results 3 proceso issues
Sort by recently updated
recently updated
newest added

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...

bug

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....

enhancement

Creating a dom element with `create_*` successfully creates an element on the page but event functions like `mousePressed` etc. cannot be attached to them.

bug