Unity Asset – FastNoise

Author Alex
2020-10-30
663
0
Unity Asset – FastNoise

Unity Asset – FastNoise

This noise generation library has been designed for realtime usage from the ground up, so is ideal for large procedural terrain generation. Performance comparisons to other noise libraries

Features
* Value Noise 2D, 3D
* Perlin Noise 2D, 3D
* Simplex Noise 2D, 3D, 4D
* Cubic Noise 2D, 3D
* Gradient Perturb 2D, 3D
* Multiple fractal options for all of the above
* Cellular (Worley) Noise 2D, 3D
* Continuous Cave Noise 3D
* White Noise 2D, 3D, 4D
* Supports floats or doubles

This package also includes FastNoise SIMD, which utilises SIMD CPU instructions to gain huge performance boosts. It is slightly less flexible and can only be used on platforms that support native code, but if you can I would highly suggest using this for heavy noise generation loads.
I am the author of these 2 noise libraries, they are open source and can be found here:

https://github.com/Auburns/FastNoise
https://github.com/Auburns/FastNoiseSIMD

There are several extras that you get from purchasing this package:

* Unity editor integration with live preview
* Precompiled C++ libraries for FastNoise SIMD (Windows, Mac OSX, Linux, Android, iOS)
* C# interface to use FastNoise SIMD
* Voxel terrain engine
* Help support continued development of these open source noise libraries

The voxel terrain engine is a simple but well optimised example of how to use noise to generate infinite terrains, it features:

* Chunk management system
* Infinite generation in all 3 axis
* Multi-threaded terrain generation
* Baked ambient occlusion
* Naive surface meshing
* Flexible classes allow easy customisation
* 6 different terrain generators
* Commented code to help people understand the workings of a voxel engine

Asset Details:
  • Current Version: N/A
  • More Info: https://assetstore.unity.com/packages/tools/particles-effects/fastnoise-70706

Download links:
Comments
Add comment
Add comment:
Your name:
Your E-Mail:
  • bowtiesmilelaughingblushsmileyrelaxedsmirk
    heart_eyeskissing_heartkissing_closed_eyesflushedrelievedsatisfiedgrin
    winkstuck_out_tongue_winking_eyestuck_out_tongue_closed_eyesgrinningkissingstuck_out_tonguesleeping
    worriedfrowninganguishedopen_mouthgrimacingconfusedhushed
    expressionlessunamusedsweat_smilesweatdisappointed_relievedwearypensive
    disappointedconfoundedfearfulcold_sweatperseverecrysob
    joyastonishedscreamtired_faceangryragetriumph
    sleepyyummasksunglassesdizzy_faceimpsmiling_imp
    neutral_faceno_mouthinnocent
I am not robot: *
Archive
«    April 2024    »
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930 
December 2023 (1)
October 2023 (1)
May 2023 (1)
February 2023 (519)
January 2023 (532)
December 2022 (515)
Vote
Upgrade to Premium