Skip to content

C++ library to parsing and interpreting a .bvh file

License

Notifications You must be signed in to change notification settings

tyoungroy/bvh-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Bvh Parser, your new C++ library for .bvh file!

Build Status

Features

Platforms

This parser has been used only on Linux, but it probably can works on any other platform as well.

Usage

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 :)

Build

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.

Projects using this library

I use it in my engineering thesis.

License

BVH-PARSER is released under Apache License.

About

C++ library to parsing and interpreting a .bvh file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.0%
  • CMake 2.0%