Scan the QR code below to visit the Lovecade repository and access the latest updates, documentation, and more:

Alternatively, you can visit the repository directly: Lovecade Repository on Codeberg
Scan the QR code below to visit the Lovecade repository and access the latest updates, documentation, and more:
Alternatively, you can visit the repository directly: Lovecade Repository on Codeberg
Lovecade is a VR-powered arcade built using the LÖVE framework, merging a collection of LÖVE2D games into a single, seamless system. The result is a virtual playground where players can explore, watch, and jump between multiple mini-games in real-time, creating the feeling of wandering through a retro-futuristic arcade.
This project is the culmination of nearly 4 years of work with the LÖVE framework, combining shaders, modules, tools, assets (music, sounds, fonts), and games into one unified experience. Initially, it aimed to unify mobile touch controls across various LÖVE games and evolved into VR by placing 2D windows in a pseudo-3D space.
The LÖVR2LÖVE bridge enables compatibility between the LÖVE framework and LÖVR VR environments. It supports both Shared Memory and UDP streaming modes for seamless communication between Love2D games and VR headsets.
udp:setsockname("*", 12345) -- listen on all interfaces
udp:settimeout(0) -- non-blocking
Launch LÖVR first, then the Love2D game. Shared memory mode is recommended for better performance.
Play with a standard controller for an immersive experience.
Use a smartphone or VR headset with supported motion sensors (accelerometers, gyroscopes) to control the game.
Additionally, smartphones with gyroscopes can be mounted into VR glasses (e.g., Google Cardboard) for motion tracking.
For the latest updates on the game collection and their playable statuses, check the Available Games and Status page.
Yes! Lovecade is fully playable on traditional 2D screens (monitors or smartphones) without the VR headset. VR mode enhances the experience, but it's not required.
You'll need:
Copyright (C) 2025 Glitchart Productions
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, as published by the Free Software Foundation, either version 2 or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For specific licenses related to the individual games contained within Lovecade, please refer to the game’s respective folder or repository. Make sure to consult the documentation and files within the game’s repository for any special licensing information.