/hex-works

Web based HTML5 Hex editor using AngularJS, Canvas and material design

Primary LanguageCSS

HTML5 online hex editor, using Canvas for rendering and AngularJS.

Using some code from https://github.com/mikach/hex-editor, but rewritten renedering engine from scratch.

To start development, you will need NodeJS > 6.0

clone repository, install required libraries

cd hex-works
npm install
npm install -g webpack-dev-server

To start development server, run

webpack-dev-server

editor will be live at localhost:8000