GithubHelp home page GithubHelp logo

unsuitable001 / bitviz Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 5.0 2.31 MB

A Bitwize Operation Visualizer

Home Page: https://unsuitable001.github.io/BitViz

License: MIT License

HTML 35.03% JavaScript 64.97%
bitwise-operators visualization javascript bitwise beginner-friendly educational-project

bitviz's Introduction

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.

bitviz's People

Contributors

newvertex avatar unsuitable001 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bitviz's Issues

Add QA Tests

Add QA Tests for syntax checking, linting & following a standard style. Also, adding badge to the README.md (because, badges are the new ๐Ÿ”ฅ )

Dealing with char variables

Currently, if we add a char variable, it gets type-casted to int32.
But, now, we want to deal with char variables as char variables.

Files to look at index.js

Create A wiki page

Create A wiki page not only describing what the app does, but also explaining basics of bit wise operations

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.