sensuikan1973 / libedax4dart

dart wrapper for libedax

Home Page:https://pub.dev/packages/libedax4dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart CI codecov

Dart wrapper for libedax.
With using libedax4dart, you can execute functions equivalent to edax commands.

Usage

  1. Add libedax4dart under dependencies in your pubspec.yaml.
  2. Add your libedax assets in the path which you like.
    If you don't have yours, you can also download from here.
  • (Required) dynamic library
    • macos: libedax.universal.dylib
    • windows: libedax-x64.dll
    • linux: libedax.so
  • (Optional) data for edax
    • book.dat
    • eval.dat
  1. With using LibEdax, you can run edax commands !

Document

Real World Example

References

About

dart wrapper for libedax

https://pub.dev/packages/libedax4dart

License:GNU General Public License v3.0


Languages

Language:Dart 99.6%Language:Shell 0.4%