From cd44c0c0c2d866c8f586ac402550df879af9c3b9 Mon Sep 17 00:00:00 2001 From: Christopher Bruns Date: Thu, 11 Jul 2019 17:46:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f130736..fcc554d 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,5 @@ for i in range(100): openvr.shutdown() ``` + +For more advanced usage, consult the example at https://github.com/cmbruns/pyopenvr/blob/master/src/samples/glfw/hellovr_glfw.py, which is a complete faithful translation into python from the original C++ sample at https://github.com/ValveSoftware/openvr/tree/master/samples/hellovr_opengl