Luke-zhang-04 / processing-vscode

A Visual Studio Code extension for the Processing programming language (https://processing.org/)
https://marketplace.visualstudio.com/items?itemName=Luke-zhang-04.processing-vscode
MIT License
14 stars 3 forks source link

[FEATURE] Adding support for different "Modes" [Python, Android, P5.js] #5

Closed b-mq closed 3 years ago

b-mq commented 3 years ago

First thank you for creating this extension!

Currently you can only run a Processing sketch which is written in Java (.pde) Support for different Processing "Modes" like Python (.pyde), Android, P5.js would be nice It would be great if one could make it work with Processing Python Mode.

Here's a possible solution, how to run Processing in Python mode inside VSCode

Processing Modes: image

Luke-zhang-04 commented 3 years ago

Thanks for the suggestion! I'm a bit busy right now, but I'll get on it when I have time.

I can definitely get Python mode to work. p5js looks like it runs in the browser, so I'm not sure if adding that would work, but I'll take a look. Processing with Android seems like something else, so I probably won't be implementing that.

b-mq commented 3 years ago

Thanks! Can't wait to use Processing.py inside of VSCode