awvalenti / bauhinia

Cross-platform Wii Remote Java library and remote controller application
GNU General Public License v3.0
6 stars 0 forks source link

Make coronata work on Linux with ARM processor (e.g., Raspberry Pi) #16

Open awvalenti opened 7 years ago

awvalenti commented 7 years ago

Currently, the native libraries used by coronata are compiled to x86 architecture, so they probably won't work on ARM processors.

awvalenti commented 6 years ago
  1. Obtain BlueCove-GPL for ARM, either by:
  2. Modify BlueCove so that it chooses the right native library based on platform (Linux x86 or Linux ARM)
  3. Add result as a Maven project on GitHub
  4. Reference it from coronata-linux-general