- Logs from working provided by easyloging++
- Clear and useful structure for bvh data
- Tested via Google Test framework
- Position calculation perform with GLM - OpenGL Mathematics library
This parser has been used only on Linux, but it probably can works on any other platform as well.
The only thing what you have to do is build and link this library! If you wanna know something more please look at tests or simply write mail :)
git clone https://github.com/BartekkPL/bvh-parser.git
cd bvh-parser/
mkdir build
cd build/
cmake ..
make
And after these steps you have builded library ready to use it in new projects!
You found it at bvh-parser/build/lib/libbvhParser.so.
I use it in my engineering thesis.
BVH-PARSER is released under Apache License.