wwderw
wwderw
Bitmap from stream may be easier. Probably could use staticRead() to bundle it in this case and just take make that a newStringStream() and load it that way. Keep my...
I actually tried the nimassets approach and while it did bundle everything, I was also getting above the page "error opening the file" then path to file. Beneath that, the...
I haven't figured out when it seems to do that with nimassets with essentially just an h1 opening and closing and text in between it and the usual html boiler....
I did just a simple, no frills inlined html that has just a button with click me (no JS at all, just the button and boilerplate). When I go to...
Ok, so nimassets works flawlessly if write everything to a file before use. I don't know if nimview can handle everything being pulled directly from memory or if it all...
With regard to the games part, will there be a way to display locally installed games (be it through binary archive/appimage or traditional install) and then maybe games via Itch...
It was for in memory. I would use ld to link the asset files for embedding and from there load load them in. Now this was using Raylib, as I'm...
Yes, my Barudan is with the sequin attachment. Which was able to get that to work via export to CSV and manually put in the sequin drop functions on the...
I think what happened is that when I did nimble install nodesnim, it pulled in 0.0.6 or something like that (I was having issues with setIcon(), which led me to...
Hmmm, I think this is a function of my knowing just enough to cause damage. I'm still at the same point with Linux. Just compiling works, but trying to link...