Skip to content

nwaniek/qt5-node-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c9bc9b · Feb 13, 2018
Mar 30, 2015
Mar 29, 2016
Jan 22, 2017
Mar 7, 2016
Nov 21, 2016
Mar 7, 2016
Feb 13, 2018
Nov 17, 2016
Mar 29, 2016
Mar 7, 2016

Repository files navigation

Qt5 Node Editor

an early version of a node editor written in Qt and C++11. may still contain lots of bugs, and some logical issues. upcomming changes will contain (but will not be limited to):

  • Qt naming scheme of methods, variables, etc.
  • develop data model. At the moment it's just VC instead of MVC
  • moving some of the UI logic to the data model (node.hpp and node.cpp)
  • restructuring the directory
  • providing cmake file to generate a library

Hence, be warned that the API is not settled yet and is likely to change in future releases.

Example Screenshot:

doc/example_editor01.png

How to build

You need cmake (>= 2.8.8), and a recent C++ compiler. For an out-of-directory build (recommended), create a build folder, and call cmake/make in there:

$ mkdir build
$ cd build
$ cmake ..
$ make

The library will end up in lib/ of your build directory, all compiled examples in bin/.