tabreturn
tabreturn
Set title for sketch window, so that it doesn't read "Sketch" every time. Perhaps there's a way to do this via a run_sketch switch?
https://github.com/py5coding/py5generator/discussions/110#discussioncomment-3371249 > You can set the environment variable $PY5_JARS to a directory. Any jars in that directory or a subdirectory will be automatically added. > > If you are using...
https://groups.google.com/g/thonny/c/KuGZsl717_k villares reports: "for some reason I don't understand launching Thonny by means of python.exe -m thonny avoids the stackprinter error"
https://github.com/py5coding/py5generator/discussions/104#discussioncomment-3321241
Steps to repeat: 1. Install a package, say _cowsay_ 2. Activate *py5 > Imported mode for py5* 3. Try something like: ```python import cowsay cowsay. # now press ctrl+space, but...
Trying to run thonny-py5-mode on a file across a network fails. Note the `\\` prefix in the file path below, which should include a drive-letter, i.e. `D:\\`. Perhaps this is...
To start, take a look at the a `tr()` function definition in `/lib/Python3.10/site-packages/thonny/languages.py`
One must manually click the STOP button on macOS to kill the sketch process (before running another), even after closing the sketch window.
"py5 can check if JAVA_HOME exists, and if not, see what jpype.getDefaultJVMPath() returns? If that is not version >= 17, jpype will not be able to start py5. Instead of...
Firstly, nice work! I'm trying to compile this game for Linux handhelds (see Anbernic, etc.). The problem is that these devices don't support OpenGL; they only support GLES. I see...