libigl /
libigl-example-project
A blank project example showing how to use libigl and cmake.
70/100 healthLoading repository data…
chafey / repository
Example showing how to build a JS/WASM version of a C++ library using modern cmake
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Example showing how to build a JS/WASM version of a C++ library using modern cmake based on the following:
But expanded to include cross compiling to JavaScript/WASM using Emscripten
This project includes support for developing in a docker container using the Visual Studio Code Remote - Containers extension. The configured docker container includes emscripten, cmake and gcc so you can build, debug and run this project immediately without having to deal with toolchain dependencies. The default build task (shift+control+b) is to configure, build and run the tests
NOTE: If you don't use VS Code but want to use Docker, you can try using the Dockerfile in the .devcontainer folder.
The requirements are:
To configure, build and test:
./build.sh
After building, you can run the browser based test by running an http server at the root of this project and opening the file test/browser/index. I use HTTP Server / HTML Preview
Selected from shared topics, language and repository description—not editorial ratings.
libigl /
A blank project example showing how to use libigl and cmake.
70/100 healthcyeksan /
An example Android project showing how to protect API keys or some other secret variables from decompilation
23/100 healthmattgodbolt /
An example showing how I use CMake and Conan
30/100 healthacarg /
An example showing how to handle dependencies with CMake, here using gRPC.
39/100 healthPetterS /
A simple example showing how to use Emscripten with CMake
43/100 healthPhantomGrazzler /
Example project showing how to build with gRPC from Conan with CMake.
31/100 health