From de0ba12674b0abd4f633973ad968a3a29dd9cf81 Mon Sep 17 00:00:00 2001 From: Gerben Hettinga Date: Sun, 9 Jan 2022 12:49:10 +0100 Subject: [PATCH] Added link to simple example Added link to my repository with a simple standalone example to use emscripten-webxr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72795fd..41d0b50 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Projects using Escmripten WebXR - [Magnum WebXR example](https://github.com/mosra/magnum-examples/blob/master/src/webxr/WebXrExample.cpp) - WebXR example in the Magnum open source C++11/14 OpenGL graphics framework. - [Wonderland Engine](https://www.wonderlandengine.com) - Accessible development platform for building highly performant WebXR applications. + - [Simple example](https://github.com/GerbenHettinga/WebXR-Emscripten) - Simple example Emscripten application that uses SDL and emscripten-webxr to render a scene. + LICENSE =======