Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cimgui/cimnodes
C wrapping of https://github.com/Nelarius/imnodes
https://github.com/cimgui/cimnodes
Last synced: about 2 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:37:14.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:38:29.113Z (about 2 months ago)
- Language: Lua
- Size: 68.4 KB
- Stars: 29
- Watchers: 5
- Forks: 16
- 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)