Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node editor nodes #685

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6089829
Renamed some things + added comments
Mar 31, 2023
5abe124
Added node_connector struct
Mar 31, 2023
da7cf40
Node links now take node pointers instead of IDs
Apr 11, 2023
3d2e410
Allow only one input per input slot
Apr 11, 2023
da00363
Detachable/movable links
Apr 11, 2023
ea9bfef
Drawing of node as a separate function
Apr 12, 2023
52eff50
Color node creation added
Apr 13, 2023
e9e391e
Node connector positioning
Apr 14, 2023
f4369ef
Color coded slots + only allow link to same type
Apr 14, 2023
8638849
Color node creation and display, base Node now generic
Apr 17, 2023
5f1e3ef
Float and Output nodes, all mallocs into node_editor_add
Apr 17, 2023
f165244
Node eval functions
Apr 19, 2023
4c8c3e3
Comment clean up + add node_editor_eval_connected & node_output_get
Apr 24, 2023
e6a82fe
Node deletion
Apr 26, 2023
9e9310c
node_editor_delete_link + C89 compliance
May 2, 2023
dc4e3f1
Clean up warnings + C89 compliance
May 2, 2023
fb9d7d6
Link buffer reuse / "memory management"
May 2, 2023
593a51f
Bug fix
May 3, 2023
a27fba8
Made float node min/max 0.0/1.0 for simplicity
May 3, 2023
151ed01
Blend nodes added
May 3, 2023
3f6cd31
camelCase -> snake_case, as in the rest of Nuklear
May 28, 2023
b2c7c1b
Renamed node_editor_main back to node_editor
May 28, 2023
de72f94
Minor cleanups
May 31, 2023
25e2a0b
Restore main.c from master
May 31, 2023
2af9955
Fix blend node out color inverted vs inputs
May 31, 2023
7b637bc
Fix blend node out color inverted vs inputs
May 31, 2023
a531248
Merge branch 'node_demo' of https://github.com/hwps/Nuklear into node…
May 31, 2023
862405f
Added link between Color and Output nodes in initial state of node ed…
Dec 11, 2023
8e0e80b
demo: Add node editor example
RobLoach Sep 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading