Alexandre B A Villares
Alexandre B A Villares
Well, ok... Or implement as an undocumented feature ;) And make it print a BIG warning: EXPERIMENTAL! You are converting incompatible Python 2 code. DO NOT EXPECT THIS TO WORK...
Hey, if you could provide me an entry point where my converter should run... Or maybe, better, If I implement an independent `convert_pyde.py` you can validate and couch me on...
I think the main option is this: https://github.com/zenozeng/p5.js-svg :)
Hey @berinhard, maybe this is usefull too: https://forum.processing.org/two/discussion/27844/p5-js-export-to-svg
Hey @macarena, I bet you could add this single-handedly and with your eyes closed...
Proof of concept: ```python class BoolFuncKP(): def __bool__(self): return keyIsPressed def __call__(self): background(0) # instead of this # here we should call the user defined keyPressed() function keyPressed = BoolFuncKP()...
There is yet another way... make it work as a web editor like Prof. Esperaça's Brython IDE...
> I'd much rather prefer PyP5Js to become the 4th engine mode for https://OpenProcessing.org/sketch/create. ^_^ Our friend Carlos/Vamoss has put Sinan from OpenProcessing in contact with Bernardo from pyp5j, and...
Hi, I guess this issue can be closed then... I don't have npm/nodejs installed. _Maybe_ you could add this information to the **Prerequisites** session, as npm It is only listed...
I like that very much!