All Projects → kaitai-io → Kaitai_struct_webide

kaitai-io / Kaitai_struct_webide

Licence: other
Online editor / visualizer for Kaitai Struct .ksy files

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Kaitai struct webide

Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+6452%)
Mutual labels:  ide
Visualizer
A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.
Stars: ✭ 163 (-6.86%)
Mutual labels:  visualizer
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+1183.43%)
Mutual labels:  ide
Arduino
open-source electronics platform
Stars: ✭ 12,318 (+6938.86%)
Mutual labels:  ide
Object Visualizer
Vue JSON inspector with Chrome-like theme.
Stars: ✭ 159 (-9.14%)
Mutual labels:  visualizer
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-12%)
Mutual labels:  ide
Rxfiddle
Visualize your Observables
Stars: ✭ 157 (-10.29%)
Mutual labels:  visualizer
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (-1.71%)
Mutual labels:  ide
Lpy
Minimal Python IDE for GNU Emacs
Stars: ✭ 161 (-8%)
Mutual labels:  ide
Visualee
A maven plugin to visualize java ee projects
Stars: ✭ 169 (-3.43%)
Mutual labels:  visualizer
Intellij Community
IntelliJ IDEA Community Edition & IntelliJ Platform
Stars: ✭ 13,072 (+7369.71%)
Mutual labels:  ide
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-9.14%)
Mutual labels:  ide
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (-6.29%)
Mutual labels:  ide
Lighttable
The Light Table IDE ⛺
Stars: ✭ 11,657 (+6561.14%)
Mutual labels:  ide
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+8265.14%)
Mutual labels:  ide
Koding
The Simplest Way to Manage Your Entire Dev Infrastructure!
Stars: ✭ 1,945 (+1011.43%)
Mutual labels:  ide
Radasm2
RadASM v2
Stars: ✭ 161 (-8%)
Mutual labels:  ide
Awesome Pycharm
A curated list of resources for learning and using PyCharm, a Python IDE from JetBrains
Stars: ✭ 174 (-0.57%)
Mutual labels:  ide
Docker Clion Dev
Debugging C++ in a Docker Container with CLion IDE
Stars: ✭ 172 (-1.71%)
Mutual labels:  ide
Ide
Enso – a visual and textual functional programming language.
Stars: ✭ 168 (-4%)
Mutual labels:  ide

Kaitai Struct WebIDE

Online editor / visualizer for Kaitai Struct .ksy files

Build Status Known Vulnerabilities

features

See the Features wiki page

community

Visit us on Gitter

demo

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/

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/

screenshots

Example screenshot of a .zip file Example screenshot of a .png file

For more screenshots visit the Features wiki page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].