p5py / p5

p5 is a Python package based on the core ideas of Processing.
https://p5.readthedocs.io
GNU General Public License v3.0
726 stars 120 forks source link

Canvas extension for VS Code #274

Open arihantparsoya opened 4 years ago

arihantparsoya commented 4 years ago

It would be convenient for developers to have a live preview of p5 sketch in text editors itself. There already exist graphic extensions for glsl in VS Code:

https://marketplace.visualstudio.com/items?itemName=circledev.glsl-canvas

It wold be great if something like this exist for p5py

jeremydouglass commented 4 years ago

Possibly related resources: a tutorial for setting up processing.py (Python mode) in VSCode

https://discourse.processing.org/t/tutorial-running-python-mode-in-vscode/7716

...and a VSCode extension for Processing (Java mode)

https://github.com/TobiahZ/processing-vscode

hvitis commented 1 year ago

This could be super helpful for teaching.