anothersequencer
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "anothersequencer", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Simple script tree sequencer in javascript. Allows creating fairly complex trees of sync/async functions or requestAnimationFrame functions with optional delays, as well as subscribing to particular outputs in the tree at any time.", | ||
@@ -5,0 +5,0 @@ "main": "sequencer.js", |
## Javascript function sequencing | ||
Quick and dirty script sequencer. Create function trees, add async/requestAnimationFrame or delays, and subscribe to tagged outputs in the trees. | ||
Quick and dirty script sequencer. Create function trees, add async/requestAnimationFrame or delays, and subscribe to tagged outputs in the trees. | ||
Sequences are created from basic javascript structures with some required and optional variables as specified below, so it's visually/syntactically as intuitive and efficient as possible to write once you get the hang of it (hopefully). | ||
`npm i anothersequencer` | ||
For a DAG Node sequencer with promise-returning sequences: [AcyclicGraph.js](https://github.com/brainsatplay/acyclicgraph) | ||
For a similarly structured but more technical Acyclic Graph Node sequencer (i.e. trees and forests) with promise-returning sequences and forward/backprop + more simple hierarchical programming utilities: [AcyclicGraph.js](https://github.com/brainsatplay/acyclicgraph.js) | ||
Usage: | ||
### Usage: | ||
```js | ||
@@ -114,1 +115,2 @@ import {Sequencer} from 'anothersequencer' //or copy the html | ||
Joshua Brewster --- AGPL v3.0 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62768
116