Experimental godot addon based on RodZill4's material-maker.
Go to file
2020-12-19 21:25:25 +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
filter Invert, Brightness/Contrast, AdjustHSV (needs more work.). 2020-12-19 21:25:25 +01:00
material_maker Experiments. 2020-12-06 17:51:39 +01:00
noise Organize everything into folders. 2020-12-19 19:51:42 +01:00
pattern Organize everything into folders. 2020-12-19 19:51:42 +01:00
sdf2d Organize everything into folders. 2020-12-19 19:51:42 +01:00
sdf3d Organize everything into folders. 2020-12-19 19:51:42 +01:00
simple Organize everything into folders. 2020-12-19 19:51:42 +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
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
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

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.