Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Motion3D Example

C++

After installing the motion3d C++ library, you can build and run the example with:

mkdir build && cd build
cmake ..
make
./motion3d_example

Python

After installing motion3d in your Python venv, you can run the example with:

python motion3d_example.py