Skip to content

jaesung-cs/mesh2glb

Repository files navigation

mesh2glb

Mesh to glb converter

Install

$ git submodule update --init --recursive
$ ./third_party/emsdk/emsdk install latest
$ ./third_party/emsdk/emsdk activate latest
$ source ./third_party/emsdk/emsdk_env.sh

Build

  • c++ Library
    $ cmake . -B build
    $ cmake --build build --config Release -j
  • Emscripten
    $ emcmake cmake . -B embuild
    $ cmake --build embuild --config Release -j
    $ cmake --install embuild --config Release

About

Mesh to glb converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published