{"id":22825374,"url":"https://github.com/crabdancing/circuitjs1","last_synced_at":"2025-03-31T00:22:38.653Z","repository":{"id":240813544,"uuid":"803532497","full_name":"crabdancing/circuitjs1","owner":"crabdancing","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-20T22:59:15.000Z","size":6285,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T05:32:58.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crabdancing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-20T22:51:34.000Z","updated_at":"2024-05-20T22:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"b15ff2f7-86a9-4ec0-b4e1-372367c44690","html_url":"https://github.com/crabdancing/circuitjs1","commit_stats":null,"previous_names":["crabdancing/circuitjs1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fcircuitjs1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fcircuitjs1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fcircuitjs1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fcircuitjs1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crabdancing","download_url":"https://codeload.github.com/crabdancing/circuitjs1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246397392,"owners_count":20770544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T17:10:31.966Z","updated_at":"2025-03-31T00:22:38.625Z","avatar_url":"https://github.com/crabdancing.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CircuitJS1 Desktop Mod\n\n**Circuit Simulator is renamed CircuitJS1 Desktop Mod**\n\n![](https://my77thblog.pp.ua/images/PROJECTS/circuit-simulator/circuitjs1-1-2-3-en.png)\n\nThe source code for offline version of the **Circuit Simulator** based on [NW.js](https://github.com/nwjs/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.\n\nThis 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.\n\nThe program supports the following languages: English, Russian, Danish, German, Polish, Spanish, French, Italian, Portuguese, Czech, Norwegian, Chinese.\n\nFor a web version of the application see:\n\nPaul's Page: https://www.falstad.com/circuit/ \\\nSource code: https://github.com/pfalstad/circuitjs1\n\nIain's Page: https://lushprojects.com/circuitjs/ \\\nSource code: https://github.com/sharpie7/circuitjs1\n\n## Downloads:\n\nYou can download this program for Windows (x32, x64), Linux (x32, x64) and Mac OS X (x64):\n- [Latest release](https://github.com/SEVA77/circuitjs1/releases/latest)\n- [All Releases](https://github.com/SEVA77/circuitjs1/releases)\n\n\u003e If you have problems with this application, you can try to use [this offline application of the main developer](http://www.falstad.com/circuit/offline/) based on Electron.\n\n## Building the program\n\nThe tools you will need to build the project are:\n\n* JDK 8+\n* Maven 3+\n* [Web2Executable](https://github.com/jyapayne/Web2Executable) or [nw-builder](https://github.com/nwutils/nw-builder) (more preferably)\n\nSimply run `mvn clean install` from the circuitjs1 directory to build the project. Project directory after compilation for further building or debugging: `target/site`\n\nAfter 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 this program on NW.js you will need a [Web2Executable](https://github.com/jyapayne/Web2Executable) or [nw-builder](https://github.com/nwutils/nw-builder). Command to compile the program via nw-builder:\n\n```\nnwbuild --glob=false target/site\n```\n\n## Development\n\nFor development run devmode:\n\n```\nmvn gwt:devmode\n```\n\nDevmode works directly in the `war` directory separate from the `target/site` directory.\n\n## License\n\nThis 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.\n\nThis 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.\n\nYou 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.\n\n     Components of this program:\n    JQuery - Distributed under the MIT License\n    jQuery.NiceScroll - Distributed under the MIT License\n    jQuery.scrollSpeed - is taken from the github.com/nathco/jQuery.scrollSpeed\n    \n    NW.js - Distributed under the MIT License\n    Circuit Simulator - Distributed under the GNU General Public License version 2\n    \n    © Usevalad Khatkevich 2023\n\n## Credits\n\t Paul Falstad - Creator\n\t Iain Sharp - JavaScript conversion, so there are more opportunities for the development of this application.\n\t Brian Gordon - Mavenized version of circuitjs1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrabdancing%2Fcircuitjs1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrabdancing%2Fcircuitjs1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrabdancing%2Fcircuitjs1/lists"}