Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/possseidon/unbound

A Minecraft inspired game using bevy
https://github.com/possseidon/unbound

bevy game infinite-terrain marching-cubes sandbox-game

Last synced: about 2 months ago
JSON representation

A Minecraft inspired game using bevy

Awesome Lists containing this project

README

        

# Unbound

A [Minecraft](https://www.minecraft.net/en-us/about-minecraft) inspired game/-engine featuring non-blocky, infinite terrain based on [marching cubes](https://en.wikipedia.org/wiki/Marching_cubes) built using [bevy](https://bevyengine.org/).

## Project Structure

Split into four different crates:

- [unbound-client](./unbound-client) - The executable that runs the game itself (can also host servers)
- [unbound-server](./unbound-server) - A separate (smaller) executable without a GUI for dedicated servers
- [unbound-shared](./unbound-shared) - A library that contains code that is used by both client and server
- [unbound-lib](./unbound-lib) - Contains generic utilities that (unlike `unbound-shared`) don't depend on [bevy](https://bevyengine.org/)