| Crates.io | noise_perlin |
| lib.rs | noise_perlin |
| version | 1.0.0 |
| created_at | 2023-09-14 06:20:53.784101+00 |
| updated_at | 2023-09-14 06:20:53.784101+00 |
| description | Improved perlin noise in 2D and 3D |
| homepage | https://github.com/jorgecarleitao/perlin-rs |
| repository | https://github.com/jorgecarleitao/perlin-rs |
| max_upload_size | |
| id | 972312 |
| size | 30,256 |
This is a fast implementation of Perlin noise in Rust.
It has no dependencies, is #![no_std] and #[forbid(unsafe_code)].