libedax4dart 0.2.0-alpha libedax4dart: ^0.2.0-alpha copied to clipboard
dart wrapper for libedax
libedax4dart #
dart wrapper for libedax.
With using libedax4dart, you can execute functions equivalent to edax commands from dart.
Usage #
- Add
libedax4dart
underdependencies
in yourpubspec.yaml
. - Add your libedax assets in the path which you like.
If you don't have yours, you can also download here.
- [Required] dynamic library
- macos:
libedax.dylib
- windows:
libedax-x64.dll
- linux:
libedax.so
- macos:
- [Optional] data for edax
book.dat
eval.dat
- With Using
LibEdax(dllDir)
, you can run edax commands !
Document #
- libedax4dart
- libedax: This may be old. In case of that, See source.
- edax
Reference #
- python version: libedax4py
- java version: libedax4j
Development #
commands #
run example
dart example/example.dart
format
dart format --fix -l 120 .
test
pub run test .
analyze
dart analyze .
document
dartdoc && open doc/api/index.html
reference #
- dart:ffi
- dart-lang/samples/ffi : simple sample
- dart-lang/sdk/samples/ffi : complicated sample
- issues
- Effective Dart: Documentation