Jinten / NodeGraph

Node graph control in WPF.
MIT License
126 stars 24 forks source link

error CS0246 #5

Open wbarisch opened 7 months ago

wbarisch commented 7 months ago

Hello,

I've tried to open your project and the tests, but I always have the "The type or namespace name 'Livet' could not be found" error. How do I solve this? I'm a new programmer by the way, so forgive me if this is trivial.

Best regards, Wesley

Jinten commented 2 months ago

Hello. Sorry for replying late. You need to instasll Livet library by NuGet. Please check about NuGet if you don't know it.

RobinCao2020 commented 2 months ago

If I have more input and output, I want to select input or output and drag out multiple lines to connect, what should we do