Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

engusmaze/fast-noise-lite-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastNoise Lite written in rust

fast-noise-lite-rs is a Rust implementation of the FastNoise Lite library, which was originally written in C++. It has little to no difference in performance compared to the C++ version. This means that you can expect similar performance when using either version of the library. This library provides fast and easy-to-use noise generation functions for procedural content creation. It supports various types of noise, such as Perlin, OpenSimplex, Cellular, and Voronoi, in 2D and 3D dimensions.

FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms. It is an evolution of the original FastNoise library and shares the same goal: An easy to use library that can quickly be integrated into a project and provides performant modern noise generation.

simplex.png

Image of 2D simpex noise generated using this library