Sample Applications
Working demos, validated on Raspberry Pi 3B+ hardware.
hello_triangle
The foundational render test. Colored triangle via GLES 2.0 on VC4 V3D 2.1 at 1280×720. First hardware render confirmed April 26, 2026.
hello_box2d
Box2D physics demo. Falling boxes with collision detection and response. Validates the physics subsystem integration.
hello_scene
Scene system demo. Entity-component hierarchy with transform parenting. Tests the scene graph and slot system.
hello_3d
3D rendering with perspective camera. Model-view-projection matrices, depth testing, 3D mesh rendering on GLES 2.0.
fps_camera
First-person camera controller with gamepad input. Demonstrates the input system, 3D camera, and real-time rendering.
sprite_demo
2D sprite rendering with texture loading. Tests the asset pipeline and 2D rendering path.
All samples are available in the samples directory of the repository. Build instructions are in the documentation.