Qimchi is a QML based framework for CHILI lab's projects in augmented reality, robotics and tangible interfaces that works on desktop and Android.
Qimchi currently requires:
Qimchi is composed of various modules that are actually QML plugins and a number of samples. These modules are contained under modules/
as git submodules and can also function independently.
Current modules are:
CVCamera: Fast OpenCV camera access
Dependencies:
3.0.0-alpha1
Chilitags: Fiducial marker tracker
Dependencies:
3.0.0-alpha1
Qt3D: Qt's 3D engine
Note: In order to clone the repository with the submodules, you can use git clone --recursive https://...
(You may have to configure your SSH keys in Github, as per this tutorial; ... and create a gitorious account and add the SSH key similarly).
Build instructions coming soon...
For building individual modules, each module contains a specific README.
Build instructions coming soon...
For building individual modules, each module contains a specific README.
Samples are located under samples. Once the modules are in place, building and running the samples should be as simple as opening them in Qt Creator and clicking the Run
button. See samples/README.md for more detailed information.
Qimchi is licensed under the GPLv3 License.