Skip to content

Latest commit

 

History

53 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IcyMaps

A small island generator in Rust and Macroquad. The same seed and settings give the same map.

cargo run --release
  • WASD / arrows: move
  • Mouse wheel: zoom over the map
  • Home: reset the view
  • Hover: inspect a tile
  • Enter / Regenerate Map: apply the seed and scale settings
  • Escape / click the map: leave the inputs

Smaller noise scales make broader patterns. Type a value or use + / - to change it by 0.001. Values are clamped and rounded when you regenerate; invalid input falls back to the last valid value.

The map is cached in a texture so zooming out stays fast.

cargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages