Skip to content

AnotherFoxGuy/Cal3D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cal3D Official Git

Cal3D - 3d character animation library

Checkout

git clone --single-branch --recursive -b master https://github.com/mp3butcher/Cal3D.git cal3d

Built

cd cal3d

mkdir built && cd built

cmake ..

For Win32 users there a folder containing a version of glew and glut (cal3d\Win32GlutAndGlew)

Main features

  • skeleton based animation system with animation blending
  • facial animation (throught morph target)
  • examples viewers based on several rendering API
    • viewer_opengl : OpenGL Software skinning
    • viewer_opengl_vp : OpenGL Hardware skinning
    • viewer_directx : DirectX Hardware skinning

Because of API cleaning.. TiXmlBinding not working anymore (inner conventions are broken with return by ref). It can be improve to comply with clean return by refs but it's not the mainly development focus Tell us if you're using these (it's not a great deal to unclean)

About

Official Cal3D - 3d character animation library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.8%
  • C 39.3%
  • Pascal 3.5%
  • Python 1.9%
  • HTML 0.7%
  • MAXScript 0.6%
  • Other 1.2%