Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.06 KB

Godot-NoiseTextureGPU

Godot OpenSimplexNoise using a shader

Noise

Shader

Content:

  • A plugin (In the addons folder), there's all the necessary files
  • A simple benchmark to comparise the rendering of GPU vs OpenSimplexNoise of Godot

SimplexNoise (currently 2D, TODO 3D and 4D) programmed in Shader, GDScript and C++ (GDNative)

How to use (for GPU):

  1. Create a Sprite/TextRect
  2. In texture parameter, select NoiseTexture_v2
  3. Press render button

elif (for CPU):

Thanks to: https://github.com/ashima/webgl-noise