Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 22 hours 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T05:50:26.000Z (about 2 years ago)
- Last Synced: 2025-01-21T07:43:30.783Z (about 22 hours 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.