Skip to content

A Rust library to generate bedrock patterns in minecraft.

Notifications You must be signed in to change notification settings

69b69t/bedrock-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrockgen

What is it?

A library crate written in rust to emulate Minecraft's bedrock generation.

As this is a learning project, feel free to submit a PR!

How do I use it?

You can use it the conventional way, either through cloning and adding as a dependency with a path, or by simply reading it and understanding how it works. I tried to make it fairly simple to understand what is going on; you can even read the raw state values from the random number generators!

Speed?

I haven't really optimized for speed, as it is mainly for those who wish to use it for learning. It is still pretty fast, and everything is thread safe, so it is easily multithreadable. Though, if you're really going for speed, use CUDA.

Meow?

Meow!

About

A Rust library to generate bedrock patterns in minecraft.

Topics

Resources

Stars

Watchers

Forks

Languages