Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michbil/hex-works

Web based HTML5 Hex editor using AngularJS, Canvas and material design
https://github.com/michbil/hex-works

binary editor hex

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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