Skip to content

Releases: SolarFramework/binaries

g2o/1.0.0/win

22 Jan 13:10
d4a9c0a
Compare
Choose a tag to compare
inno setup updated to 0.6.0

g2o/1.0.0/linux

27 Jan 10:44
d4a9c0a
Compare
Choose a tag to compare
inno setup updated to 0.6.0

freeglut/3.0.0/linux

10 Sep 09:10
d4a9c0a
Compare
Choose a tag to compare
inno setup updated to 0.6.0

FLANN17/1.9.1/win

23 Jul 14:54
d4a9c0a
Compare
Choose a tag to compare

Include support for C++17

Build from IRCAD's Artifactory conan remote add <REMOTE> https://conan.ircad.fr/artifactory/api/conan/sight

FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset.

github repository : https://github.com/mariusmuja/flann/tree/1.9.1
flann website : https://www.cs.ubc.ca/research/flann/
BSD license

fbowSolAR/0.0.1/win

19 Sep 12:15
d4a9c0a
Compare
Choose a tag to compare

SolAR fork of the Bag of word library (https://github.com/SolarFramework/fbow)
Do not forget to download the vocabulary file fbow_voc.zip

fbowSolAR/0.0.1/linux

04 Oct 13:32
d4a9c0a
Compare
Choose a tag to compare

Bag of word library (https://github.com/rmsalinas/fbow)
Do not forget to download the vocabulary file fbow_voc.zip

eigen/3.3.7/linux

11 Jul 13:17
d4a9c0a
Compare
Choose a tag to compare
inno setup updated to 0.6.0

eigen/3.3.5/linux

08 Oct 08:51
d4a9c0a
Compare
Choose a tag to compare
inno setup updated to 0.6.0

eigen/3.3.5/android

12 Mar 15:32
d4a9c0a
Compare
Choose a tag to compare
inno setup updated to 0.6.0

LLVM's libc++ Library for Android

06 Apr 08:28
d4a9c0a
Compare
Choose a tag to compare

Use for Unity Android plugins. Should be in ./Assets/Plugins/Android/[arch]

LLVM's libc++ is the C++ standard library that has been used by the Android OS since Lollipop, and as of NDK r18 is the only STL available in the NDK.

Android NDK cpp support

"On Android, the libc++ used by the NDK is not part of the OS. This gives NDK users access to the latest libc++ features and bug fixes even when targeting old versions of Android. The trade-off is that if you use libc++_shared.so, you must include it in your APK. If you're building your application with Gradle this is handled automatically"