-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor IPC and detachable node graph window (#131)
* Remove the use of dynamic_cast in headers (#128) fixes #127 Allows linking with non-rtti projects * Update ignore * Update ignore * Update node editor dependencies * Ipv6 multicast IPC * Better UX, correct multicast setup, linux/macos support hopefully * Switch to IPv4 multicast on loopback interface * Use shared memory for IPC instead of multicast * Add IPC Unix support, cleanup code and move into it's own file for easier copying to other projects * Add error debug log on node graph detach * Update main.yml * Better IPC memory safety * Fix IPC and detached node graph on MacOS * Cleanup detached argument detection
- Loading branch information
Showing
9 changed files
with
479 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,5 @@ | |
/enc_temp_folder | ||
/cpm-cache | ||
/CMakeUserPresets.json | ||
|
||
external/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.