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

With Flutter:

 $ flutter pub add fast_noise

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

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';
31
likes
125
pub points
86%
popularity

Publisher

verified publisherblue-fire.xyz

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fixnum

More

Packages that depend on fast_noise