Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfurquimdev/bevy-foo
A game development tutorial for Bevy, inspired by Lazy Foo's SDL2 tutorial
https://github.com/mfurquimdev/bevy-foo
bevy bevy-engine game-development gamedev tutorial
Last synced: about 1 month ago
JSON representation
A game development tutorial for Bevy, inspired by Lazy Foo's SDL2 tutorial
- Host: GitHub
- URL: https://github.com/mfurquimdev/bevy-foo
- Owner: mfurquimdev
- Created: 2024-03-17T12:18:36.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-17T19:27:53.000Z (9 months ago)
- Last Synced: 2024-03-18T13:36:27.808Z (9 months ago)
- Topics: bevy, bevy-engine, game-development, gamedev, tutorial
- Language: CSS
- Homepage: https://mfurquimdev.github.io/bevy-foo/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bevy Foo
A game development tutorial for [Bevy Engine](https://bevyengine.org) inspired
by [Lazy Foo's SDL2 tutorial](https://lazyfoo.net)Bevy Engine does have tons of learning materials (tutorials and examples).
You can check them out [here](https://bevyengine.org/learn/)Having said that, Lazy Foo has been a great resource for me while learning
[SDL](https://lazyfoo.net/SDL_tutorials/index.php)/[SDL2](https://lazyfoo.net/tutorials/SDL/index.php)
and [OpenGL](https://lazyfoo.net/tutorials/OpenGL/index.php).
I wish to provide a similar experience for those coming to learn Bevy.
Bear in mind that I'm still learning Bevy myself, so come along with the ride.The format of this Bevy Engine tutorial is going to be using
[mdBook](https://rust-lang.github.io/mdBook/).