Emanuel Miroiu
Emanuel Miroiu
### 📝 Description of the Change This PR aims to reduce the boilerplate and simplify the way node editors are built. There will be a new library called Nodifier which...
**Describe the bug** It is possible to connect nodes to child graphs, which is not intended and will result in bad Anchor calculations. **To Reproduce** Add an operation graph in...
**Is your feature request related to a problem? Please describe.** Adding new entries to the Playground's settings panel is error-prone and it's really hard to change their order. **Describe the...
It would be nice to showcase projects that are using Nodify whether they are public or private applications. Please include: * Product/Name/Title (optional) * Description * Screenshot * Link to...
**Describe the issue** Find a way to generate API Reference from XML comments in the build pipeline (GitHub action) and upload it to the wiki. Please make sure that documentation...
Allow user defined functions #11 Sample: ```csharp _context.RegisterFunction("if", (args) => args[0] > 0 ? args[1] : args[2]); Assert.IsTrue("if(5 > 2, {true}, {false})".EvalBoolean(_context)); ```
### 📝 Description of the Change Added directional arrows to all connection types that can be displayed by setting `DirectionalArrowsCount`. > Note that the arrows will flow in the direction...
**Describe the bug** Right clicking near the edge of the window in the state machine example will trigger auto panning. **Screenshots**  **Does it happen in WPF version?** No. **Additional...
**Describe the bug** In the state machine example if you right-click to pan and release the mouse you will always see the context menu. **Expected behavior** The context menu should...
**Describe the bug** The grouping node can't be resized properly. **Screenshots**  **Does it happen in WPF version?** No.