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

https://github.com/sonicallgamexgit/mynewcraft-rs

Tried C++ many times before but it raped me like a whore, I've found a Rust and that's a true love! So here it is - mynewcraft rewritten on Rust :)
https://github.com/sonicallgamexgit/mynewcraft-rs

clone game game-engine game-engine-3d minecraft minecraft-clone minecraft-rust rust rust-game

Last synced: 4 months ago
JSON representation

Tried C++ many times before but it raped me like a whore, I've found a Rust and that's a true love! So here it is - mynewcraft rewritten on Rust :)

Awesome Lists containing this project

README

        

# MyNewCraft-RS!
![App Screenshot](https://i.ibb.co/Rk8yt7J4/swappy-20250222-000812.png)
## Installation

Don't panic, we're not in C++! :}}
You're just need to have:
- git: https://git-scm.com/downloads
- Rust: https://www.rust-lang.org/tools/install

And Ctrl + C, Ctrl + V:
```bash
git clone https://github.com/SonicallGameXGit/mynewcraft-rs.git
```
```bash
cd mynewcraft-rs
```
```bash
cargo run --release
```