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:
git clone https://github.com/aamitn/simc.git cd simc mvn clean package
mvn 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! 🚀