pandemonium_engine/modules/material_maker
2022-08-17 13:17:12 +02:00
..
algos Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
editor Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
mat_maker_gd Cleaned up the original addon's files for mat_maker_gd. Only kept node code. And moved the readme and license files and updated the readme. 2022-06-19 22:56:48 +02:00
nodes Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
config.py Cleaned up the filter nodes aswell. 2022-06-18 23:03:34 +02:00
editor_plugin.cpp Added an editor plugin for the material maker module. 2022-06-14 18:27:36 +02:00
editor_plugin.h Added an editor plugin for the material maker module. 2022-06-14 18:27:36 +02:00
LICENSE.md Cleaned up the original addon's files for mat_maker_gd. Only kept node code. And moved the readme and license files and updated the readme. 2022-06-19 22:56:48 +02:00
README.md Cleaned up the original addon's files for mat_maker_gd. Only kept node code. And moved the readme and license files and updated the readme. 2022-06-19 22:56:48 +02:00
register_types.cpp Re-enabled all filter nodes. 2022-06-19 18:38:35 +02:00
register_types.h Added the MMAlgos class (and binding) to the build. Also set up it's singleton. 2022-06-06 18:44:51 +02:00
SCsub Re-enabled all filter nodes. 2022-06-19 18:38:35 +02: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.~ Done.

Multi threading uses my threadpool engine module for now.

Status:

Missing ~ 60 nodes from ~ 195.

TODOS

  • Go through the current MaterialMaker and add the code from all the new nodes.
  • Go through the current MaterialMaker and update any old code.
  • Add note to all files that has code from MaterialMaker.
  • Proper readme.md.
  • Per node seed like in the original.
  • Port all the nodes. Missing ~ 60 from ~ 195