chili-epfl / qimchi

Modular QML framework for AR, robotics and tangible interfaces
1 stars 4 forks source link

Qimchi

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:

Content

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:

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).

Desktop Build

Build instructions coming soon...

For building individual modules, each module contains a specific README.

Android Build

Build instructions coming soon...

For building individual modules, each module contains a specific README.

Running Samples

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.

License

Qimchi is licensed under the GPLv3 License.