derelict_extras-fann 5.0.0
A dynamic binding to the FANN library.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
DerelictFANN
Warning: this an unofficial Derelict binding.
A dynamic binding to FANN for the D Programming Language.
Please see the pages Building and Linking Derelict and Using Derelict, or information on how to build DerelictFANN and load the FANN library at run time. In the meantime, here's some sample code.
import derelict.fann.fann;
void main() {
// Load the FANN library.
DerelictFANN.load();
// Now FANN functions can be called, or FANN wrapper be used
...
}
- Registered by ponce
- 5.0.0 released 4 years ago
- p0nce/DerelictFANN
- github.com/p0nce/DerelictFANN
- Boost
- Authors:
- Dependencies:
- derelict-util
- Versions:
-
5.1.1 2018-Jun-20 5.1.0 2017-Jun-08 5.0.0 2017-Feb-24 4.0.1 2015-May-30 4.0.0 2015-May-24 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
1 downloads this month
-
285 downloads total
-
- Score:
- 1.5
- Short URL:
- derelict_extras-fann.dub.pm