Skip to content

Ne88ie/laserdocklib

 
 

Repository files navigation

laserdocklib

Client library to connect to Laserdock.

This library has three targets:

  1. laserdocklib -> library target
  2. laserdocktest -> simple test and printing of key parameters of laserdock
  3. laserdockcircle -> shows a white circle, demonstrating sending data into laserdock

Tested under OS X 10.11 and comes with libusb 1.0 dylib.

How to build for Android:

$ cp dist.local.cmake local.cmake
$ cp dist.local.android.cmake local.android.cmake
  1. Setup correct pathes in android.local.cmake
  2. Set BUILD_ANDROID ON in local.cmake and choose ABI with ANDROID_ABI in local.android.cmake

How to build for Linux:

In root directory:

$ rm -rf build && mkdir build && cd build
$ cmake .. .
$ make

About

client library to connect to laserdock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 70.4%
  • C++ 26.2%
  • Java 2.9%
  • C 0.5%