https://github.com/kaitai-io/kaitai_struct_webide
Online editor / visualizer for Kaitai Struct .ksy files
https://github.com/kaitai-io/kaitai_struct_webide
hex-viewer ide kaitai-struct visualizer
Last synced: about 1 year ago
JSON representation
Online editor / visualizer for Kaitai Struct .ksy files
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_webide
- Owner: kaitai-io
- License: gpl-3.0
- Created: 2016-10-29T21:42:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T13:36:01.000Z (about 2 years ago)
- Last Synced: 2024-04-14T08:51:59.521Z (about 2 years ago)
- Topics: hex-viewer, ide, kaitai-struct, visualizer
- Language: TypeScript
- Homepage: https://ide.kaitai.io
- Size: 11.3 MB
- Stars: 265
- Watchers: 22
- Forks: 59
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaitai Struct WebIDE
Online editor / visualizer for Kaitai Struct .ksy files
[](https://travis-ci.org/kaitai-io/kaitai_struct_webide)
[](https://snyk.io/test/github/kaitai-io/kaitai_struct_webide)
## features
[See the Features wiki page](https://github.com/kaitai-io/kaitai_struct_webide/wiki/Features)
## community
[Visit us on Gitter](https://gitter.im/kaitai_struct/Lobby)
## demo
[ide.kaitai.io](https://ide.kaitai.io/)
## run locally (without compiling / modifying the source code)
- Clone deploy version: `git clone https://github.com/kaitai-io/ide-kaitai-io.github.io`
- stable release: `/`, devel release: `/devel/`,
- Serve on a webserver (e.g. `python3 -m http.server 8000`)
- Go to [http://localhost:8000/](http://localhost:8000/)
## compile and run locally
- `git clone --recursive https://github.com/kaitai-io/kaitai_struct_webide`
- `npm install`
- `node serve.js --compile`
- Go to [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
## screenshots


For more screenshots [visit the Features wiki page](https://github.com/kaitai-io/kaitai_struct_webide/wiki/Features)