Skip to content

unsuitable001/BitViz

Repository files navigation

BitViz Logo

BitViz

A Bitwise Operation Visualizer - casting the beauty of fiddling bits on your screen.

Build

If you want to build a binary for your platform, do this :

yarn install
yarn build

Binary will be in the dist folder

Installation

Firefox Addon & Chrome Extension works offline. Working on making standalone app for Windows, Linux & Mac.

Getting Started

Launch Firefox/Chrome App

Ext Launch

Adding A New Variable

New Variable

Selecting A Variable

There are two types of selection in BitViz.

Primary Selection - Single Click the variable name to primary select that variable - Single Click to deselect

Secondary Selection - Double Click the variable name to secondary select that variable - Double Click to deselect

If you are doing self-assignment operation (e.g NOT, Left Shift, Right Shift etc.), it will be implied upon the "Primary Selected" variable.

Else, The operation is done on the "Primary Selected" variables, but, the value will be assigned to the "Secondary Selected" variable.

Features

shift Left & Right Shift

Add Increment by 1

Sub
Decrement by 1

NOT NOT

and
AND

or
OR

xor
XOR

maths
Basic Maths Operations

Legends & Keybindings

qhelp

More Keybindings

  • Delete variables -> D
  • Equalizing two variables -> = (from primary to secondary selection)
  • Multiplying between variables -> *
  • Adding between variables -> +
  • Dividing between variables -> /
  • Subtracting between variables -> -

This project is under MIT License

Author

Soumyadip Mondal(unsuitable001)

Credits

A tiny part of Semantic-UI is used to build the UI.

@newvertex for modals & packing it as electron app.

Connect With Me

Gitter

Twitter

Website

Thanks for checking out. Please put a star :P. Share It, Fork It.