https://github.com/coderofsalvation/puretheme
drop-in solution to create beautiful gui's and node-editor using puredata (VANILLA)
https://github.com/coderofsalvation/puretheme
Last synced: 5 months ago
JSON representation
drop-in solution to create beautiful gui's and node-editor using puredata (VANILLA)
- Host: GitHub
- URL: https://github.com/coderofsalvation/puretheme
- Owner: coderofsalvation
- Created: 2020-08-23T20:39:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T21:16:09.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T00:13:27.417Z (about 1 year ago)
- Homepage:
- Size: 5.01 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Puretheme, a design template for puredata (vanilla)

## Usage
* download `puretheme.pd` and put it in your project folder
* create the `puretheme` object
* click it, and copy/paste the gui items into your parent window
* profit!

## Why
* speed up nice-looking puredata gui's
* create meta-editors (node-editors built in puredata)
* easily create abstractions with builtin paramview (like touchdesigner/blender/sunvox)
## Extending / How it works
This is just creative usage of the canvas-object as [described in detail here](https://github.com/megalon/pd-gui-examples).
You can easily modify things, create your own, or add components created by others:
* https://github.com/HenriAugusto/guilla