Getting Started
After installing Bia it can be used in your CMake projects:
1 2 3 4 |
|
For simple embedding in C++ including <bia/bia.hpp>
and using bia::engine
should be enough. For the C Port including <bia/cbia.h>
and using bia_engine_t
should be enough.
Go
Warning
This package has not been updated. Do not use it yet.
1 |
|
Note
You will need to have Bia installed on your machine in order to be able to use this interface.