/logic-nodes

Simple logic node simulator build in Typescript.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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)