Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.52 KB

dryadic

npm version Build Status Dependency Status devDependency Status

BETA, work in progress

A dryad (/ˈdraɪ.æd/; Greek: Δρυάδες, sing.: Δρυάς) is a tree nymph, or female tree spirit, in Greek mythology

A Dryad is a component for managing the creation and control of something.

That 'something' could be a SuperCollider Synth, or a MIDI connection, an SVG node or Canvas in a webrowser, a datasource, a web resource to fetch or an external process.

It is anything that you want to specify parameters for and then create according to those parameters.

Each component manages the creation, configuration, updating and removal of that something.

It is similar to React in that it is declarative and (coming soon) you can diff a tree of Dryads with a new tree and each component can execute just the changes needed to transition to the new desired tree.

Compatibility

Works on Node 10+

Contribute

License

The project is licensed under the MIT license.