Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 527 Bytes

Logic nodes

Simple logic node simulator build in Typescript.

Features:

  • Logic simulation (AND, OR, XOR, NOR, NAND)
  • Truth table generation
  • Boolean Expression generation
  • Simplify boolean expression (requires Wolfram alpha App ID)
  • Custom nodes (create your own node, using other nodes.)
  • Import, export
  • Save, load (localStorage)
  • Load circuit from boolean expression
  • Load circuit from truth table
  • Intuitive controls (pan, zoom)
  • shortcuts (crtl+? for a shortcut overview)
  • Minimap (toggleable with ctrl+m)