An open API service indexing awesome lists of open source software.

https://github.com/wonder-tree/posecamera-launcher

PoseCamera launcher is platform to integrate all games based PoseCamera SDK.
https://github.com/wonder-tree/posecamera-launcher

Last synced: 3 months ago
JSON representation

PoseCamera launcher is platform to integrate all games based PoseCamera SDK.

Awesome Lists containing this project

README

          

[![CodeFactor](https://www.codefactor.io/repository/github/wonder-tree/posecamera-launcher/badge)](https://www.codefactor.io/repository/github/wonder-tree/posecamera-launcher)
# PoseCamera Launcher

PoseCamera launcher is platform to integrate all games based PoseCamera SDK. Its allows you to build and luanch different games from one platform.

## System Requirements

* Python 3.6
* Operating System Windows, Linux or Mac
* 2GB of Physical memory (RAM)

## How to install

Git clone the main repository and inner linked respositories of games by using --depth argument.
```
git clone --depth 1 https://github.com/Wonder-Tree/PoseCamera-launcher
```

Install all dependencies
```
pip install -r requirements.txt
```

Run the launcher program by following command

```
python launcher.py
```

## Output

![Home Screenshot](assets/screenshot.png)