Jegor van Opdorp

Results 30 comments of Jegor van Opdorp

I created a sln in Circuit with a main file that does a live simulation. https://github.com/jopdorp/LiveSPICE/blob/linux/Circuit/Simulate.cs It looks terrible for now because I added everything that was needed from outside...

Hi, I've implemented a much simpler simulate class. Right now it fail during the linq compilation phase. The class: https://github.com/jopdorp/LiveSPICE/blob/linux/Circuit/SimulateSimple.cs The error: ``` $ dotnet run "../Tests/Circuits/Rectifier.schx" Circuit.TransientSolution Unhandled exception....

It might be that i didn't do LoadLibraries, but it is in Controls. I'm thinking V1 was meant as an interactive element, the one where you basically have to select...

I think this is the constructor that needs to be called with a set of libraries where one includes the "V1" library ``` public Module(IEnumerable Libraries) { if (Libraries ==...

Diving a bit deeper into the code, I think I found the place where I could target a different execution environment. Looking at the following method: https://github.com/jopdorp/LiveSPICE/blob/b795a951a5a7495cc39ddf8ac2988ac9d2664c4d/Circuit/Simulation/Simulation.cs#L192 it seems like...

I did actually get this to run on linux: https://github.com/jopdorp/LiveSPICE/tree/linux

I have it still on the main branch

This would be grat, because currently the embed breaks the styling of many websites