Skip to content

wirthual/SceneManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SceneManager

1. General Information

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/

1.1 Repository structure

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.

1.2 For developers

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.

2. Screenshots

2.1.1 SceneManager Home

home

2.1.2 SceneManager Manage

manage

2.1.3 SceneManager Overview

overview

2.1.4 SceneManager Upload

upload

2.2 Android Client

client

2.3 Edit Sys

edit1 edit2 edit3