Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h12m54am/simple_bevy_scene
A 3D environment built to showcase multiple objects, showing my understanding through comments on each thing I have learned.
https://github.com/h12m54am/simple_bevy_scene
3d 3d-graphics bevy game-engine rust
Last synced: 1 day ago
JSON representation
A 3D environment built to showcase multiple objects, showing my understanding through comments on each thing I have learned.
- Host: GitHub
- URL: https://github.com/h12m54am/simple_bevy_scene
- Owner: H12M54AM
- Created: 2022-11-06T12:33:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T23:50:40.000Z (over 2 years ago)
- Last Synced: 2024-12-17T07:35:54.875Z (about 2 months ago)
- Topics: 3d, 3d-graphics, bevy, game-engine, rust
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple_bevy_scene
![Current Scene](./public/Current%20Scene.png)
My first Bevy project from a tutorial. Everything works and most things make sense. I have been watching [Logic Projects](https://www.youtube.com/watch?v=_uKWIYEGBjs) start his 1st part in making his own game.
This project is not that, but it deffinatley showed me how the setup process of a Bevy project works.
---
Will run natively on system. The first complie when developing will be the longest because you are compiliing the entire engine. Not having any LLDs or Linkers installed increases the complie time for each run.
* MacOS doesent support Mold yet.
---
## Resources
- [Logic Projects | Bevy 0.8 Intro Tutorial - A Basic 3d Scene (Ep1)](https://www.youtube.com/watch?v=_uKWIYEGBjs)
- [What is Bevy?](https://bevyengine.org/learn/book/introduction/)
- [Getting Started](https://bevyengine.org/learn/book/getting-started/)
- [Setup](https://bevyengine.org/learn/book/getting-started/setup/)