Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inspirateur/riverbed
A Minecraft-inspired Bevy game
https://github.com/inspirateur/riverbed
bevy minecraft rust-lang video-game voxel
Last synced: 2 months ago
JSON representation
A Minecraft-inspired Bevy game
- Host: GitHub
- URL: https://github.com/inspirateur/riverbed
- Owner: Inspirateur
- License: mit
- Created: 2022-02-11T09:45:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:03:39.000Z (2 months ago)
- Last Synced: 2024-10-27T21:44:21.822Z (2 months ago)
- Topics: bevy, minecraft, rust-lang, video-game, voxel
- Language: Rust
- Homepage:
- Size: 917 KB
- Stars: 33
- Watchers: 9
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Riverbed
Open source Minecraft-inspired game made with [Bevy](https://bevyengine.org/) in Rust.## Current state
![riverbed_new_pic](https://github.com/user-attachments/assets/58802e64-87fa-453b-b373-4f4eaab1bde7)
*featured on this screenshot is an infinitely generated, editable terrain, and a 2km render distance (128 in Minecraft)*
Single-player for now but it will be multi-player eventually ...## Hopes and dreams
Riverbed doesn't aim to be a Minecraft clone - even though it totaly is atm - below are some distinctive aspects planned in the (far) future.### Push the player to work with the environment
- π implement flowing rivers without infinite water creation
*β will force the player to divert river flow for irrigation*
- π implement meaningful biomes, with a real impact on various plant growth
*β the player will need to be smart about cultivation*
- π’Φ΄ΰ»π·ΝΦ make every plant useful, by including them in a BOTW-inspired cooking system and some craft recipies
*β the player will want a foothold in every biome*
- π make trains the fastest way of transportation (no elytras but gliders are cool)
*β finaly giving players a reason to build the pretty train circuits they always wanted to build*
- π make ores renewable
*β mines will be an asset that the player will want to manage, creating railways, lights, etc.*### Push the RPG aspect but don't shove it in the player's face
- πΉ generate mobs in special mob structures, spawn very few mob outside of it
*β if the player decides to spend a few hours building something, let them be; they will need to fight for special craft ingredients anyway.*
- βοΈ make fighting interesting with multiple weapon types, varied enchantments, stamina, dodge and hit mechanics
- π° generate good loot that the player will actually want to find (in mob structures, ruins, etc.)
- π work on a good progression curve, the player shouldn't be able to reach the best metal/mineral in a few minutes### Quality of life
Big render distance, pretty by default, no cap on items stack, etc.
There's a plethora of subtle features that makes a game enjoyable, Riverbed shall pay attention to them!## Development
### Word from the author
Hi, [@Inspirateur](https://github.com/Inspirateur) writing.
Riverbed is a personal project so I plan to stay [BDFL](https://en.wikipedia.org/wiki/Benevolent_dictator_for_life), I have a job to pay for bills 4 days a week, leaving me time to work on the game the remaining days (when I can).I mean for the project to stay open source, to be an inspiration and learning resource for others, and will do my best to keep it well organized, with independant parts of the code published as crates for maximum reusability.
I'm the primary contributor for now but if you agree with the game vision you're very welcomed to contribute, by creating PRs, issues or even simple comments with advice! π
*(contact me on discord at '**inspirateur**', or check out the [developer wiki](https://github.com/Inspirateur/riverbed/wiki/Riverbed-Developer-Wiki) if you're interested in the inner workings of the code)*### Thanks
- [@kokounet](https://github.com/kokounet): major contributions on rendering
*he's a big part of why Riverbed is able to reach 4km of render distance, many thanks!*
- [Denis PΓ©rice](https://denis-perice.github.io/): helping me find the ideal water sim
*it's a work in progress but I'm very glad to have his help*
- [@Involture](https://github.com/Involture): contributed to the efficient packing of chunk data in RAM
*one of the many invisible optimisations required to make such a game work*I'm also very grateful for Bevy - the engine powering the game - and the open source Rust ecosystem as a whole, which Riverbed (hopefully) will contribute back to.