Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 801 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 801 Bytes

Peasant Girl from mixamo.com

^ "Peasant Girl" from mixamo.com.

How to run.

# Any model with format ASSIMP supports can be loaded.
main vampire/dancing_vampire.dae

dancing_vampire.dae can be downloaded from LearnOpenGL github.

How to build.

See dependencies from #include(s):

  • ASSIMP: vcpkg install assimp.
  • GLM: vcpkg install glm.
  • STB: vcpkg install stb.
  • GLAD: vcpkg install glad.
  • GLFW: vcpkg install glfw3.

Once installed, compile and link with C++20 enabled.