A Graphics Engine for Building Games, Visualizations, and Interactive Arts.
Licensed under Apache 2.0
Copyright © Nguyen Minh Hieu, 2026
AI Usage Disclaimer: AI is strictly forbidden. All code are designed, written and maintained by Charlie.
- Installation
You can build the example app with:
git clone --recursive git@gitlab.com:hieuristics/xev.git
cmake -B build -DMAKE_DEMO=ON && cmake --build build -j8 && ./build/demo/bin/demo
And you should see the following image
- Features
- headless renderering
- clustered forward renderer
- bindless descriptor set, dynamic rendering
- virtual file system support archival format, loose files, etc.
- support animations, physics
- MSDF font rendering
- custom intermediate mode UI layout system
- support multi-threading
- Note
- Local object frame uses right-handed RDF system (+x - Right, +y - Down, +z - Front).
