/triangle_ffi

A test running the Triangle C library with Dart FFI

Primary LanguageC

triangle_ffi

Dart FFI with the Triangle C library.

Run it

  1. Use the included makefile to build C files in the c folder
  2. dart triangle_ffi.dart to run the test file.