Skip to content

Qt Node Editor. Dataflow programming framework

License

Notifications You must be signed in to change notification settings

loganmcbroom/nodeeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork info

This is a heavily modified, stripped down copy for use with Loton, here: https://github.com/loganmcbroom/Loton

Build

Have Qt installed.

git clone https://github.com/loganmcbroom/nodeeditor
cd nodeeditor
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --target install --config Release 

The "-DCMAKE_BUILD_TYPE=Release" is for single-config generators, while "--config Release" is for multi-config generators. NodeEditor also exports the build tree, so "--target install" isn't needed if the build will remain where it was built.

Credit

Dmitry Pinaev et al, Qt5 Node Editor, (2017), GitHub repository, https://github.com/paceholder/nodeeditor

About

Qt Node Editor. Dataflow programming framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.4%
  • CMake 3.6%