Skip to content
@voxelworldmodel

voxelworldmodel

Turning voxel environments into photo realistic realtime visuals using AI.

Minecraft to Realism real time World Model


Real time world model that turns game engine data (camera, motion, depth) into photorealistic video using neural rendering. Focused on low latency, temporal stability, and integrating AI as the rendering layer for interactive environments.



  • Minecraft Client (Java Edition)

  • Mod loader (Fabric or Forge)

  • Custom rendering mod (framebuffer capture + injection)

  • Shader pack (depth, normals, lighting buffers)

  • GPU pipeline (RTX / raster + shader outputs)

  • Frame extraction (RGB frames)

  • Depth buffer extraction

  • Normal map extraction (optional)

  • Motion vectors / camera delta (optional)

  • Player input capture (keyboard, mouse, actions)

  • Data bridge (game → AI pipeline)

  • Conditioning encoder (format inputs for model)

  • world_engine (core world model inference)

  • Prompt system (scene style control)

  • Temporal frame buffer (history for consistency)

  • Latent / diffusion model (frame generation)

  • Gaussian Splatting (optional 3D stability layer)

  • Depth reconstruction / scene representation

  • Real-time splat renderer

  • Frame post-processing (denoise, color correction)

  • Upscaling (DLSS / AI upscaler)

  • Frame interpolation (optional)

  • Output renderer (replace or overlay Minecraft frame)

  • Sync system (match generation timing to gameplay)

  • Async batching (handle multi-frame outputs)

  • GPU acceleration (CUDA / TensorRT / quantization)

  • Memory management (VRAM buffering, caching)

  • Training / fine-tuning pipeline (optional)

  • Paired dataset (Minecraft ↔ real-world scenes)

  • LoRA / adapter tuning

  • UI / debug overlay (latency, buffers, toggles)

  • Recording / playback system (testing + dataset generation)

Popular repositories Loading

  1. .github .github Public

    Building a real time world model that turns game engine data (camera, motion, depth) into photorealistic video using neural rendering. Focused on low latency, temporal stability, and integrating AI…

    1

  2. world_engine world_engine Public

    Forked from Overworldai/world_engine

    World Model Inference Engine

    Python

  3. engine engine Public

    Forked from luanti-org/luanti

    Luanti (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation

    C++

  4. Minosoft Minosoft Public

    Forked from Bixilon/Minosoft

    An open source Minecraft reimplementation written from scratch. Mirror of https://gitlab.bixilon.de/bixilon/minosoft

    Kotlin

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…