Skip to content

grishavanika/skeletal_animation_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Skeletal Animation Example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages