BVHView is a simple .bvh animation file format viewer built using raylib.
bvhview_low.mp4
Download and install MinGW in some form. Perhaps w64devkit or MSYS2.
Download raylib into C:/raylib/raylib.
Download raygui into C:/raylib/raygui.
Build raylib by going to C:/raylib/raylib/src and running make.
Download this repo and run make in the main directory to build bvhview.exe.
To build a release version with optimizations enabled and no console window run make BUILD_MODE=RELEASE in the main directory instead.
Download raylib into ~/raylib/raylib.
Download raygui into ~/raylib/raygui.
Follow this guide to install any dependencies.
Build raylib by going to ~/raylib/raylib/src and running make.
Download this repo and run make in the main directory to build bvhview.
To build a release version with optimizations enabled run make BUILD_MODE=RELEASE in the main directory instead.
For other platforms you should be able to build BVHView by hacking the Makefile a bit. Contributions here welcome.