Releases: deltacv/AprilTagDesktop
Releases · deltacv/AprilTagDesktop
v2.1.0-D - Migrate to maven central
Migrates this library to maven central, bye bye jitpack
Natives from refs/heads/main
Commits
- 2886fae: Change version to 2.1.0-D (Sebastian Erives)
v2.1.0-C - Add support for Linux AARCH64
Adds native library for the Linux AARCH64 along with a github action to build it.
v2.1.0-B - Fix JVM crashes on windows
Fixes crashes by scrapping pthreads-win32 and using pthreads_cross instead
v2.1.0-A - EOCV-AprilTag-Plugin 2.1.0
From EOCV-AprilTag-Plugin 2.1.0:
Updates to the latest version of AprilTag as of 8 June 2024
v2.0.0-C - Improve MacOS support
Fixes loading issues related with MacOS
Natives from refs/heads/apriltags-2.0.0
v2.0.0-B - Loading issue fix
Fix issue with the loading of the native library
v2.0.0-A - AprilTags 2.0.0
Updates to EOCV-AprilTag-Plugin 2.0.0
v1.2.1 - Add support for Apple Silicon
Adds native .dylib for the Apple Silicon platform, kindly provided c4glenn in deltacv/EOCV-Sim#94