Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedudefromci/nodelib
An HTML5 node graph library.
https://github.com/thedudefromci/nodelib
html5-library library lightweight node-graphs rendering
Last synced: about 1 month ago
JSON representation
An HTML5 node graph library.
- Host: GitHub
- URL: https://github.com/thedudefromci/nodelib
- Owner: TheDudeFromCI
- License: mit
- Created: 2019-10-21T18:25:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:02:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T00:10:20.744Z (9 months ago)
- Topics: html5-library, library, lightweight, node-graphs, rendering
- Language: JavaScript
- Size: 745 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NodeLib
NodeLib is a HTML5 library for rendering an interactive and configurable node graph application within a webpage. It is designed to be responsive and lightweight, and requires no external dependencies.
---
### What is it used for?
The main purpose of these library is for display purposes for node graphs, such as configurable programs, often seen in CGI shaders or material generation, or simpler applications, such as mind mapping or other tree objects.
### Screenshots
![Example1](images/Example1.jpg)
### Getting Started
Simply download and drop the javascript and css files into your HTML header.
[See here](https://github.com/TheDudeFromCI/nodelib/blob/master/nodelib-compressed-test.html) for an example.