Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

zoomlogo/zspice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zspice.

zspice is an analog circuit simulator inspired by SPICE engines. it is an recreational learning project, to understand how SPICE engines work, and how common components are modelled.

for the mock-up version check this repo. there i tried making a quick resistor network solver in python, then tried porting it to C++

Build Instructions.

Requires CMake, also Ninja is nice to have.

git clone https://github.com/zoomlogo/zspice
cd zspice
mkdir build && cd build
cmake ..
ninja
./test_run           # to run the tests
./zspice             # actual program

Doc Build Instructions.

Requires doxygen.

doxygen  # output in docs/

TODO

See TODO for info.

COPYING

See COPYING for info.

Resources

There are some of the resources I referred while implementing some aspects of the program.

About

a spice inspired circuit simulator - moved to codeberg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors