Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 819 Bytes

File metadata and controls

31 lines (19 loc) · 819 Bytes

webpp

A proof of concept of Emscripten working with OpenGL and C++.

YOU NEED THE EMSCRIPTEN SDK IN ORDER TO BUILD THE PROJECT.

Usage

I did a very little command line interpreter in Bash to make building and starting the project easier.

./webppcli.sh build

After this command, you should have a new build folder. If there is a problem, please create an issue.

./webppcli.sh start

This will start a local web server with the port 8000. You can now open you web browser and go to http://localhost:8000/webpp.html to see the project running.

License

This project is licensed under MIT.

Contributor

Paul Beauduc