This repository contains code developed during the "Praxis der Forschung" course on the KIT
Detailed information and instructins can be found under http://scenemanager.teco.edu/
Name | Content |
---|---|
README.md | This file. Contains just brief information about the structure. All further information for users and developers can be obtained from the website of SceneManager |
server/ | Contains source code of the SceneManager server itself. It provides the website and the API to upload and download ADF-Files. Detailed information you can find here. |
android_client/ | Contains the implementation of an android client to upload and download files from SceneManager. This is useful if you want to create your own client or interact with the API. Detailed information you can find here. |
editsys/ | Contains an proof of concept implementation of an edit system to place objects in the real world using Google Tango. Detailed information you can find here. |
LICENSE.md | The license of this project. Its released under MIT License However, it includes a lot of other libraries, which are published under a different license. |
If you plan to improve SceneManager or want to host your own, you can find detailed information about how to do so in the developers section, which you can find here.