Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Web based HTML5 Hex editor using AngularJS, Canvas and material design
- Host: GitHub
- URL: https://github.com/michbil/hex-works
- Owner: michbil
- Created: 2015-06-02T20:34:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T21:19:47.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:16:56.335Z (3 months ago)
- Topics: binary, editor, hex
- Language: CSS
- Homepage: http://hex-works.com
- Size: 3.53 MB
- Stars: 60
- Watchers: 3
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - michbil/hex-works - Web based HTML5 Hex editor using AngularJS, Canvas and material design (others)
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