Skip to content
Bogdan edited this page Jan 16, 2026 · 33 revisions

This wiki is under development. Some topics may be incomplete or missing.

Contents

  1. What is AtumVR?
  2. Current State

What is AtumVR?

AtumVR is a library that simplifies VR development in Java. It can be used either:

  • directly in a Java-based game/app, or
  • to add VR support to an existing game/app via a mod (when the game/modding platform allows it).

AtumVR uses LWJGL to access native VR APIs and currently supports OpenXR only.

For rendering, the OpenGL is used

This project is not a full game engine. Instead, it is intended to be a VR integration layer you can plug into your own engine or framework—so you don’t have to wrestle with low-level VR APIs directly.

Current State

AtumVR is currently used primarily for developing Visor — a Minecraft mod that enables VR gameplay.

Until the major work on Visor is complete, AtumVR is in a maintenance-focused phase, and I’m not planning significant feature expansions (for example, OpenVR support).

Clone this wiki locally