Open berinhard opened 3 years ago
Thanks for the heads-up, @berinhard! I've meant to get back to my project. There are some changes and additions I'd like to make.
I've been watching the activity on the pyp5js repo. It's exciting to see it evolve! Thanks for all the great work on pyp5js.
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.