Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online visualizer / IDE #37

Closed
koczkatamas opened this issue Oct 23, 2016 · 6 comments
Closed

Online visualizer / IDE #37

koczkatamas opened this issue Oct 23, 2016 · 6 comments

Comments

@koczkatamas
Copy link
Member

The idea is to create a HTML/JS based online visualizer / IDE for parsing / visualizing binary formats on the web.

This could be extended to a fully fledged IDE where you can edit .ksy descriptors, compile them to different languages, etc.

@koczkatamas koczkatamas changed the title Javascript visualizer / IDE Online visualizer / IDE Oct 23, 2016
@ghost
Copy link

ghost commented Oct 23, 2016

Please also think about more general case - IDE for RE. Then parser of binary formats can be its module.

Electron and TypeScript can be good choice, see vscode, but it (vscode) contains telemetry and probably other MS specific "features", which can be removed from there. Also check Electron itself for sending data to third-parties.

Electron and Scala.js can be good choice too.

Another example - LightTable

An example of the application - KeeWeb.

Update: Atom is another example.

@GreyCat
Copy link
Member

GreyCat commented Oct 23, 2016

@markbook2 Ahem, isn't vscode just a fork of Atom, rebranded by Microsoft?

@LogicAndTrick
Copy link
Collaborator

@GreyCat No, but that's a common misconception. The only thing they share is the Electron shell.

@ghost
Copy link

ghost commented Oct 24, 2016

The all applications above are based on Electron, Electron is based on brightray, which in turn is based on Chromium Content module wrapped as libchromiumcontent.

@koczkatamas
Copy link
Member Author

FYI: I started to create an "IDE" (more like a web-based visualizer) here: https://github.com/koczkatamas/kaitai_struct_webide

@koczkatamas
Copy link
Member Author

I close this one as I think we achieved what we'd like to achieve at first.

Questions / suggestions should go https://github.com/koczkatamas/kaitai_struct_webide/issues .

krisutofu pushed a commit to krisutofu/kaitai_struct that referenced this issue Jan 2, 2022
Add KSY syntax diagram generated by Docson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants