-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Anastasia Laczko edited this page Apr 23, 2021
·
38 revisions
Welcome to the game-engine wiki!
- Audio: Playing audio.
- Concurrency & Threading: General-purpose multi-threading through the Job System.
- Debug Terminal: In-game terminal for debugging.
- Configuring Entities: Loading entity properties from config files.
- Input Handling: Handling user input through the Input Service.
- Loading Resources: Batch loading game resources through the Resource Service.
- UI: Rendering UI elements on the game screen.
Escape Earth Game
Interaction Controller and Interactable Components
Game and Entity Configuration Files
Loading Game Configuration Files