Notgnoshi / getrekt

Experimentation on web assembly bindings for C++ for computational geometry operations.

Home Page:https://localhost:8080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getrekt

Experimentation on web assembly bindings for C++ for computational geometry operations.

How to run

Loading WASM requires running a webserver. You can't just open the index.html in a web browser. Run a simple Nginx web server in the current directory with

./nginx.sh

and navigate to http://localhost:8080 to view the project in your browser.

How to build

Using the emscripten/emsdk:latest Docker image:

./build.sh

Natively:

emcmake cmake -B ./build/ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .
cmake --build ./build/

About

Experimentation on web assembly bindings for C++ for computational geometry operations.

https://localhost:8080


Languages

Language:C++ 50.0%Language:JavaScript 29.7%Language:HTML 7.3%Language:Shell 6.5%Language:CMake 6.4%