SkillAgentSearch skills...

OpenSimplexNoise

C++ port of OpenSimplexNoise

Install / Use

/learn @deerel/OpenSimplexNoise
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OpenSimplexNoise

A C++ port of Open Simplex Noise. The port is based on a implementation in Java by Kurt Spencer. The implementation includes 2D, 3D and 4D noise.

Example

Example animation made by the noise.

Usage

Add the .h and .cpp file to your project.

OpenSimplexNoise::Noise noise
double value = noise.eval(0.13, 0.31) // For 2D noise
View on GitHub
GitHub Stars40
CategoryDevelopment
Updated2mo ago
Forks6

Languages

C++

Security Score

90/100

Audited on Jan 6, 2026

No findings