Adjuvo / SenseGlove-API

Sense Glove API for native C++ development
https://senseglove.gitlab.io/SenseGloveDocs/native/core-api-intro.html
MIT License
15 stars 11 forks source link

Arm architecture build. #16

Open jabbershort opened 1 year ago

jabbershort commented 1 year ago

Are there any arm compatible libs available? I'm trying to build an application using your CoreCpp, but want to try and use some embedded arm hardware to run it.

MaxLammers commented 1 year ago

Hi jabbershort,

At the moment, there are no libs specifically compiled for ARM hardware, though we are working on a refactor of the C++ API. This v2.0 of the libs could be build for arm64 v8 and arm v7 32-bit, at least on Android. Is that what you are looking for, or are you looking for a Linux solution?

jabbershort commented 1 year ago

Hey, I'm actually looking for a Linux implementation, specifically a lightweight app that I can deploy on raspberry pi hardware. If that's something that could be achieved on your new version, that would be amazing.

MaxLammers commented 1 year ago

ARM / Raspberry Pi binaries are not on our roadmap at the moment, but we can try to compile our v2.0 code and see if this works. I'll get back to you on the results, but it could take 2-4 weeks.

jabbershort commented 1 year ago

If you do happen to get it working that would be great, do let me know! For now I'll utilise the normal x86 version.