Open source Minecraft-inspired game made with Bevy in Rust.
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 ...
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.
- 🌊 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.
- 👹 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
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!
Hi, @Inspirateur writing. Riverbed is a personal project so I plan to stay BDFL, 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 if you're interested in the inner workings of the code)
- @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: helping me find the ideal water sim
it's a work in progress but I'm very glad to have his help - @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.