michbil / hex-works

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

Home Page:http://hex-works.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://hex-works.com

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

About

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

http://hex-works.com


Languages

Language:CSS 91.2%Language:JavaScript 7.8%Language:HTML 1.0%