NodeboxShowcase
by
Manonox
| Summary | Nodebox is a reimagining of Wiremod gates from Garry's Mod made in S&Box (There's a library, go find it) |
|---|---|
| Description |
Nodebox (Showcase) Nodebox - A UGC (User-Generated-Content) Node Graph Library for S&Box General keybinds apply, • WASD - Move && Mouse - Look • LMB - Interact && Enter - confirm input field changes • Other keybind tips you'll find in-game Description Nodebox is a reimagining of Wiremod gates from Garry's Mod made in S&Box ⚠️ The project is in it's infancy, expect bugs and constant breaking changes ⚠️ Inspired by Unreal Engine's Blueprints and Resonite's Protoflux The `Node`s themselves are abstracted away from any visual/interactive parts You can implement wrappers for them, which provide different visuals/behaviour/etc. Currently, only `Node3D` exists, which displays the inner `Node` via a `WorldPanel` (1 `Node` = 1 `WorldPanel`) "Play" it: Nodebox Showcase Add it as a library/dependency or whatever-the-f: Nodebox Source code: Github FAQ (Frequently Asked Questions) Why not just use ActionGraphs? A#1: ActionGraph can't be edited in-game (someone will definitely prove me wrong) A#2: If someone made an editor for them smh, it would have 0 collaboration features A#3: There are no protection features, which means you either are giving players full control Why am I stuck and can't move? A: You might have an input field selected on a `Constant<T>` node, try pressing Enter Will there be a permission system to restrict which properties players can fuck with? A: Yes and No, there should and will be one, but much later when Facepunch finally makes a Sandbox gamemode. In terms of other gamemodes - disable `ShouldLoadDefaults` on the Node Library and Do It Yourself Execution control, For, While, Delay? A: Nope, Soon-ish Variables or something like that? A#1: I ate them A#2: There will be Components that you can add to GameObjects to store variables, soon-ish. Better options like local variables will be there when we'll figure out `NodeContext`s User Docs? A#1: I ate them A#2: There are Name/Desc fields on Nodes, which will be used later for an in-game tooltip thingy Developer Docs? A#1: I ate them A#2: A wiki will go up on Github, when the API is stable and doesn't shit it's pants Where are ? and ?<?> nodes? A: I ate them (make a feature request) "After-contest" planned features • Comparison and BitwiseOps nodes (and just general wiremod feature-parity) • Better implementations for Add, Clamp, etc..., which should be based on interfaces instead• (+ a shit ton of useful interfaces/math functions that should probably move into a separate library) • UI Helper thingy, that shows you the text input field you have focused• (should fix the "stuck" problem described above) • General codebase cleanup - repetitive code, polish up the node library API • In-editor WorldPanel rendering (if possible) and general In-editor QoL • Search functionality • User-side SceneTree Explorer • A `Pin` type, that acts as a "pulse" (i.e. UE Blueprint's Exec or Resonite's Discrete nodes)• (Wiremod used number pins as signals (rising edge/falling edge), which was very cumbersome) • Collapse/Uncollapse Nodes into/from a single Node • Multiplayer support, with shared/client/server -side nodes/calculations • A `NodeContext` which allows you to implement functions/events local to that context • A `Node3dGrid` component that aligns placed nodes on a 2d grid • Pack/Unpack nodes into GameObjects (same as Pack/Unpack in Protoflux) • Custom panels for some nodes, so that they are more compact (+, -, *, ...) • And, ofcourse, more `Node`s 🛠️Nodebox (Showcase)
Nodebox - A UGC (User-Generated-Content) Node Graph Library for S&Box
General keybinds apply,
• WASD - Move && Mouse - Look
• LMB - Interact && Enter - confirm input field changes
• Other keybind tips you'll find in-game
Description
Nodebox is a reimagining of Wiremod gates from Garry's Mod made in S&Box
⚠️ The project is in it's infancy, expect bugs and constant breaking changes ⚠️
Inspired by Unreal Engine's Blueprints and Resonite's Protoflux
The `Node`s themselves are abstracted away from any visual/interactive parts
You can implement wrappers for them, which provide different visuals/behaviour/etc.
Currently, only `Node3D` exists, which displays the inner `Node` via a `WorldPanel` (1 `Node` = 1 `WorldPanel`)
"Play" it:
Nodebox Showcase
Add it as a library/dependency or whatever-the-f:
Nodebox
Source code:
Github
FAQ
(Frequently Asked Questions)
Why not just use ActionGraphs?
A#1: ActionGraph can't be edited in-game (someone will definitely prove me wrong)
A#2: If someone made an editor for them smh, it would have 0 collaboration features
A#3: There are no protection features, which means you either are giving players full control
Why am I stuck and can't move?
A: You might have an input field selected on a `Constant<T>` node, try pressing Enter
Will there be a permission system to restrict which properties players can fuck with?
A: Yes and No, there should and will be one, but much later when Facepunch finally makes a Sandbox gamemode. In terms of other gamemodes - disable `ShouldLoadDefaults` on the Node Library and Do It Yourself
Execution control, For, While, Delay?
A: Nope, Soon-ish
Variables or something like that?
A#1: I ate them
A#2: There will be Components that you can add to GameObjects to store variables, soon-ish. Better options like local variables will be there when we'll figure out `NodeContext`s
User Docs?
A#1: I ate them
A#2: There are Name/Desc fields on Nodes, which will be used later for an in-game tooltip thingy
Developer Docs?
A#1: I ate them
A#2: A wiki will go up on Github, when the API is stable and doesn't shit it's pants
Where are ? and ?<?> nodes?
A: I ate them (make a feature request)
"After-contest" planned features
• Comparison and BitwiseOps nodes (and just general wiremod feature-parity)
• Better implementations for Add, Clamp, etc..., which should be based on interfaces instead• (+ a shit ton of useful interfaces/math functions that should probably move into a separate library)
• UI Helper thingy, that shows you the text input field you have focused• (should fix the "stuck" problem described above)
• General codebase cleanup - repetitive code, polish up the node library API
• In-editor WorldPanel rendering (if possible) and general In-editor QoL
• Search functionality
• User-side SceneTree Explorer
• A `Pin` type, that acts as a "pulse" (i.e. UE Blueprint's Exec or Resonite's Discrete nodes)• (Wiremod used number pins as signals (rising edge/falling edge), which was very cumbersome)
• Collapse/Uncollapse Nodes into/from a single Node
• Multiplayer support, with shared/client/server -side nodes/calculations
• A `NodeContext` which allows you to implement functions/events local to that context
• A `Node3dGrid` component that aligns placed nodes on a 2d grid
• Pack/Unpack nodes into GameObjects (same as Pack/Unpack in Protoflux)
• Custom panels for some nodes, so that they are more compact (+, -, *, ...)
• And, ofcourse, more `Node`s 🛠️
|
| Votes | 👍50 👎6 ❤️42 |
| Error Rate | 0% |
| Loading Screen Media | https://cdn.sbox.game/org/manonox/nodeboxshowcase/loadingscreen/32e630cc-cfeb-411c-8c9e-7df95409d3b3.jpg |
| Reviews |
5 reviews
100% Recommended (5)
0% Promise (0)
0% Needs Work (0)
|
| Usage |
183 players
248 sessions
22 hours playtime
5 minutes avg session
Totals captured
|
| Data | {"SinglePlayer": true} |
| Version | Created | Size (modified) | Files | Changes |
|---|---|---|---|---|
| 85790 | 47.6 MB (64.6 KB) | 90 ~3 | This should do the trick | |
| 85788 | 47.6 MB (64.6 KB) | 90 ~3 | Changes on 2025-01-27 | |
| 85786 | 47.6 MB (28.5 MB) | 90 ~31 | Another round of trying to fix this bs bug #1 | |
| 85581 | 47.2 MB (125.2 KB) | 90 ~4 | Extra asserts + Relay bugfix | |
| 85550 | 47.2 MB (64.5 KB) | 90 ~3 | FINALLY fixed it, probably | |
| 85549 | 47.2 MB (64.5 KB) | 90 ~3 | I have been picking and proding at this retarded sbox bug for an hour alread #2 | |
| 85548 | 47.2 MB (64.5 KB) | 90 ~3 | I have been picking and proding at this retarded sbox bug for an hour alread #1 | |
| 85547 | 47.2 MB (64.5 KB) | 90 ~3 | Attempt to fix fucking constants #6 | |
| 85546 | 47.2 MB (64.5 KB) | 90 ~3 | Attempt to fix fucking constants #5 | |
| 85545 | 47.2 MB (64.5 KB) | 90 ~3 | Attempt to fix fucking constants #5 | |
| 85544 | 47.2 MB (64.5 KB) | 90 ~3 | Attempt to fix fucking constants #4 | |
| 85543 | 47.2 MB (64.4 KB) | 90 ~3 | Attempt to fix fucking constants #3 | |
| 85541 | 47.2 MB (64.5 KB) | 90 ~3 | Attempt to fix fucking constants #2 | |
| 85540 | 47.2 MB (64.4 KB) | 90 ~3 | Fix constants not working | |
| 85539 | 47.2 MB (64.5 KB) | 90 ~3 | Fix drive/source/reference context menu and sound effects | |
| 85537 | 47.2 MB (64.5 KB) | 90 ~3 | Sound effects, more polymorphs, Vector/Relay/Ternary nodes | |
| 85348 | 47.2 MB (298.1 KB) | 90 ~4 | Realigned things on the map | |
| 85346 | 47.2 MB (298.2 KB) | 90 ~4 | Attempt to fix Library not loading | |
| 85345 | 47.2 MB (6.8 MB) | 90 ~20 | Major rework + Polymorphic Nodes! | |
| 85110 | 47.2 MB (351.7 KB) | 90 ~5 | Fixed colliders for playground props | |
| 85109 | 47.2 MB (296.8 KB) | 90 ~4 | Added tag "player" to the Player (fixes being able to destroy/duplicate yourself) | |
| 85091 | 47.2 MB (296.8 KB) | 90 ~4 | Incorrect collider on cube | |
| 85089 | 47.2 MB (58.5 KB) | 90 ~3 | Fixing errors | |
| 85081 | 47.2 MB (296.3 KB) | 90 ~4 | Changes on 2025-01-19 | |
| 85073 | 47.2 MB | 90 +90 | Epic |
Loading history…