NoiseTextureGPU 2D screenshot 1
M

Publisher

megazar21

NoiseTextureGPU 2D

2D
Noise GPU Performance Benchmark SimplexNoise C++ GDScript Shader

A reimplementation of the existing OpenSimplexNoise class, but reprogrammed in GPU (shader), C++ (GDNative) and GDScript. It's characterised for it's improvement in rendering speed for GPU.

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