Live Demos
Try Nova-3D in action. Web builds, Android APKs, and desktop downloads will be listed here.
3D Cube Demo
The primary Nova-3D demonstration: a rotating 3D cube rendered through the full engine stack.
Web Build
Browser-based WebAssembly build of the Cube3D demo. No installation required.
Play in Browser (Soon)
Android Demo
APK download for Android devices. Requires Android 7.0+ and OpenGL ES 3.0 support.
Download APK (Soon)
Desktop (Linux)
Build the desktop demo from source using CMake. Runs on Linux with OpenGL 3.3+.
Build from Source
Desktop (Windows)
Build the desktop demo from source on Windows using CMake and MinGW-w64 or MSVC.
Build from Source
Hello World Example
The simplest Nova-3D application: initializes the engine context and exits cleanly.
Build and run from the repository root:
cmake -S . -B build cmake --build build --target Nova3DHelloWorld ./build/Nova3DHelloWorld
Cube 3D Demo
The main visual demonstration: a textured box rendered in 3D using the full Nova-3D stack.
cmake -S . -B build cmake --build build --target Nova3DCube3DDemo ./build/Nova3DCube3DDemo