Skip to content

thomas-gale/hello-igl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-igl

Experimenting with https://libigl.github.io/tutorial/

Build / Run

Pure cmake commands

mkdir build
cd build
cmake ..
cmake --build .
./src/main

Or using ms-vscode.cmake-tools vscode extension) (delete build folder if switching from pure cmake above)

  • Command Palette: Cmake:Configure
  • Command Palette: Cmake:Build
  • Command Palette: Cmake:Run Without Debugging

Optional vcpkg usage

git submodule update --init --recursive
./lib/vcpkg/bootstrap-vcpkg.sh
# Note, we are not using libigl vcpkg, but instead using the cmake module in ./cmake (recommended method by libigl folks)
# ./lib/vcpkg/vcpkg install libigl[glfw] 

Releases

No releases published

Packages

No packages published