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

Editor IPC and detachable node graph window #131

Merged
merged 15 commits into from
Feb 13, 2024
Merged

Editor IPC and detachable node graph window #131

merged 15 commits into from
Feb 13, 2024

Conversation

Auburn
Copy link
Owner

@Auburn Auburn commented Feb 12, 2024

Adds IPC via shared memory to send selected node ENT between different processes.

Allows a second instance of the node editor to be launched and used as a fullscreen node graph to control the main preview window (added button in UI to detach node graph)

The IPC code in tools/SharedMemoryIpc.inl can be copied to add IPC to your own project to make use of the node editor's UI to control node trees in your engine in realtime

I have not tested this on desktop Linux or MacOS, if anyone has access to test it would be much appreciated!

#59

image

@Auburn Auburn merged commit 2bbf382 into NewFastSIMD Feb 13, 2024
6 checks passed
@Auburn Auburn deleted the EditorIPC branch February 13, 2024 19:32
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.

None yet

1 participant