Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berdal84/Nodable
Nodable is node-able. The goal of Nodable is to provide an original hybrid source code editor, using both textual and nodal paradigms.
https://github.com/berdal84/Nodable
dear-imgui editor expression fun graph imgui lexer linux macos node opengl parser sdl2 windows
Last synced: 3 months ago
JSON representation
Nodable is node-able. The goal of Nodable is to provide an original hybrid source code editor, using both textual and nodal paradigms.
- Host: GitHub
- URL: https://github.com/berdal84/Nodable
- Owner: berdal84
- License: gpl-3.0
- Created: 2017-10-10T20:05:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T22:54:05.000Z (4 months ago)
- Last Synced: 2024-07-12T01:10:59.428Z (4 months ago)
- Topics: dear-imgui, editor, expression, fun, graph, imgui, lexer, linux, macos, node, opengl, parser, sdl2, windows
- Language: C++
- Homepage: https://nodable.42borgata.com/
- Size: 140 MB
- Stars: 185
- Watchers: 12
- Forks: 23
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - Nodable - able bidirectionnal expression editor. (GameProgramming)
README
# Nodable is node-able !
⚠️ Disclaimer: This software is a prototype, do not expect too much from it.
The goal of Nodable is to provide an original source code editor using both textual and nodal paradigms. Via this hybrid prototype, technical and less-technical people can discuss and collaborate on the same source code.
![image](https://github.com/berdal84/nodable/assets/942052/4c0175ca-70a5-49e8-8615-59cfb6c812e2)
Unlike other nodal softwares, the goal of Nodable is to make possible the edition of the source code and its graph representation at the same time. Users are not stuck into one of the two paradigms, they can go back and forth whenever they want...
[read more](https://nodable.42borgata.com/)![image](https://github.com/berdal84/nodable/assets/942052/7b433160-f62f-42f1-82bb-b145e9471fb7)
![image](https://github.com/berdal84/nodable/assets/942052/50392b57-d4b0-40c6-86ae-248815796bc7)
### Download
Follow the instruction from the [latest release](https://github.com/berdal84/Nodable/releases/latest) section.
To build *Nodable* from sources, read [HOW-TO-BUILD.md](./HOW-TO-BUILD.md).
### License
Nodable is licensed under the GPL License, see [LICENSE](./LICENSE). Each submodule is licensed, browse [./libs](./libs)
### Credits
Nodable is developed by [@berdal84](https://github.com/berdal84) and rely on many ([libraries](./libs/README.md)).
More information about this project on [Nodable website](https://nodable.42borgata.com/).