Basic Example
Simple tilemap with player movement, enemies, collisions, and sounds. Shows how little code you need for a playable game.
Controls: Arrow Keys / WASD: Move
Benchmark
Stress test with thousands of animated sprites. See how Glyft maintains 60 FPS with 5,000 sprites in a single draw call.
Controls: Buttons: Change sprite count
RPG Demo
Multi-room dungeon crawler with NPCs, dialogue, combat, projectiles, particles, HUD, and procedural audio. Shows the full addon system in action.
Controls: WASD: Move | Space: Shoot | M: Music
Platformer
Classic platformer physics with coyote time, jump buffering, variable jump height, enemy stomping, and collectibles. Shows 2dir-side sprite mode for left/right facing.
Controls: Arrow Keys / WASD: Move | Space: Jump
Bullet Hell
Intense shoot-em-up with radial, spiral, and aimed bullet patterns, graze scoring, bombs, and boss fights. Features GPU-rendered parallax starfield background.
Controls: Arrow Keys: Move | Z: Shoot | X: Bomb
Build Your Own
These demos are built with Glyft's config-driven approach. Define your game rules as data and let the engine handle the rest.
Get Started