Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius authored Dec 24, 2019
1 parent b73fd07 commit 11177fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

Features:

* The only dependency is `dear imgui` itself.
* `dear imgui`-inspired immediate mode API.
* Single header file, and single source file. Just copy-paste `imnodes.h` and `imnodes.cpp` into your project.
* Written in the same style of C++ as `dear imgui` itself -- no modern C++ used.
* Use regular `dear imgui` widgets within the nodes
* Create nodes, links, and pins in an immediate-mode style
* Use regular `dear imgui` widgets inside the nodes
* Multiple node and link selection with a box selector
* Nodes, links, and pins are fully customizable, from color style to layout
* Single header and source file, just copy-paste `imnodes.h` and `imnodes.cpp` into your project. The only dependency is `dear imgui` itself!
* Written in the same style of C++ as `dear imgui` itself -- no modern C++ used

## A brief tour

Expand Down

1 comment on commit 11177fc

@r-lyeh
Copy link

@r-lyeh r-lyeh commented on 11177fc Dec 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.