-
The p5 package that the Pyodide prototype is using is based on the p5.js library. It uses names like `createCanvas` instead of `size` which means that programs can't be copied to your local machine an…
tuzz updated
8 months ago
-
XSS is probably not of concern for Paysage, as we have no sessions or user information,
But I tested with alert() and it's hugely annoying, especially as it goes off 60 times per second (in the draw…
-
Suggested on ZenDesk by Peter:
"Unlike some languages, random(a,b) returns a number
in the half open interval (a,b], which causes
problems with the common use of the floor function.
In particular,…
-
In Skulpt Processing, `mod.processing` is not defined until after run is called.
This little program shows the issue:
``` python
from processing import color
color(128)
```
raises something like: T…
-
My skillset/background is mainly with JS/Node and Swift/iOS, but I have some experience using Processing (and processing.js!).
Any good spots to jump in currently?
-
PJS passes normal Javascript arrays to WebGL's `uniformMatrix4fv` method every time it needs to pass a value to a shader program, which happens a lot. [The docs](https://developer.mozilla.org/en-US/do…
-
I want another graph module for the web-frontend.
One which is based upon JSON and AJAX.
(Issue #9 need to be solved first)
-
I think this happened because I used a +3mb image file to upload while reporting against twitter. In process of debugging.
-
The "percent" notebook format looks similar to the pyodide notebook format [1]. It may be advantageous to adopt the percent format so that pyodide notebooks can be run in other tools? A different solu…
-
I was doing some part time development work for myself
( which if it was not for the Processing I would never have had the skill to do )
and would like to contribute back.
What can I do to get…
ghost updated
6 years ago