TeoNikolov / BVHView

(Original by Daniel Holden). A simple viewer for the .bvh animation file format written using raylib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BVHView

BVHView is a simple .bvh animation file format viewer built using raylib.

bvhview_low.mp4

Building

Windows

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.

Linux

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.

Other

For other platforms you should be able to build BVHView by hacking the Makefile a bit. Contributions here welcome.

About

(Original by Daniel Holden). A simple viewer for the .bvh animation file format written using raylib.

License:MIT License


Languages

Language:C 93.1%Language:HTML 5.3%Language:Makefile 1.2%Language:Python 0.4%