cantor dust

カッコいいバイナリー可視化

  • 本家

https://sites.google.com/site/xxcantorxdustxx/home
https://www.youtube.com/watch?v=4bM3Gut1hIk

  • Pythonによる実装 - binglide

https://github.com/wapiflapi/binglide

Install on Ubuntu 14.04

sudo apt-get install git python3-pyqt4 python3-pyqt4.qtopengl python3-opengl python3-pip python3-scipy
sudo pip3 install pyqtgraph numpy
git clone https://github.com/wapiflapi/binglide
cd ./binglide
sudo python3 setup.py install




Install on OSX (TBD, has some errors)

brew install python3
brew install qt
brew install sip --with-python3
brew install pyqt --with-python3
brew install gfortran
pip3 install scipy
pip3 install pyqtgraph
pip3 install numpy
git clone https://github.com/wapiflapi/binglide
cd ./binglide
sudo python3 setup.py install


.bash_profile:
PYTHONPATH=/usr/local/lib/python3.4/site-packages:$PYTHONPATH

  • Javaによる実装

https://github.com/jrupac/Cantor-Dust