An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

Puretheme, a design template for puredata (vanilla)

![](https://github.com/coderofsalvation/puretheme/blob/master/puretheme-guide.gif)

## 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!

![](https://github.com/coderofsalvation/puretheme/blob/master/puretheme.gif)

## 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