A Bitwise Operation Visualizer - casting the beauty of fiddling bits on your screen.
If you want to build a binary for your platform, do this :
yarn install
yarn build
Binary will be in the dist
folder
- Live Website - no installation required
- Firefox Addon - See Manual Installation Guide - (I'm trying my best to make it available in Mozilla Addon Store)
- Chrome Extension - See Manual Installation Guide - (I'm trying my best to make it available in Chrome Web Store)
Firefox Addon & Chrome Extension works offline. Working on making standalone app for Windows, Linux & Mac.
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.
- Delete variables -> D
- Equalizing two variables -> = (from primary to secondary selection)
- Multiplying between variables -> *
- Adding between variables -> +
- Dividing between variables -> /
- Subtracting between variables -> -
Soumyadip Mondal(unsuitable001)
A tiny part of Semantic-UI is used to build the UI.
@newvertex for modals & packing it as electron app.