Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
854 stars 120 forks source link

Move checkerboard to core functions #318

Closed Razaekel closed 1 year ago

Razaekel commented 1 year ago

Created core functions for checkerboard_2d, checkerboard_3d and checkerboard_4d. Updated the checkerboard generator to use that.