Skip to content

All the file related to the Simuscle project: C++ code, Blender addons, Website, Example, Note

Notifications You must be signed in to change notification settings

ArthurGouing/Simuscle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation

Simuscle is a software which realise the computation of musculo-skeletal animation in real-time. The input data, is an animation of a musculo-squeletal model of a creature, and Simuscle will compute the mesh cache to be render.

demo

Here is more detailed information on the code on the Simuscle website.

Installation

Dependency: Simuscle required few basic libraries to be launch:

  • C++ compiler
  • Cmake
  • OpenGL
  • OpenCL

If all the library are correctly installed, you can download the repository and compile Simuscle with cmake:

cd Code
mkdir ./build
cd ./build
cmake ../
make install && cd ../

You can launch the example file with the folowing command:

./Simuscle Blender_example/Full_Arm_Simuscle/

About

All the file related to the Simuscle project: C++ code, Blender addons, Website, Example, Note

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published