← Back to Documentation Index

🎨 GPU Systems

Low-level rendering backends (Canvas2D, WebGL2, Three.js)

📋 Overview

Nova64 uses multiple GPU backends to provide flexible rendering options: Three.js for 3D, WebGL2 for advanced effects, and Canvas2D as a fallback.

💡 GPU Backends
  • Three.js (Primary) - Full 3D acceleration for 3D scenes
  • WebGL2 - Custom shaders and effects
  • Canvas2D (Fallback) - Software rendering for compatibility