Data Structures, Fall 2022, Fudan University - BVH Project
This project is a simple parser that takes a .bvh
file and turns it into a .json
file.
The logic and code explanation can be read in my Chinese lab report and my notes.
Build and Run
In the project root file:
cd src
make base
./base sample.bvh
Copyright Β© 2022-Present Jinny and NYYCS
Licensed under the MIT License.