This project contains functional examples, test cases, and related resources for the Dora SSR open-source game engine.
The purpose of this repository is to:
- Demonstrate how to use various features of the Dora engine through code snippets.
- Provide functional test cases to validate engine behaviors.
- Include example resources used in feature demonstrations and tests.
To run these examples:
- Clone or download this repository.
- Place the contents into the
Workspacedirectory of your Dora SSR engine. - Launch the engine to browse and execute the examples.
Dora Studio's automated suites are maintained in
Test/DoraStudio. They test a matching Dora-SSR
checkout selected with DORA_SSR_ROOT; the Studio implementation is not copied
into this repository.
- All examples are organized by feature and kept minimal for clarity.
- Some examples may depend on the latest version of the Dora SSR engine.
MIT