processing-py-site
processing-py-site copied to clipboard
Site for processing.py.
HI I can run py processing examples if I type them or copy and paste from the examples but when I try to open an example file (or double click...
The "Example is Broken" issue is just a simple indenting problem with the global fillVal in the keyPressed function, put it where it should go and it works fine in...
Use a colon inside the index brackets to get a "slice" of the list, returned as a list. element_slice = elements[1:5] # from index 0 up to (not including) index...
On this page: https://py.processing.org/reference/logicalAND.html, the title should be: and (logical AND) And on this page: https://py.processing.org/reference/ in the “Logical Operators” section, `&&` should be `and`
The first full script in this tutorial https://py.processing.org/tutorials/objects/ (the one with two cars going different speeds) will fail to run if copied and pasted into the Processing IDE. Some lines...
There is a javascript comment written in plain HTML suggesting putting together a menu on tutorials right below the nav bar. Might've gone unnoticed because the color is similar to...
Issue #211 ,removed Random comment on UI
The original file indentation was updated but the indentation on the website was not fixed. This PR fixes the indentation. closes #201
Hello, I'm new to processing and also new to programming. I just know a bit of C++ and python. I was trying to convert a java base code in processing...
On every page, on the top menu bar there's a broken comment: "// put a menu here? `https://github.com/jdf/processing-py-site/issues/169` " This should be either changed with an html comment `` or...