How is it possible to define a new structure?
I have a binary file, and I'd like to define a new stucture of it prior coding. How would I do it?
construct-editor relies on the construct module documented here
So there's basically no way to download and install the app and just use it to explore other formats.
My proposition is to create a UI to define new formats and use mentioned module for default examples.
So there's basically no way to download and install the app and just use it to explore other formats.
My proposition is to create a UI to define new formats and use mentioned module for default examples.
One option could be to start from the example.
Alternatively, editing the stand-alone app at the moment involves:
- implementing specific construct definitions (
constructandGalleryItem), e.g., by adding a module into the gallery or by modifying the gallery itself; - including it in the main import;
- adding the samples in the
construct_gallerydictionary.
You might also check construct_gallery. A related example of simple stand-alone app is here.
I still request a way to edit it in application. I accept the current definition as a proof of concept, but not as a production use
I still request a way to edit it in application. I accept the current definition as a proof of concept, but not as a production use
construct_gallery might offer what you want. There is an example that guides its basic usage. As it is still under development at the time of writing, it has to be installed from GitHub. However, the requested functionalities are already available. It uses construct-editor underneath.