Fydar

Results 27 comments of 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. ![Proposed API](https://raw.githubusercontent.com/Fydar/RPGCore/9bcb72c30349309f619c582f95418c1da6308b5a/docs/samples/RPGCore.Behaviour/NewAddNodeSample.default.svg) 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. ![wip-content-renderer](https://user-images.githubusercontent.com/19309165/75635396-a45b5280-5c0d-11ea-9c5e-360875932437.gif)

More work-in-progress gifs. ![ec3b014c05df703d03115529a13c304b](https://user-images.githubusercontent.com/19309165/76574914-9c28d000-64b5-11ea-9ec5-edf5aca4958a.gif) Now with integration with the node-based behaviour editor. ![b6267d74acae78d14be539cbd45cf10f](https://user-images.githubusercontent.com/19309165/76574970-cb3f4180-64b5-11ea-809e-c2ff05d60965.gif)

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**....