Digikrom is a cross-platform digital logic simulation software built using Raylib and ImGui. It allows users to design and simulate digital circuits interactively.
- 🔌 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 the latest
.exe
installer from GitHub Releases. - Run the installer and follow the on-screen instructions.
- Launch Digikrom from the Start Menu.
-
Download the
.dmg
file from GitHub Releases. (Replace with an actual link of app) -
Open the
.dmg
file and drag the app into the Applications folder. -
Launch Digikrom from Finder.
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