You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyp5js doesn't support p5.sound. The ideal world would be to have the same API from Javascript "mirrored" to Python. So, for example, the following Javascript code:
Pyp5js doesn't support p5.sound. The ideal world would be to have the same API from Javascript "mirrored" to Python. So, for example, the following Javascript code:
could be written with Python as:
There's an older PR that added support to p5.dom. It can works as a possible guide on how to implement this.
The text was updated successfully, but these errors were encountered: