Fydar
Fydar
The first-pass has been implemented, however, it will require reworking as I expand the import pipeline to introduce resource dependencies in edit-time.
I've written the `AddNode` with the changes above in mind.  Instance data can be accessed through the `GraphInstance` API. Providing `this` as a reference from a `NodeTemplate` should...
Exploring the potential to return a reference to the raw data used by an output. This would mean that I would need a separate API for `OutputSocket.IsConnected` functionality. ```csharp public...
Work-in-progress screenshot of Json and raw text rendering to the content explorer window. 
More work-in-progress gifs.  Now with integration with the node-based behaviour editor. 
Previously this editor worked on the notion of "Resources"; however, it's clear to me now that there is rarely a one-to-one correlation of a resource to a file on disk....
I intend to implement this on my portfolio website as a test-case. It would also be handy if there was a method for producing reports on the imported resources (and...
For Blazor and other modern .NET UI libraries, I should implement `INotifyPropertyChanged` so that my models can be used in data binding. I could also explore some alternate data binding...
Given that there's some interest, I'll take a crack at this and see what I can come up with!
I love this design so far! ❤️ I'm very excited about the potential for this to allow for integration with third-party CDNs like **Azure Cloud Delivery Network** or **Amazon CloudFront**....