Go to file
Cadey Ratio 33552559e8 oh fuck it all works
Signed-off-by: Xe Iaso <me@christine.website>
2022-08-06 23:32:30 -04:00
addons/gift make things work i guess 2022-08-06 21:34:46 -04:00
assets oh fuck it all works 2022-08-06 23:32:30 -04:00
export oh fuck it all works 2022-08-06 23:32:30 -04:00
scenes oh fuck it all works 2022-08-06 23:32:30 -04:00
secrets initial commit 2022-08-06 20:46:18 -04:00
sprites oh fuck it all works 2022-08-06 23:32:30 -04:00
.DS_Store oh fuck it all works 2022-08-06 23:32:30 -04:00
.gitignore initial commit 2022-08-06 20:46:18 -04:00
Button.gd initial commit 2022-08-06 20:46:18 -04:00
ChatContainer.gd initial commit 2022-08-06 20:46:18 -04:00
ChatMessage.gd initial commit 2022-08-06 20:46:18 -04:00
ChatMessage.tscn initial commit 2022-08-06 20:46:18 -04:00
Gift.gd make things work i guess 2022-08-06 21:34:46 -04:00
LICENSE oh fuck it all works 2022-08-06 23:32:30 -04:00
Node.gd initial commit 2022-08-06 20:46:18 -04:00
Node.tscn oh fuck it all works 2022-08-06 23:32:30 -04:00
README.md oh fuck it all works 2022-08-06 23:32:30 -04:00
default_env.tres initial commit 2022-08-06 20:46:18 -04:00
export_presets.cfg oh fuck it all works 2022-08-06 23:32:30 -04:00
icon.png initial commit 2022-08-06 20:46:18 -04:00
icon.png.import initial commit 2022-08-06 20:46:18 -04:00
project.godot make things work i guess 2022-08-06 21:34:46 -04:00

README.md

GDFractals

Fractal shaders for Godot 3.0

Contains

  • Julia fractal shader
  • Mandelbrot fractal shader
  • Sierpinski carpet shader

How to setup

  • Create ColorRect and lay ShaderMaterial on it
  • Drag&drop the required shader to ShaderMaterial slot
  • Create gradient texture, if you dont want to create it yourself use fire_gradient.tres
  • Set parameters on material:

for Julia:

  • Gradient - gradient texture
  • Scale = 4, 4
  • Offset = 0, 0
  • MaxIter = from 100 to 1000
  • Speed = 1

for Mandelbrot:

  • Gradient - gradient texture
  • Scale = 1, 1
  • Offset = 0, 0
  • MaxIter = from 100 to 1000

for Serpinski carpet:

  • Scale = 81, 81
  • Offset = 0, 0