gd-fractals
Dynamic 3D fractals in Godot 4
File Explorer
Download Latest Version (.zip)- obj_to_sdf.py
- plugin.cfg
- requirements.txt
- sdf_converter.gd
- sdf_converter.gd.uid
- bird.tscn
- bird_2.tscn
- bird_2_material.tres
- bird_material.tres
- bunny.tscn
- bunny_2.tscn
- bunny_2_material.tres
- bunny_material.tres
- simple.tscn
- simple_2.tscn
- simple_3.tscn
- simple_4.tscn
- simple_5.tscn
- starfish.tscn
- starfish_material.tres
- urchin.tscn
- urchin_material.tres
- free_look_camera.gd
- free_look_camera.gd.uid
- icon.png
- icon.png.import
- main.tscn
- rotate.gd
- rotate.gd.uid
- sky.png
- sky.png.import
- bird.obj
- bird.obj.import
- bird.sdf
- bunny.mtl
- bunny.obj
- bunny.obj.import
- bunny.sdf
- starfish.obj
- starfish.obj.import
- starfish.sdf
- urchin.obj
- urchin.obj.import
- urchin.sdf
- raymarcher.gdshader
- raymarcher.gdshader.uid
- raymarcher_simple.gdshader
- raymarcher_simple.gdshader.uid
- screenshot_1.png
- screenshot_1.png.import
- screenshot_2.png
- screenshot_2.png.import
- bird_256.res
- bird_64.res
- bunny_128.res
- bunny_32.res
- bunny_64.res
- starfish_64.res
- urchin_64.res
- .editorconfig
- .gitattributes
- .gitignore
- LICENSE.md
- project.godot
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kiwijuice56/gd-fractals
Downloads the entire project code from GitHub to your computer.
cd gd-fractals
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install -r addons/sdf_converter/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
