Play SimVX examples in your browser — no install required.
Minimal 2D triangle via draw() override.
Colourful balls bouncing off screen edges.
Simple 3D rotating cube using the node system.
Two-player Pong with paddles, ball, and score.
CharacterBody2D with gravity, jump, and platforms.
Classic arcade game with wrap-around physics.
Rows of enemies, bullets, and wave progression.
Classic two-player game built with UI widgets.
Top-down arcade game with 3D objects.
Classic arcade game with 3D meshes.
Visual demo of the SimVX physics engine.
Pad instrument with recording, loop, and training modes.
Infinite procedural flyover with terrain, day/night cycle, and weather.
Bioluminescent underwater world with boids, music, and bloom.
PNG textures as 2D quads via draw_texture().
GPU-rendered tilemap with multi-layer and player-follow camera.
Coloured point lights with shadow-casting occluders.
A* pathfinding -- click-to-move character on a grid.
9-slice sprite scaling via draw_texture_region().
2D physics joints (pendulum chain).
Path following with Curve2D and PathFollow2D.
Trail rendering behind moving objects.
Directional, point, and spot lights.
Fog and colour grading via WorldEnvironment.
Image-based lighting with metallic spheres.
CPU + GPU particle effects with sub-emitters, collision, trails.
BlendSpace1D, crossfade, and keyframe events.
1600 instanced cubes via MultiMeshInstance3D.
Perlin, Simplex, Value, and Cellular noise side by side.
MeshInstance3D rendering inside different parent node types.
CSG boolean operations (union, subtract, intersect).
3D physics joints (pin, hinge).
3D pathfinding with NavigationAgent3D.
Comprehensive UI showcase with DemoRunner.
MenuBar with PopupMenu dropdowns and z-ordering.
Live scene tree inspector with expand/collapse.
Top-down dungeon crawler with procedural generation, loot, skill trees, and boss fights.