An open API service indexing awesome lists of open source software.

https://github.com/carlbittendorf/bvhrecipes

Scripts for frequent operations on BVH files.
https://github.com/carlbittendorf/bvhrecipes

Last synced: 4 months ago
JSON representation

Scripts for frequent operations on BVH files.

Awesome Lists containing this project

README

          

# 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("")
```

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