nextguyover / sharedspice-csharp-interface

Simple script to provide interface between SharedSPICE (Ngspice.dll) and C#
5 stars 1 forks source link

Implementation question #2

Open Angelo50 opened 5 hours ago

Angelo50 commented 5 hours ago

Hi, I'm Angelo and I have myself develop a circuit simulator on unity but via SpiceSharp It works but was a big deal to deal to make it interactive Anyway, I'd like to try to developp an other silumator under Godot And, I'd like to use NGSpice Of course I can't use the NGspice DLL as it is not C# compatible I have discover your progect this morning Could you please explain a bit how to get it works since i'm a newby with all this Dll manipulation Thanks If you're interest to see my actual unity simulator, just ask

nextguyover commented 5 hours ago

Hi,

Unfortunately I don't think I can help you out very much as I have not worked with this project or Unity for a while (and I do not have any experience with Godot). Your best bet would be to look up some tutorials on how to interface with external DLLs in Godot.

Best of luck on your project.

Angelo50 commented 5 hours ago

In fact, my question is more about includng the ngspice.dll in a vb project using your application, nothing to see with godot But I don"t want to insist Thanks to have taking time to reply to my question