Skip to content

sunny8751/BurstLibNoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurstLibNoise

Burst LibNoise Comparison Image

Added Unity Burst Job support for LibNoise.Unity.

See the Example Project.

Features

  • ~3x speed boost on my computer using Burst parallel jobs
  • Supports all LibNoise modules except for Cache, Curve, and Terrace
  • Generate noise as texture for procedural generation heightmap

Usage

Replace all "using LibNoise".* with "using BurstLibNoise".* Remember to call Noise2D's Dispose method at the end. Modules descriptions can be found here.

About

Unity Burst Job support for LibNoise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages