/pd-emscripten-test

simplified pd emscripten app

Primary LanguageC

Setup

  1. Installation of node.js is required. Follow this guide to install it.
  2. Run the following commands in the Terminal.
git clone https://github.com/cuinjune/pd-emscripten-test.git
cd pd-emscripten-test
npm install dependencies
npm start
  1. Open your web browser and navigate to http://localhost:3000

Building the emscripten

Please read https://github.com/cuinjune/pd-emscripten-test/blob/master/public/pdtest/README.md

References

Author