{"id":13732018,"url":"https://github.com/yuki-koyama/bvh11","last_synced_at":"2025-03-21T14:30:57.570Z","repository":{"id":92881005,"uuid":"144174256","full_name":"yuki-koyama/bvh11","owner":"yuki-koyama","description":"A tiny C++11 library for reading BVH motion capture data","archived":false,"fork":false,"pushed_at":"2021-07-26T10:19:24.000Z","size":4554,"stargazers_count":40,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T02:03:11.224Z","etag":null,"topics":["bvh","cpp11","motion-capture"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuki-koyama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-08-09T15:52:26.000Z","updated_at":"2024-12-12T01:07:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"988ffb5f-0b26-43e5-941e-37b77c41dc69","html_url":"https://github.com/yuki-koyama/bvh11","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-koyama%2Fbvh11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-koyama%2Fbvh11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-koyama%2Fbvh11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuki-koyama%2Fbvh11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuki-koyama","download_url":"https://codeload.github.com/yuki-koyama/bvh11/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815091,"owners_count":20514884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bvh","cpp11","motion-capture"],"created_at":"2024-08-03T02:01:43.885Z","updated_at":"2025-03-21T14:30:56.378Z","avatar_url":"https://github.com/yuki-koyama.png","language":"C++","funding_links":[],"categories":["Graphics"],"sub_categories":[],"readme":"# bvh11\n\n[![macOS](https://github.com/yuki-koyama/bvh11/actions/workflows/macos.yml/badge.svg)](https://github.com/yuki-koyama/bvh11/actions/workflows/macos.yml)\n[![Ubuntu](https://github.com/yuki-koyama/bvh11/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/yuki-koyama/bvh11/actions/workflows/ubuntu.yml)\n![GitHub](https://img.shields.io/github/license/yuki-koyama/bvh11)\n\nA tiny C++11 library for reading (and writing) BVH motion capture data.\n\n![](./docs/sample.gif)\n\n## Dependencies\n\n- C++11 standard library\n- Eigen 3 \u003chttp://eigen.tuxfamily.org/\u003e (`brew install eigen`)\n\n### Additional Dependencies for Demos (Optional)\n\n- three-dim-util \u003chttps://github.com/yuki-koyama/three-dim-util/\u003e\n  - Eigen 3 (`brew install eigen`)\n  - Qt 5 (`brew install qt`)\n\n## Usage\n\n### Build and Install\n\n```bash\ngit clone https://github.com/yuki-koyama/bvh11.git --recursive\nmkdir build\ncd build\ncmake ../bvh11\nmake\nmake install\n```\n\n### Import (and Export) BVH Data\n\n```cpp\n#include \u003cbvh11.hpp\u003e\n\nint main()\n{\n  // Import data\n  auto bvh_object = bvh11::BvhObject(\"/path/to/bvh/data.bvh\");\n\n  // Do something (e.g., render the motion data, apply some processing, etc.)\n  \n  // Export data (if necessary)\n  bvh_object.WriteBvhFile(\"/path/to/bvh/new_data.bvh\");\n\n  return 0;\n}\n```\n\n## License\n\nMIT License.\n\n## Contributing\n\nContributions are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuki-koyama%2Fbvh11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuki-koyama%2Fbvh11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuki-koyama%2Fbvh11/lists"}