Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/possseidon/unbound
- Owner: Possseidon
- License: mit
- Created: 2024-05-29T20:15:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:53:16.000Z (about 2 months ago)
- Last Synced: 2024-10-29T19:04:56.273Z (about 2 months ago)
- Topics: bevy, game, infinite-terrain, marching-cubes, sandbox-game
- Language: Rust
- Homepage:
- Size: 171 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)