Daniel Brooks
Daniel Brooks
> I apologize, […] You’ve no need to apologize for that :)
Ah, I see. Perhaps another optimization would be to skip it entirely if the thumbnails are hidden. :)
I just found #2313, which asks much the same question. The code in https://github.com/ocornut/imgui/issues/2313#issuecomment-458084296 seems to work, if I have adapted it correctly to a newer version of Dear ImGui.
Hmm. My first thought is that this makes the format strings nigh unreadable, and my second is to bikeshed. But I think it might be more helpful to focus on...
I think Imgui is a great choice for a modern UI, and in my opinion the code looks pretty good. I think you ought to keep at it. I almost...
> In regards to the ImGui concern, is there interest in me forking ImGui to my GitHub account and making changes there? Then we can either include my branch into...
Having taken a few minutes to peruse the source code, all I can say is “You are in a maze of twisty JSON, all alike.”
The archive.org loader is available at https://github.com/db48x/emdosbox-loader; you can see how it uses BrowserFS (https://github.com/jvilk/BrowserFS) to unpack the zip file. (BrowserFS has a ZipFS that only decompresses files when they're...
For the games at archive.org I used BrowserFS to save the filesystem state to Indexed DB: https://github.com/db48x/emularity/blob/master/loader.js#L824
Also the user has to authenticate to use dropbox. That's an extra step that I don't want to require in the Emularity. What I'd rather do is make it easy...