|
|
|
|
|
by Animats
541 days ago
|
|
Nice. I put in a repository of mine that implements a UI in Rust, and it gave me a reasonable diagram. It's just a top-level structure of the program, though. No detail. Not much info about connections between components. The layout was kind of weird.[1] Another one, from a fork I have of a rendering library.[2] It found the big parts, but provides little insight. Here's a JPEG 2000 decoder. Even less insight.[3] The progress messages are bogus. They have no relationship to what's going on.
Progress messages indicating progress appear for a bad URL. [1] https://gitdiagram.com/John-Nagle/ui-mock [2] https://gitdiagram.com/John-Nagle/rend3-hp [3] https://gitdiagram.com/John-Nagle/jpeg2000-decoder |
|