Experimental godot addon based on RodZill4's material-maker.
Go to file
2020-12-14 21:17:16 +01:00
addons Added godot plugin refresher. 2020-12-06 01:07:35 +01:00
demo Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
material_maker Experiments. 2020-12-06 17:51:39 +01:00
.gitignore Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
default_env.tres Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
export_presets.cfg Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
icon.icns Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
icon.ico Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
icon.png Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
icon.png.import Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
LICENSE.md Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
material_algos.gd Test script. 2020-12-06 01:09:25 +01:00
pattern_generic.gd Ported generic pattern. 2020-12-13 19:04:25 +01:00
pattern_generic.tscn Ported generic pattern. 2020-12-13 19:04:25 +01:00
pattern_iching.gd IChing. 2020-12-14 21:06:07 +01:00
pattern_iching.tscn IChing. 2020-12-14 21:06:07 +01:00
pattern_rune.gd Runes. 2020-12-14 21:00:40 +01:00
pattern_rune.tscn Runes. 2020-12-14 21:00:40 +01:00
pattern_scratches.gd Scratches. 2020-12-14 21:17:16 +01:00
pattern_scratches.tscn Scratches. 2020-12-14 21:17:16 +01:00
pattern_truchet.gd Truchet pattern. 2020-12-14 17:38:46 +01:00
pattern_truchet.tscn Truchet pattern. 2020-12-14 17:38:46 +01:00
pattern_weave.gd Weave pattern. 2020-12-14 20:45:15 +01:00
pattern_weave.tscn Weave pattern. 2020-12-14 20:45:15 +01:00
project.godot Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
README.md improved readme.md a bit. 2020-11-30 11:08:10 +01:00
rodz_labs_logo.png Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
rodz_labs_logo.png.import Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
sdf3d.gd Started work on porting sdf 3d. 2020-12-13 17:30:30 +01:00
sdf3d.tscn Started work on porting sdf 3d. 2020-12-13 17:30:30 +01:00
sdf.gd Ported sdf related things. Translation, rotation and scale needs a bit more thought though. 2020-12-13 01:20:13 +01:00
sdf.tscn Ported sdf related things. Translation, rotation and scale needs a bit more thought though. 2020-12-13 01:20:13 +01:00
start.gd Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
start.tscn Initial commit from material maker's master. (bc9622aaa1) 2020-11-30 11:04:11 +01:00
TextureRectBricks.gd Removed comment, as that code was replaced. 2020-12-08 21:36:14 +01:00
TextureRectBricks.tscn Ported Shape aswell. 2020-12-08 21:14:19 +01:00
TextureRectCirtularGradient.gd Ported circular gradient. 2020-12-08 23:21:47 +01:00
TextureRectCirtularGradient.tscn Work on the curve. 2020-12-09 00:19:42 +01:00
TextureRectCurve.gd Work on the curve. 2020-12-09 00:19:42 +01:00
TextureRectCurve.tscn Work on the curve. 2020-12-09 00:19:42 +01:00
TextureRectGradient.gd Ported all 4 types of gradients. 2020-12-08 22:27:33 +01:00
TextureRectGradient.tscn Ported all 4 types of gradients. 2020-12-08 22:27:33 +01:00
TextureRectRadialGradient.gd Port Radial Gradient. 2020-12-08 22:04:30 +01:00
TextureRectRadialGradient.tscn Port Radial Gradient. 2020-12-08 22:04:30 +01:00
TextureRectShape.gd Removed comment, as that code was replaced. 2020-12-08 21:36:14 +01:00
TextureRectShape.tscn Ported Shape aswell. 2020-12-08 21:14:19 +01:00

mat_maker_gd

My goal with this project is to take Material Maker's ( https://github.com/RodZill4/material-maker ) code, and make it an in-godot texture/image generator.

If it turns out well I'll probably turn it into a c++ engine module eventually.