@naetverkjs/react-renderer
v0.8.2
Published
---
Downloads
2
Maintainers
Readme
Naetverk.js
JavaScript framework for visual programming
Introduction
Naetverk is a modular framework for visual programming. Naetverk is heavily based on the fantastic rete.js framework, that allows you to create node-based editor directly in the browser.
Why a different branch? - I have some ideas that I follow which are in conflict with the original implementation.
| Name | Description | Extends | Readme / Docs | | ---------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------- | ------------------------------------------------------------------------------------------------- | | @naetverkjs/naetverk | Base library that allows the creation of node-based editors for visually programming or sequential scripting | - | Readme | | @naetverkjs/connections | Plugin to render the connections between nodes | @naetverkjs/naetverk | Readme | | @naetverkjs/area | Plugin to draw the network on a configurable background with limited zoom and grid snapping | @naetverkjs/naetverk | Readme | | @naetverkjs/lifecycle | Registers additional events that can be used while working with a component | @naetverkjs/naetverk | Readme | | @naetverkjs/keyboard | Registers keyboard input and maps them to events | @naetverkjs/naetverk | Readme | | @naetverkjs/arrange | Rearranges the node based on their size on the board | @naetverkjs/naetverk | Readme | | @naetverkjs/history | Plugin that adds the ability to revert actions | @naetverkjs/naetverk | Readme | | | | | | | Angular | | | | | @naetverkjs/angular-renderer | Angular Module to render basic nodes | | Readme | | | | | | | React | | | | | @naetverkjs/react-renderer | React Module to render basic nodes | | Readme |
Documentation:
https://naetverkjs.github.io/documentation/