Showing 53 open source projects for "logic simulator"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Digital-Logic-Sim

    Digital-Logic-Sim

    A minimalistic digital logic simulator

    Digital-Logic-Sim is an interactive simulation tool designed to help users understand digital logic circuits through a visual and hands-on environment. It allows users to build circuits using basic logic gates such as AND, OR, and NOT, and observe how signals propagate through the system in real time. The project emphasizes education, making it easier for beginners to grasp concepts like binary logic, combinational circuits, and signal flow. It provides a visual interface where components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Natro Macro

    Natro Macro

    A Bee Swarm Simulator macro for Windows

    ...It provides customizable paths and patterns that guide the character through farming cycles and resource collection routines. Because it is open source, the project encourages community contributions and allows players to modify the macro logic or add new behaviors. The macro also integrates configuration files and customizable settings so that players can adapt the automation to different in-game strategies or environments.
    Downloads: 63 This Week
    Last Update:
    See Project
  • 3
    Control logic

    Control logic

    Realtime PC-based control and simulator of control systems

    Control logic Java package is a set of Java classes aimed at: - Implementation of a real-time PC-based control - Simulation of control systems Setting up a control system involves working with so-called triggers. See project Wiki for detailed information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PhiZone Player

    PhiZone Player

    HTML5 Phigros chart player/simulator

    PhiZone Player is an HTML5-based simulator for Phigros charts, developed using Phaser. It allows users to play and test custom rhythm game charts within a web browser, providing a platform for chart creators and players to interact with Phigros-style gameplay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Plutus

    Plutus

    The Plutus language implementation and tools

    Plutus is the smart contract development framework for the Cardano blockchain, created using Haskell. It provides the core infrastructure for writing, testing, and deploying secure, deterministic smart contracts on the Cardano platform. Plutus includes a custom functional language (Plutus Core), a higher-level embedded DSL (Plutus Tx) for writing contracts in Haskell, and an off-chain infrastructure for managing interactions. It ensures strong correctness guarantees through formal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    b3-21js

    Soviet B3-21 programmable calculator simulator (software emulator)

    The simulator does not exactly match the original hardware, but the logic of operation seems more or less correct. Current version available at https://b3-21js.sourceforge.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fully Homomorphic Encryption

    Fully Homomorphic Encryption

    An FHE compiler for C++

    ...At its core is a “transpiler” that converts ordinary functions (typically written in a restricted subset of C++ or similar) into FHE circuits, plus backends that execute those circuits with different FHE libraries. The workflow usually mirrors normal software development: write and test a cleartext implementation, run a simulator to validate logic and performance characteristics, then compile to an encrypted form to run with real FHE parameters. The project includes benchmarking harnesses, examples, and tutorials that demystify parameter selection, gate costs, and latency/throughput trade-offs. Multiple runtimes and backends are supported so teams can choose Boolean or integer schemes depending on accuracy and speed needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    M2MLabs
    A framework for building machine to machine applications. It handles device protocols, device management, storage and retrieval of data sent by devices, a web based IDE including a device simulator and scripts based custom business logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Logic Element Explorer

    Logic gates simulator Logic Element Explorer is an application that al

    Simulate logic gates: AND, OR, NOT, XOR, etc. Simulate flip-flops: D Flip-Flop, JK Flip-Flop, T Flip-Flop, etc. Simulate decoders and encoders. Simulate multiplexers and demultiplexers. Compare two signals and observe the output. "This project was developed as part of my university coursework, focusing on utilizing C# and XAML to create a practical application."
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    UMHDL

    UMHDL

    Integrated Development Environment (IDE) for learning HDL

    ...So, the interface developed acts as a front-end that allows writing code (with syntax highlighting), invokes an external VHDL compiler and simulator (such as GHDL), and displays the result of the simulation graphically as waveforms (invoking to GTKWave).
    Downloads: 19 This Week
    Last Update:
    See Project
  • 11
    GLogic

    GLogic

    A logic gate simulator for linux developed with Gtk and python.

    GLogic is a logic gate simulator for linux and an adaptation of the gLogic package....
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    simutron

    simutron

    AVR simulator IDE

    Electronic circuit simulator. Simple environment to run and debug firmware for AVR 8-bit microprocessors. Able to run arduino firmware. Internally this program uses the open source Simavr AVR Processor Simulator (https://github.com/buserror/simavr) and wraps all its functions in a GUI shell. Setups for firmware debugging scenarios can be created dynamically. Able to run 16MHz MCU with decent set of external parts in real time. In particular this can be used for development of CNC firmware...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    FlappySwift

    FlappySwift

    swift implementation of flappy bird

    FlappySwift is a Swift reimplementation of the famous “Flappy Bird” game, intended as a tutorial or demo to teach game development fundamentals on iOS. The project includes sprite rendering, physics, collision detection, scrolling background, user input (tap to flap), scoring, and game-over logic, all wired together in a simple but playable form. Because the code is real and running, learners can modify gravity, speed, obstacle spacing, or visual assets to see how design decisions impact feel and difficulty. The repo often includes instructions for building and running on the simulator or device, as well as commentary on how components are structured (game loop, scene management, layering).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ...Therefore, the goal is to steadily create model libraries for various fields of application. At the moment, we have simple libraries for signal flow graphs (similar to classic Simulink), and for logistic simulation. Further, there is a library for logic circuit simulation (supporting multilevel logic according to IEEE Std. 1164-1993). A Bond Graph model library that supports acausal modeling is available as well, however only in a premature beta-version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Digital Logic Simulator (DiLoSim)

    Digital Logic Simulator (DiLoSim)

    Allows you to build your own circuits and test them

    ... - This software requires Java 8 or above to work. Tested with OpenJDK & Oracle Java. For more information check out the project's source code at https://github.com/Crusader99/digital-logic-simulator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WireFactory Simulator

    WireFactory Simulator

    Small factory simulator for control logic test purpose

    Wire Factory Simulator (WFS) is a free software to simulate the control of a factory, mainly controlled by IEC 61499 applications. You can build your own factory and controller. The controller can be implemented on any programming language. WFS was originally built to simulate the action of an IEC 614999 application. So, the devices in the factory are easily connected to IEC 61499 applications. The WFS were mainly tested with FBDK (http://www.holobloc.com/). Wire Factory has been...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Logic Circuit Diagram

    Logic Circuit Diagram

    Build now your diagram logic circuit

    A full-client web application, practical and useful developer diagrams for the construction of the logic of a circuit, with circuit simulator, AC, DC and Transient Analysis, for your Computer Desktop. You can to export yours diagrams in pdf, png, jpg, gif and tiff. ========== Support Windows 7 and later with ia-32 or arch x64 ========== Android app: https://play.google.com/store/apps/details?id=com.ulm.droidtronics Chrome extension: http://bit.ly/29Tdvz7 Opera add-on: http://bit.ly/1igCRWQ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ViennaMag

    Macro/Micro Magnetic Simulator

    ViennaMag is an open-source marco/micromagnetic simulator for modeling of nano-sizes magnetic devices. ViennaMag allows modeling of device operation under spin-current influence as well as under magnetic field. Thereby, this simulator is aimed to calculate magnetodynamics of devices including but not limited to magnetic memory (STT-MRAM, MRAM), spin-torque nano-oscillators, spin logic devices and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Johnny Simulator

    Johnny Simulator

    Johnny - A Simulator of a Simple von-Neumann Computer

    Johnny is a simulator of a simple (virtual) von-Neumann Computer. Its principal application is education; therefore a number of simplifications are made: rather reduced instruction sets, simplified bus operations, etc. It visualizes the function of Memory, Arithmetic Logic Unit and Control Unit. Machine Programs can be created and edited using a comfortable GUI and run on the virtual machine step by step.
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 20

    ssha

    Software Simulator for Household Applance。

    I am a software development for household appliance.I need to start write code without the hardware for some reason. so i need a planform that i can write code in it and test the logic handily.and i can used the the all or most of the code when the hardware if ready. the project use the visual studio 2010,and the ui is a swf file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MultiMedia Logic

    MultiMedia Logic

    A MultiMedia Logic Design System

    Welcome to one of the most simplest, most powerful, most universal languages known (Digital Logic). Most digital logic drawing systems are just that, drawing systems. Recently, some logic drawing systems allow circuits to be activated as they are drawn for testing purposes. But the input and output to these systems are typically files of numbers. The MultiMedia Logic Simulator has taken this one step further and introduced devices that connect directly to your computers’ real devices (e.g. ...
    Leader badge
    Downloads: 171 This Week
    Last Update:
    See Project
  • 22
    Logic Circuit Designer

    Logic Circuit Designer

    Create and simulate logic circuits

    ...This product is a simulator for logic circuits, allowing the student to better visualize and understand how a logic circuit works, by enabling him to build whatever logic circuit he wants, and visually simulate its operation. Based on a friendly user interface, the student can interact with its logic circuit, flip switches, change the input data, and watch the output data changes for sequential models.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23

    FurutaFuzzy

    3D physics simul. and dsPIC firmw. for Fuzzy control Furuta pendolum

    ...The FuzzyFuruta project include also DSPICfuruta (firmware for dsPIC) and a simulator for Furuta pendulum for develope and test the firmware DSPICfuruta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CEDAR LS is an interactive digital logic simulator to be used for teaching of logic design or testing simple digital designs. It features both low-level logic gates as well as high-level components, including registers and a Z80 microprocessor emulat
    Leader badge
    Downloads: 708 This Week
    Last Update:
    See Project
  • 25

    Standalone Simulator for Logic Gate Sim

    It is an external standalone simulator made for Logic Gate Simulator

    ...This served the purposed of creating a external digital.gate simulator for an application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB