Total Pageviews

Thursday 31 March 2022

hex-works


Web based HTML5 Hex editor using AngularJS, Canvas and material designHTML5 online hex editor, using Canvas for rendering and AngularJS.

http://hex-works.com/

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


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

No comments:

Post a Comment