Skip to content

serge-rgb/larch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Larch

Quick prototyping of VR (games | apps | "experiences") in Python.

alt tag

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
  1. OPTIONAL: copy OculusSDK into this dir to build deps.

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

About

Game Prototyping Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published