Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 378 Bytes

BVHRecipes

Scripts for frequent operations on BVH files.

Usage

You need to install the necessary packages first. In the Julia REPL type ] to enter the package manager REPL mode and run

pkg> add BVHFiles

Do the same for any other package that is needed.

Use

julia> include("<script>")

to execute a script, where <script> is the path to the file.