A logic gate simulator written in typescript
Find a file
dependabot[bot] a788653f28
Bump path-to-regexp from 1.8.0 to 1.9.0
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 06:28:04 +00:00
.github Handle base urls nicely 2023-10-29 06:28:40 +01:00
docs Initialized direnv and commited some older docs 2023-04-20 19:32:12 +03:00
public Update CI 2023-10-29 05:46:53 +01:00
src Remove one last debug log 2023-10-29 06:59:57 +01:00
.gitignore Remove .envrc 2023-10-29 06:58:25 +01:00
.prettierrc.json Update CI 2023-10-29 05:46:53 +01:00
build.js Attempt to fix scrolling (again) 2023-10-29 06:57:06 +01:00
flake.lock Make project build using esbuild 2023-10-29 04:54:24 +01:00
flake.nix Update flake to work with custom domain 2024-05-28 03:08:15 +02:00
LICENSE.md add license 2019-03-06 08:06:09 +00:00
package-lock.json Bump path-to-regexp from 1.8.0 to 1.9.0 2024-09-12 06:28:04 +00:00
package.json Make project build using esbuild 2023-10-29 04:54:24 +01:00
README.md Remove dead links from readme 2024-03-04 17:54:06 +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 made for infoeducatie 2019.

Getting started

Check out the demo Or read the docs.

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

Features

  • Simple & intuitive UI
  • Multiple simulations support
  • (Configurable) integrated circuits
  • Multiple bits per pin
  • Multiple language support: Romanian, English, Dutch, Turkish, Chinese & more in the future

Playing with the source

This repo provides a nix flake for deployment.