Artoolkit Tutorial

Posted : admin On 11.09.2019
Artoolkit Tutorial 6,2/10 5650 reviews

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

  • For this tutorial I’m assuming you have already installed Unity3D and downloaded the ARToolkit for Unity package. I am using Unity 5.3.8 and the ARToolkit package downloaded from the website. More recent versions of Unity (5.4.x onward) gave errors when using the ARToolkit package.
  • FLARToolKit itself is port of the Java NyARToolKit, which is a port of the C ARToolKit. Long way, but here we are. JSARToolKit operates on canvas elements. As it needs to read the image off the canvas, the image needs to come from the same origin as the page or use CORS to get around same-origin policy.

Tutorial session: ARToolkit 5. Blending the future: an interactive brainstorming anime session. AND a homework project! 3 ESGI 4A - Option IJV - 2015/2016 Plan of the lecture 1. ARToolkit: a tool for AR 2. Basic principles 3. Getting started 4. In depth analysis 5.

Sign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artoolkit

Comments

commented Mar 10, 2016

Hello, can u give me a clear steps to import and compile artoolkit library on Android studio ?
thanks.

commented Mar 11, 2016

First, let me know what dev platform you will be using Android Studio (AS) IDE on - the two supported platforms are Windows 10/8.1 or Mac OS X 9+.

Next, I would recommend the you clone this repo instead of relying on the download SDK (because you are guaranteed to get the latest and greatest).

Next, after you clone a local repo, go get this document: [your local repo root]/AndroidStudioProjects/Docs/AS_Migration.pdf. There is more information then you in this doc but after you download and install the AS IDE, the Android SDK and the Android NDK, follow the instructions related to Gradle, the build system that the AS IDE uses and how to build the Android ARTK dependencies that are used by the AndroidStudioProject example apps.

Let's also move this thread over to #52.

commented Mar 28, 2016

If someone else is looking for an Android studio setup, take a look at this repo
https://github.com/kosiara/artoolkit-android-studio-example
It worked for me using Intellij idea and off course in Android studio on Fedora.

Artoolkit Tutorial Android

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment