An open API service providing repository metadata for many open source software ecosystems.

Topic: "logic-circuit-simulator"

tilk/digitaljs

Teaching-focused digital circuit simulator

Language: JavaScript - Size: 7.56 MB - Last synced at: about 4 hours ago - Pushed at: about 1 year ago - Stars: 708 - Forks: 53

lvandeve/logicemu

Language: JavaScript - Size: 4.95 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 110 - Forks: 14

aljen/spaghetti

Graphical logic editor/simulator

Language: C++ - Size: 1.46 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 97 - Forks: 14

drendog/Logic-Circuit-Simulator

A logic circuit simulator made with p5.js library.

Language: JavaScript - Size: 1020 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 40 - Forks: 18

SimonBuxx/Linkuit-Studio

A platform for learning and experimenting with logic circuits

Language: C++ - Size: 3.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 2

saliherdemk/Logic-Circuit-Simulator

Logic circuit simulator with p5.js

Language: JavaScript - Size: 14.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 14 - Forks: 2

ARMCoderBR/tlsim

A tiny logic circuit simulator. Created initially to simulate Ben Eater's breadboard computer.

Language: C - Size: 454 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

changmg/simulator

An efficient logic simulator for logic circuits.

Language: C++ - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

fulcanelly/Circuits

logic circuit gates builder inspired by Current Circuit Builder

Language: TypeScript - Size: 547 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

giannitedesco/primula

A simple circuit simulator

Language: Python - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

cerus/logic-builder

An ugly & interactive logic gate visualizer written in Java using plain old Java Swing

Language: Java - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Tomlacko/Logicboard

Logic circuit editor and simulator made in pure JavaScript (no dependencies) as part of my university thesis in 2022. Run it here: https://tomlacko.github.io/Logicboard

Language: JavaScript - Size: 759 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

umutsevdi/logic-circuit-simulator-2

A free and open-source cross-platform Logic Circuit Simulator rewritten in C++.

Language: C++ - Size: 137 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

epicguydcd/LogicSim

Logic Circuit Simulator

Language: JavaScript - Size: 1.65 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

b0sc/logicSim

Simulator for Logic Gates

Language: HTML - Size: 36.1 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Afra107/Logic-Gates-Simulator

This project enables users to create complex digital circuits by combining different logic gates. The simulation provides real-time feedback on output values based on user-configured input values.

Language: Java - Size: 552 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MohdFarag/Logic-Circuit-Simulator

A logic circuit is a collection of interconnected logic components, such as gates, flip-flops, wires or even embedded circuits. Each component has a set of input pins and a set of output pins. A connection can be created between any two components by connecting an output pin of a component to an input pin of another component. It is not possible, however, to connect an output pin to another output pin, or an input pin to another input pin. If an output pin happens to source multiple input pins each connection should have a separate connector. Gates, on the other hand, are components with one or more input pins and only one output pin. Each circuit component manipulates the values applied to its input pins to calculate corresponding output. Two special components are the switch and the LED. The switch is a component with no input pins but has one output pin. The LED on the other hand has one input pin and zero output pin. Complicated logic circuits can be very hard to trace, this is why computer-aided design of logic circuits is necessary. One of the very powerful tools is a simulator, which simulates the operation of an entire logic circuit and predicts the outputs based on the inputs.

Language: C - Size: 729 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

rossdrew/LogicSimulator

A logic circuit simulator for playing with free build tools (CI, Unit Testing, Mutation Testing, etc).

Language: Java - Size: 87.9 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

kjcole/LogicCircuits

The continuing evolution of Chris Meyers Python for Fun: Logic Circuits I & II

Language: Python - Size: 193 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Gastegui/LogicGater

Simulador de puertas lógicas hecho en C++ para Linux. Requiere SLD2

Language: C++ - Size: 339 KB - Last synced at: 13 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

mshahriarnihal/Three-Bit-Multiplier-Logic-Circuit

I designed this logic circuit of a 3x3 Three Bit Multiplier as a project of my CSCI - 240 Computer Organization and Assembly Language Course at Queens College of the City University of New York. Here I am uploading the .circ file of the logic circuit that I designed with logisim.

Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ARMCoderBR/gtlsim

Follow-up to TLSIM, a tiny logic circuit simulator. Created initially to simulate Ben Eater's breadboard computer. This one uses a true GUI based on GTK-3.

Language: C - Size: 2.47 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

julgitt/Logic-Circuit-Simulator

Logic Circuit Simulator taking into account the time delay of the logic gates

Language: Racket - Size: 262 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Tomlacko/OldLogicboard 📦

Logic circuit editor and simulator I made in JavaScript in 2016-2017. Visit https://github.com/Tomlacko/Logicboard for a complete 2022 remake with much higher code quality, better usability and more features.

Language: JavaScript - Size: 2.22 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WildPixelGames/spaghetti

Logic simulator with graphical editor

Language: Rust - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Enapiuz/logic-board

Logic circuit simulator

Language: TypeScript - Size: 153 KB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rafaelalmeida2909/Logic-Circuits

A logic circuit simulator program through textual description in python3

Language: Python - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tjacovich/valleytronics_logic

A set of classes and libraries to Simulate Valleytronic Logic Gates and Computation

Language: C++ - Size: 22.3 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

CapacitorSet/progetto-algoritmi 📦

Language: C++ - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0