- The actual implementation of velocity skinning is in the file scenes/sources/squashy_skinning/skinning.cpp
- Use CMakeLists.txt with Visual Studio
- Precompiled version of GLFW3 is provided (precompiled/glfw3_win)
The executable directory need to be set to the root of the project (Alternatively, you can copy assets/ and scenes/ directories in the executable directory)
$ make
$ ./scene
This step create the build directory, call CMake to generate the Makefile, compile and execute the code. Note that the creation of the build directory and CMake call has to be done only once on a given system.
The following command assume you have opened a command line in the directory vcl/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd ..
$ build/pgm