Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
Implementing basic scroll capability controlled by the buttons: * ArrowLeft * ArrowRight * ArrowUp * ArrowDown * Home Have an issue achieving smooth scroll. https://github.com/wavedrom/zoom/blob/master/lib/gen-key-handler.js#L17
* How timing data should be organized? * Stream data from a source and process chunk by chunk (async) * Import different dump formats (VCD,...) * Dense data storage. Binary...
## Key bindings * Home - 0x24 - Jump to the beginning of the trace * End - 0x23 - Jump to the end of the trace * PageUp -...
* Zoom should accept a stream of data from a simulator. * It should support streaming parser for multiple data dump formats into the internal Data Model [ #13 ]...
Timing diagram ( part of #5 ) can be constructed in vector form, but then need to be rendered into pixel accurate form to be useful. Possible options: * SVG...
**Embeddable** so it can be integrated as a component into bigger UI application DOM Type ? * Direct DOM * Virtual DOM (React) * Web Components * ~~Shadow DOM~~ *...
A general task to collect the initial set of ideas, requirements that need to address one or more of initial goals: * **Fast** enough to render large timing diagrams [#3]...
- Protocol interpretation. I was debugging an issue with communication with an atmel crypto chip over a one-wire protocol and I found a logic analyzer that knew how to interpret...
Way to compose zoom with a custom components (plugins) * visual components * custom behaviors
- When the hierarchical signal name doesn't fit in the box, by default, show the end of the signal name instead of the beginning ("...dparent/parent/sig" instead of "grandparent/paren...") _Originally posted...