Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamkob12 authored Nov 5, 2023
1 parent 48efe28 commit 1f1f105
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Minecraft with Bevy
## After Bevy 0.12 and Bevy Meshem 0.3 update, Final version.
![Screenshot 2023-11-05 at 16 41 53](https://github.com/Adamkob12/minecraft_bevy/assets/46227443/7c91ff54-218c-44fc-acea-c1cb03b4438b)

### You're welcome to take a look!
```Bash
git clone https://github.com/Adamkob12/minecraft_bevy.git
cd minecraft_bevy
cargo run --release
```

## History of development:

![Screenshot 2023-10-11 at 0 35 01](https://github.com/Adamkob12/minecraft_bevy/assets/46227443/ce7d8eaa-d3d9-4735-a3a0-59340525db51)
### Updated after bevy_meshem 0.2.3
![Screenshot 2023-10-14 at 19 21 30](https://github.com/Adamkob12/minecraft_bevy/assets/46227443/330e6711-b566-408d-8543-0827b8e6d85f)
Expand All @@ -13,13 +25,11 @@ using bevy_meshem's 0.2 release that made run-time mesh updates possible, block
### ***Custom Collision physics***
without any 3rd party crates / physics engines.

Showcase:
## Video Showcase (slightly outdated):

***Most Recent Update: breaking / placing blocks, collision with terrain***
https://github.com/Adamkob12/minecraft_bevy/assets/46227443/fc8418a2-cd44-4f5c-aeb5-3129baca8700



***Terrain generation, run-time chunk loading/unloading:***
https://github.com/Adamkob12/minecraft_bevy/assets/46227443/f3c7828b-7142-44b5-ba03-2fd1a810d524

0 comments on commit 1f1f105

Please sign in to comment.