Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutsevdi/logic-circuit-simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
https://github.com/umutsevdi/logic-circuit-simulator
gdscript godot godot-engine godotengine logic-gates simulator
Last synced: about 4 hours ago
JSON representation
A free and open-source Logic Circuit Simulator built in Godot Engine.
- Host: GitHub
- URL: https://github.com/umutsevdi/logic-circuit-simulator
- Owner: umutsevdi
- License: gpl-3.0
- Created: 2021-03-18T21:52:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T15:53:47.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T15:20:50.160Z (over 1 year ago)
- Topics: gdscript, godot, godot-engine, godotengine, logic-gates, simulator
- Language: GDScript
- Homepage:
- Size: 6.89 MB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GNU License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Logic Circuit Simulator
Project Page
A free and open-source Logic Circuit Simulator.
## Features
Logic Circuit Simulator is an open-source tool that comes with the following features:
* Create Projects ( Scenes or Prefabs )
* Use Gates to make basic or complex logic calculations
* Display connections and all parameters of any logic gate within your scenes.
* Examine results from the Truth Table
* Save & Load your progress
* Work with tabs and handle multiple scenes & prefabs at once.
* Save prefabs and reach them across other scenes and even other prefabs.
* Create your data either by drag & drop or write as a .json file.![Screenshot 1](https://raw.githubusercontent.com/umutsevdi/Logic-Circuit-Simulator/main/screenshots/sc1.png)
### Built With
Logic Circuit Simulator was built in Godot Engine.
### Installation
#### Browser Mode :
1. To use the application on your browser visit: [Use on Browser](https://umutsevdi.itch.io/logic-circuit-simulator).
2. During the browser mode you can use almost every feature of the simulator. However upon refreshing the page all of the saved files will be lost.
#### Application :
1. Downloaded application provides all features.
2. To download visit this link : [Download](https://umutsevdi.itch.io/logic-circuit-simulator/purchase)
#### Source Code :
1. You can download the source code. It's free to use.
2. To clone the repository :
```sh
git clone https://github.com/umutsevdi/Logic-Circuit-Simulator.git
```## Screenshots
![Screenshot 2](https://raw.githubusercontent.com/umutsevdi/Logic-Circuit-Simulator/main/screenshots/sc2.png)
![Screenshot 3](https://raw.githubusercontent.com/umutsevdi/Logic-Circuit-Simulator/main/screenshots/sc3.png)
![Screenshot 4](https://raw.githubusercontent.com/umutsevdi/Logic-Circuit-Simulator/main/screenshots/sc4.png)## Roadmap
* At the end of the june, I'll update the program and provide more optimized and clean code. I'll fix existing bugs and try to add new features.
* See the [open issues](https://github.com/umutsevdi/Logic-Circuit-Simulator/issues) for a list of proposed features (and known issues).## License
Distributed under the GNU General Public License. See `LICENSE` for more information.
## Contact
* Project Link: [https://github.com/umutsevdi/Logic-Circuit-Simulator](https://github.com/umutsevdi/Logic-Circuit-Simulator)
* itch.io Link: [https://umutsevdi.itch.io/logic-circuit-simulator](https://umutsevdi.itch.io/logic-circuit-simulator)[forks-shield]: https://img.shields.io/github/forks/umutsevdi/Logic-Circuit-Simulator.svg?style=for-the-badge
[forks-url]: https://github.com/umutsevdi/Logic-Circuit-Simulator/network/members
[stars-shield]: https://img.shields.io/github/stars/umutsevdi/Logic-Circuit-Simulator.svg?style=for-the-badge
[stars-url]: https://github.com/umutsevdi/Logic-Circuit-Simulator/stargazers
[issues-shield]: https://img.shields.io/github/issues/umutsevdi/Logic-Circuit-Simulator.svg?style=for-the-badge
[issues-url]: https://github.com/umutsevdi/Logic-Circuit-Simulator/issues
[license-shield]: https://img.shields.io/github/license/umutsevdi/Logic-Circuit-Simulator.svg?style=for-the-badge
[license-url]: https://github.com/umutsevdi/Logic-Circuit-Simulator/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/umut-sevdi
[product-screenshot]: images/screenshot.png