ngspice_dart 0.1.0
ngspice_dart: ^0.1.0 copied to clipboard
Dart FFI bindings for the ngspice mixed-level/mixed-signal circuit simulator, allowing native execution of SPICE simulations in Flutter.
0.1.0 #
- Initial open source release.
- Added Dart FFI bindings for ngspice.
- Added
NgspiceAPI class with initialization, circuit loading, command execution and vector retrieval. - Built from ngspice repository, branch
master, commit037b6578f87524cba74cd5ee5b2f9c1536f76ead.