Wouter De Keersmaecker

Results 19 comments of Wouter De Keersmaecker

I convert my viewmodels to models and back using seperate, dedicated classes. What that class does exactly depends on what your model looks like, but here is a short overview:...

You can find an overview of the things I've tried [here](https://gist.github.com/Wouterdek/dc2aaa119ef0c8759165825b3f047ee9)

There have been no changes relating to saving/loading. I recommend writing your own system to transform your viewmodels to models which can be serialized.

> Hi Wouterdek, I see this project (Winform) used BinaryReader/Writer to store, have you read it? https://github.com/komorra/NodeEditorWinforms > I don't read it in depth but I think it may help...

> But what I've noticed - creating of 100 nodes and their connections takes too much time ~10-30sec. How are you adding these? One possible cause may be that you...

@danvervlad The repository contains a project called StressTest which has a button which creates and adds 100 nodes and 99 connections. On my laptop this completes in about 6 seconds....

Status is as described above. I still recommend the method described in https://github.com/Wouterdek/NodeNetwork/issues/9#issuecomment-405494795

@PlateMug Send me a runnable project and I'll take a look. Also, please create a separate issue for this question as to avoid cluttering this thread.

The Splat view locator is used to find the view type that corresponds to a viewmodel type (e.g. `NodeViewModel` => `NodeView`). For some reason, it is trying to locate a...