Skip to content

booleanalgebravisualizer/booleanalgebravisualizer.github.io

Repository files navigation

Boolean Algebra Visualizer

booleanalgebravisualizer.github.io

A tool to visualize and generate diagrams of boolean expressions.

Supports a wide variety of input formats:

  • Operators: + (OR), * (AND), ! (NOT), ^ (XOR)
  • Keywords: Supports text-based operators like AND, OR, NOT, NAND,NOR, XNOR.
  • Symbols: Programming symbols like &, |, and ~.
  • Shorthand: Supports implicit AND (e.g., AB) and postfix NOT (e.g., A').

Visualizations

  • Logic Gate Diagrams
  • CMOS Circuits: Visualizes Complementary Metal-Oxide-Semiconductor layouts.
  • Truth Tables
  • Karnaugh Maps (K-Maps): Interactive maps supporting 2 to 8+ variables using standard Gray code ordering and nested grid layouts for higher dimensions.

Releases

No releases published

Packages

 
 
 

Contributors