Skip to content

Batucan2601/DigitalSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖥️ Digikrom

Digikrom is a cross-platform digital logic simulation software built using Raylib and ImGui. It allows users to design and simulate digital circuits interactively.

Digikrom Screenshot

🚀 Features

  • 🔌 Interactive Logic Gate Simulation (AND, OR, XOR, etc.)
  • 🎨 GUI with Raylib & ImGui
  • 💾 Save & Load Circuits
  • 🖥️ Cross-Platform (Windows, macOS, Linux)
  • 📦 Pre-built Packages for Easy Installation (.deb, .rpm, .exe, .dmg)

📥 Download & Install

🔹 Windows (NSIS Installer)

  1. Download the latest .exe installer from GitHub Releases.
  2. Run the installer and follow the on-screen instructions.
  3. Launch Digikrom from the Start Menu.

🍏 macOS (DMG)

  1. Download the .dmg file from GitHub Releases. (Replace with an actual link of app)

  2. Open the .dmg file and drag the app into the Applications folder.

  3. Launch Digikrom from Finder.

🐧 Linux (Debian-based: Ubuntu, Mint)

wget https://github.com/batucan2601/DigitalSimulator/releases/latest/download/DigitalSimulator-1.0.0-Linux.deb
sudo dpkg -i DigitalSimulator-1.0.0-Linux.deb
sudo apt-get install -f  # Fix dependencies if needed

Build Project First mkdir -p build cd build cmake .. cmake --build .

Linux

cpack -G DEB
cpack -G RPM

Windows

cpack -G NSIS

macOS

cpack -G DragNDrop

About

A simple digital logic simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •