Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serge-rgb/larch
Game Prototyping Engine
https://github.com/serge-rgb/larch
Last synced: about 2 months ago
JSON representation
Game Prototyping Engine
- Host: GitHub
- URL: https://github.com/serge-rgb/larch
- Owner: serge-rgb
- Created: 2013-12-17T05:46:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T19:35:11.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T06:57:37.569Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Larch
=========
Quick prototyping of VR (games | apps | "experiences") in Python.![alt tag](http://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/M%C3%A9l%C3%A8ze_en_Automne.JPG/180px-M%C3%A9l%C3%A8ze_en_Automne.JPG)
*Status:* _Linux only. WIP. Not of much use to anyone right now.._
Setup
-----
1. Setup a virtualenv and activate it. (pypy recommended)
```
$> virtualenv -p PATH_TO_PYTHON ENV_DIR
... lots of output ...
$> source ENV_DIR/bin/activate
```2. OPTIONAL: copy OculusSDK into this dir to build deps.
3. run ```./get_stuff.sh``` to get dependencies and build libraries.
```
$> ./get_stuff.sh
```Running
-------### Run cube demo:
```
python larch --game cube
```
With the Rift:
```
python larch --game cube --ovr
```### Get help:
```
python larch
```