ArthurGouing / Simuscle

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

Home Page:https://simuscle.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://simuscle.vercel.app


Languages

Language:C++ 90.2%Language:C 6.7%Language:Makefile 1.2%Language:Objective-C++ 0.7%Language:Python 0.5%Language:NASL 0.5%Language:JavaScript 0.1%Language:CMake 0.1%Language:Objective-C 0.0%Language:GLSL 0.0%Language:MDX 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:TypeScript 0.0%