From 2dcba24138e34b842471a44a8921ed704f70720c Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 24 Jul 2023 14:52:00 -0700 Subject: [PATCH] Update README; Don't trick people into thinking WebXR is supported right now, and spell macOS better. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8a8888..3fa48e39 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can use LÖVR to easily create VR experiences without much setup or programm Features --- -- **Cross-Platform** - Runs on Windows, Mac, Linux, Android, WebXR. +- **Cross-Platform** - Runs on Windows, macOS, Linux, and Android. - **Cross-Device** - Supports Vive/Index, Oculus Rift/Quest, Windows MR, and has a VR simulator. - **Beginner-friendly** - Simple VR scenes can be created in just a few lines of Lua. - **Fast** - Writen in C11 and scripted with LuaJIT, includes optimized single-pass stereo rendering.