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

Add node editor nodes #685

wants to merge 29 commits into from

Conversation

RobLoach
Copy link
Contributor

@RobLoach RobLoach commented Sep 5, 2024

@awschult002 How about something like this as an example starter...

Screenshot from 2024-09-05 11-26-53

@@ -0,0 +1,31 @@
struct node_type_output {
struct node node;
struct nk_colorf input_val;
Copy link
Contributor Author

@RobLoach RobLoach Sep 5, 2024

Choose a reason for hiding this comment

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

node_type_output is more of a color output. Should we consider renaming it to node_type_color_output instead?

@awschult002
Copy link
Contributor

@awschult002 How about something like this as an example starter...

Screenshot from 2024-09-05 11-26-53

This is way better than what I had in mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants