Welcome to WireIt 3.0.0pr2 !
WireIt is an open-source javascript library, to create full-web graph editors for dataflow applications, visual programming languages, graphical modeling, or graph editors.
It is built on top of the YUI3 library.
It is available under a MIT License and is free for all uses.
This is the static documentation for WireIt 3.0.0pr2. For the most up-to-date, searchable docs, please visit the WireIt website.
Resources
Directory Contents
This package contains the following directories:
apiGenerated API docs for the entire library in HTML format.buildBuilt WireIt source files. This is what you should load on your web pages. The built files are generated at development time from the contents of thesrcdirectory. The build step generates debug files (unminified and with full comments and logging), raw files (unminified, but without debug logging), and minified files (suitable for production deployment and use).docsUser guides and examples for WireIt componentslibExternal dependencies (only inputEx for now)sandboxLegacy code or work in progresssrcRaw unbuilt source code (JavaScript, CSS, image assets, etc.) for the library. The individual component directories under thesrcdirectory contain build.json files which can be used to build individual modules using the shifter Builder. (learn more on how to build components)
WireIt