Skip to main content

5 docs tagged with "examples"

View all tags

Examples Overview

Example applications demonstrating helios features: rendering, input, scene graph, and more.

Game Controller Input

Tutorial: Handling gamepad/controller input in helios - buttons, analog sticks, and triggers.

Simple Cube Rendering

Tutorial: Rendering a 3D cube with helios - shaders, materials, meshes, and render loop.

Spaceship Control

Example: Complete game loop with command pattern, scene graph cameras, transform inheritance, and ImGui debug overlay.

Spaceship Shooting

Example: Twin-stick shooter with bullet pooling, shooting components, aim tracking, and arena collision.