fast_noise 2.0.0 copy "fast_noise: ^2.0.0" to clipboard
fast_noise: ^2.0.0 copied to clipboard

A port of the fast noise algorithms, featuring cellular_noise, cubic_noise, perlin_noise, simplex_noise, value_noise and white_noise

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fast_noise
copied to clipboard

With Flutter:

 $ flutter pub add fast_noise
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fast_noise: ^2.0.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fast_noise/fast_noise.dart';
copied to clipboard
37
likes
145
points
2.37k
downloads

Publisher

verified publisherblue-fire.xyz

Weekly Downloads

2024.09.26 - 2025.04.10

A port of the fast noise algorithms, featuring cellular_noise, cubic_noise, perlin_noise, simplex_noise, value_noise and white_noise

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fixnum

More

Packages that depend on fast_noise