LÖVR – A simple Lua framework for rapidly building VR experiences

LÖVR is a Lua framework designed for quickly creating VR experiences with minimal setup or programming knowledge. It is open source, fast, and compatible with various platforms and devices. Some notable features include cross-platform and cross-device support, beginner-friendly interface, fast rendering capabilities, asset import options, spatialized audio, vector library, physics support, and compute shaders for GPU tasks. Getting started with LÖVR is straightforward, with example projects available. Users can also build LÖVR from source using CMake. The framework is inspired by LÖVE, a 2D game framework, and is supported by a community for discussions and support.

https://github.com/bjornbytes/lovr

To top