Xeyday is a gamedev framework. It consists of a set of independent modules, each of which can be easily integrated into your project.
- Framework
- Core
- xeyday.log
- xeyday.debug
- xeyday.vfs — an extensible virtual file system
- xeyday.math
- xeyday.hlrhi (high-level render hardware interface) — exposes frame graph API
- xeyday.sound — provides a sound scene API
- Middleware
- xeyday.forge — an asset manager on top of xeyday.vfs
- xeyday.symphony — a sound manager on top of xeyday.sound
- xeyday.telemetry — data collection, including statistics, and output from xeyday.log and xeyday.debug
- Meta
- xeyday — a meta module that links to itself all the modules above, which you can link to your project and use everything Xeyday framework provides
- Core