An open API service indexing awesome lists of open source software.

https://github.com/100-tomatojuice/spice-rs

A SPICE made in Rust for learning purposes
https://github.com/100-tomatojuice/spice-rs

circuit-analysis circuit-simulation circuits electrical-engineering spice-simulation

Last synced: 3 months ago
JSON representation

A SPICE made in Rust for learning purposes

Awesome Lists containing this project

README

        

# Spice-rs
[![CI](https://github.com/100-TomatoJuice/spice-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/100-TomatoJuice/spice-rs/actions/workflows/ci.yml)

Simulation Program with Integrated Circuit Emphasis (SPICE) made in Rust!

> [!Caution]
> This simulation is still missing very basic features and while effort has been made for accuracy, it cannot be guaranteed.

> [!NOTE]
> This simulation is being made to better understand circuit analysis from a computer's perspective