
SIM-C is an online web-based electronics circuit simulator written in JAVA that runs on the browser by leveraging GWT.

Web-based Circuit Simulator | Powered by Java & GWT
SIM-C is an advanced circuit simulation software originally written in Java and later ported to run directly in a web browser using Google Web Toolkit (GWT). It allows users to simulate electronic circuits without requiring any installationβjust click and run!
Try it instantly:
circuit1js.html to start simulating.If you want to run SIM-C locally or contribute to development, follow these steps:
3 lines1git clone https://github.com/aamitn/simc.git 2cd simc 3mvn clean package
1 lines1mvn gwt:run
Access the app at http://localhost:8080/
We welcome contributions! If youβd like to improve SIM-C, feel free to:
git checkout -b feature-xyz)git commit -m 'Added new feature')git push origin feature-xyz)This project is licensed under the Apache 2.0. See LICENSE for details.
For issues, suggestions, or contributions, reach out via:
π Enjoy seamless circuit simulation with SIM-C! π
Check out the live demo or dive into the source code to see how it's built.