pandemonium_engine/modules/material_maker/mat_maker_gd
2022-04-10 21:14:56 +02:00
..
editor Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
icons Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
nodes Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
widgets Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
windows/file_dialog Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
LICENSE.md Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
new_resource.tres Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
plugin.cfg Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
plugin.gd Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +02:00
README.md Added the world_generator, mesh_data_resoure_editor, My Godoxel fork, and mat_maker_gd addons into the modules to help with porting. 2022-04-10 21:14:56 +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.

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
  • Somehow get ctrl-s to always just save the edited material, instead of having to double click it (for the inspector to update), and then clicking the save icon and selecting save.