A logic gate simulator written in typescript
Find a file
2024-11-28 15:36:01 +01:00
.github Fix github-pages not running reploying from main 2024-10-12 16:31:54 +02:00
docs Tweak docs a bit 2024-11-28 15:36:01 +01:00
public Update CI 2023-10-29 05:46:53 +01:00
src Fix light bulb errors (also add a dev mode to build script) 2024-11-28 14:58:57 +01:00
.gitignore Remove .envrc 2023-10-29 06:58:25 +01:00
.prettierrc.json Clean up flake 2024-10-12 16:26:56 +02:00
build.js Fix light bulb errors (also add a dev mode to build script) 2024-11-28 14:58:57 +01:00
flake.lock Clean up flake 2024-10-12 16:26:56 +02:00
flake.nix Clean up flake 2024-10-12 16:26:56 +02:00
LICENSE.md add license 2019-03-06 08:06:09 +00:00
package-lock.json Make project build using esbuild 2023-10-29 04:54:24 +01:00
package.json Fix light bulb errors (also add a dev mode to build script) 2024-11-28 14:58:57 +01:00
README.md Tweak docs a bit 2024-11-28 15:36:01 +01:00
tsconfig.json Make project build using esbuild 2023-10-29 04:54:24 +01:00

Logic gate simulator

This is a logic gate simulator I originally wrote for infoeducatie 2019. Check out the online instance.

Features

  • Simple & intuitive UI
  • (Parametrized) integrated circuits
  • Multi-bit signals
  • Multiple language support: Romanian, English, Dutch, Turkish, Chinese & more in the future

Contributing

This repo provides a nix flake for deployment.

Credits

Many thanks to:

  1. Canana for the logo!
  2. Player_0_1#2955 for all the testing and ideas
  3. BlueGhost, Vyctor661, Mao for all the design reviews