https://github.com/cimgui/cimnodes
C wrapping of https://github.com/Nelarius/imnodes
https://github.com/cimgui/cimnodes
Last synced: about 1 year ago
JSON representation
C wrapping of https://github.com/Nelarius/imnodes
- Host: GitHub
- URL: https://github.com/cimgui/cimnodes
- Owner: cimgui
- Created: 2020-10-02T09:06:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T11:43:35.000Z (over 1 year ago)
- Last Synced: 2025-04-02T15:38:28.960Z (about 1 year ago)
- Language: Lua
- Size: 76.2 KB
- Stars: 29
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cimnodes
This is a c-api wrapper for imnodes (https://github.com/Nelarius/imnodes) which is a node editor for Dear ImGui (https://github.com/ocornut/imgui)
imnodes is a submodule of this repo. To do generation again in case imnodes is changed, you should update imnodes, make sure that cimgui repository is a sibling folder to this repository folder and execute generator/generator.bat(.sh)
Compilation will need IMNODES_NAMESPACE to be defined as imnodes. With cmake this is done as add_definitions(-DIMNODES_NAMESPACE=imnodes)