jvlavan / circuitjs1

This is my variant of standalone (offline) version of the Circuit Simulator based on NW.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circuit Simulator (CircuitJS1)

The source code for offline version of the Circuit Simulator based on NW.js. It was originally written by Paul Falstad as a Java Applet. It was adapted by Iain Sharp to run in the browser using GWT. The program was compiled to offline version for Windows (x32, x64), Linux (x32, x64) and MacOS (x64) by Usevalad Khatkevich.

This program is distributed by me as a program for education. It is not recommended to use the program for modeling real circuits, since many components in the program are idealized.

The program supports the following languages: English, Russian, Danish, German, Polish, Spanish, French, Italian, Portuguese, Czech, Norwegian, Chinese.

For a web version of the application see:

Paul's Page: http://www.falstad.com/circuit/
Source code: https://github.com/pfalstad/circuitjs1

Iain's Page: http://lushprojects.com/circuitjs/
Source code: https://github.com/sharpie7/circuitjs1

Downloads:

You can download this program for Windows (x32, x64), Linux (x32, x64) and Mac OS X (x64):

If you have problems with this application, you can try to use this offline application of the main developer based on Electron.

Building the program

The tools you will need to build the project are:

Simply run mvn install from the circuitjs1 directory to build the project. Copy the target/site directory to any location convenient for you.

After compiling the web application, you can then compile it into the local executables for a variety of platforms with the help of NW.js. To build a program on NW.js you will need a Web2Executable program. You can download it by following the link: https://github.com/jyapayne/Web2Executable/releases.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

 Components of this program:
JQuery - Distributed under the MIT License
jQuery.NiceScroll - Distributed under the MIT License
jQuery.scrollSpeed - is taken from the github.com/nathco/jQuery.scrollSpeed

NW.js - Distributed under the MIT License
Circuit Simulator - Distributed under the GNU General Public License version 2

© Usevalad Khatkevich 2021

Credits

 Paul Falstad - Creator
 Iain Sharp - JavaScript conversion, so there are more opportunities for the development of this application.
 Brian Gordon - Mavenized version of circuitjs1

About

This is my variant of standalone (offline) version of the Circuit Simulator based on NW.js.

License:GNU General Public License v2.0


Languages

Language:Java 69.1%Language:JavaScript 24.6%Language:HTML 6.1%Language:Shell 0.1%Language:CSS 0.1%