Skip to content

A (very) basic node editor implementation leveraging elm-svg.

License

Notifications You must be signed in to change notification settings

BeardedPlatypus/elm-node-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node Editor

elm-node-editor

Build Status

A (very) basic node editor implementation written in elm. A live demo of the latest revision can be found here.

Motivation

As part of a personal project, I am developing a simple locally hosted website in which I can connect inputs with outputs. In order to display this intuitively I opted to represent this as a node editor. Unfortunately, I could not find any elm libraries that provide such an interface out of the box. Thus this little bit of code was born.

Implementation

The elm-node-editor leverages the Elm SVG library to represent the different nodes. The current implementation is more of a proof-of-concept. It fits the needs I have for my specific website. Ideally, I will extend this into a separate library if time allows, but for the time-being I have made the source code available.

About

A (very) basic node editor implementation leveraging elm-svg.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published