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
Hi @tabreturn thanks a lot for using pyp5js in your project! Your website looks great and it's nice to have such a clean and organized index on creative coding in python. Congrats for you work!
I hope this issue doesn't bother you, but I've created it because I just released a new version of pyp5js and it has a few changes to the command line API. Now the project considers Pyodide as the default python interpreter, but transcrypt is still work and can be used. The changes in the API reflect that.
So, if you want to keep on using pyp5js with transcrypt, you must create your sketches passing the -i/--intepreter flag. For example:
$ pyp5js new sketch -i transcrypt
The other change is with the transcrypt command itself. You should replace it by compile instead.
The text was updated successfully, but these errors were encountered:
Hi @tabreturn thanks a lot for using pyp5js in your project! Your website looks great and it's nice to have such a clean and organized index on creative coding in python. Congrats for you work!
I hope this issue doesn't bother you, but I've created it because I just released a new version of pyp5js and it has a few changes to the command line API. Now the project considers Pyodide as the default python interpreter, but transcrypt is still work and can be used. The changes in the API reflect that.
So, if you want to keep on using pyp5js with transcrypt, you must create your sketches passing the
-i/--intepreter
flag. For example:The other change is with the
transcrypt
command itself. You should replace it bycompile
instead.The text was updated successfully, but these errors were encountered: