Skip to content

Latest commit

 

History

History
 
 

external

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

External dependencies

Runtime dependencies

Realtime Math

Reamtime Math v1.0.0-develop (MIT License) is used for some math types and functions. Its usage is currently limited but a full transition to use it exclusively will occur for ACL v2.0.

Development dependencies

Catch2

Catch2 v2.5.0 (Boost Software License v1.0) is used by our unit tests. You will only need it if you run the unit tests and it is included as-is without modifications.

sjson-cpp

sjson-cpp v0.6.0-develop (MIT License) is used by our ACL file format clip reader and clip writer as well as by the acl_compressor tool used for regression testing and profiling. Unless you use our ACL file format at runtime (which you shouldn't), you will not have this dependency included at all.

In fact, to use any of these things you must include sjson-cpp relevant headers manually before you include the ACL headers that need them. For convenience, you can use the included version here or your own version as long as the API remains compatible.