Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirkchristianbecker/bevy_test_scenes
https://github.com/dirkchristianbecker/bevy_test_scenes
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dirkchristianbecker/bevy_test_scenes
- Owner: DirkChristianBecker
- Created: 2023-04-07T13:26:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:23:08.000Z (2 months ago)
- Last Synced: 2024-09-14T06:24:06.508Z (2 months ago)
- Language: Rust
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bevy test scenes
This repository is a collection of scenes for bevy bundle into plugins. Having a collection of test scenes should make it easier to provide examples of certain functionality and furthermore make these examples easier to understand.# Example 1: Rotating shapes
Taken from bevy examples: https://bevyengine.org/examples/3d-rendering/3d-shapes/
![Rotating shapes](rotating_shapes.png?raw=true "Rotating shapes")# Hints
Press escape to quit.