https://github.com/schwalbe-t/rosequartz-examples
A collection of examples for the RoseQuartz game engine.
https://github.com/schwalbe-t/rosequartz-examples
example example-code examples game-dev game-develop game-developement game-development game-engine games tools
Last synced: about 2 months ago
JSON representation
A collection of examples for the RoseQuartz game engine.
- Host: GitHub
- URL: https://github.com/schwalbe-t/rosequartz-examples
- Owner: schwalbe-t
- License: unlicense
- Created: 2022-11-08T09:29:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T05:50:26.000Z (about 3 years ago)
- Last Synced: 2025-03-25T07:44:36.571Z (9 months ago)
- Topics: example, example-code, examples, game-dev, game-develop, game-developement, game-development, game-engine, games, tools
- Language: Java
- Homepage:
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RoseQuartz-Examples
This repository holds a collection of examples for the [RoseQuartz](https://devtaube.itch.io/rosequartz) game engine:
- [Triange Example](triangle)
- [3D Model Example](model)
A guide on how to make a custom engine runtime can also be found [here](engine-runtime-guide).
Feel free to ask questions by creating an issue in the repository.
Also feel free to contribute and add other examples, but try to keep them as simple as possible (only doing what the example is about) and remember to comment / document your code.