Setup LS4P
August 13, 2019 ยท View on GitHub
Steps
- Clone the Repo.
- Open LS4P in terminal and execute the shell script
sh initserver.sh. - Open LS4P in VSCode and perform
Terminal -> Run Build Task...from the Menu. - If it shows you a popup saying build is already running - click on
Restart Task. - Once the build is complete, Start the Server using
F5orPlay buttonwithClient + Serveras selected Configuration in the debug tab. - You can edit the sketch in the opened window .i.e.,
Extension Host. - All the LS4P features will be active in the Extension Host.
- To run a Processing sketch - hit
Shift+cmd+Pand enterRun Processing Sketchand hit enter. - This should run the Processing Sketch.
Issues
- If you run into any issues, make sure to raise an Issue.