https://github.com/wyatt-herkamp/kakara-rs
https://github.com/wyatt-herkamp/kakara-rs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/kakara-rs
- Owner: wyatt-herkamp
- Created: 2024-02-14T11:14:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-19T14:16:48.000Z (about 1 year ago)
- Last Synced: 2025-01-27T13:50:32.376Z (3 months ago)
- Language: Rust
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kakara-RS
A Minecraft clone with the purpose of learning WGPU
## Target Features
- [ ] Lighting Engine
- [ ] Player Movements
- [ ] Break and Place Blocks
- [ ] Basic Gravity
- [ ] Not be horrible with performance
- [ ] Loads Minecraft Resource Packs for Blocks## Why is it named Kakara-rs?
Me and a friend wrote a Minecraft clone named [Kakara](https://github.com/kakaragame/Kakara) in Java once. The project was abandoned and I thought it would be funny to name my experiment Kakara-rs.
## WHY NIGHTLY????
Because this is not a serious project I might want to use nightly features.