├── LICENSE ├── README.md ├── color_helper_for_GUIs.pd ├── color_helper_for_structs.pd ├── colored_slider.pd ├── example_circle_object.pd ├── example_triangle_object.pd ├── tutorial_pd_vanilla_gui.pd └── tutorial_pd_vanilla_gui_advanced.pd /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/README.md -------------------------------------------------------------------------------- /color_helper_for_GUIs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/color_helper_for_GUIs.pd -------------------------------------------------------------------------------- /color_helper_for_structs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/color_helper_for_structs.pd -------------------------------------------------------------------------------- /colored_slider.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/colored_slider.pd -------------------------------------------------------------------------------- /example_circle_object.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/example_circle_object.pd -------------------------------------------------------------------------------- /example_triangle_object.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/example_triangle_object.pd -------------------------------------------------------------------------------- /tutorial_pd_vanilla_gui.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/tutorial_pd_vanilla_gui.pd -------------------------------------------------------------------------------- /tutorial_pd_vanilla_gui_advanced.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/megalon/pd-gui-examples/HEAD/tutorial_pd_vanilla_gui_advanced.pd --------------------------------------------------------------------------------