r-lyeh
r-lyeh
Also, I've used miniaudio + https://github.com/erkkah/tigr for a small windowing replacement. You get Windows/Linux/OSX out of the box. And Android as well with some extra effort, though.
I use tiny vertical positive/negative adjustments for `GlyphOffset.y` to align GoogleMaterialIcons with my main high-dpi fonts (for example, m-plus medium 18pt)
Hershey vectorial font! 3.8 KiB. I have not stripped the ASCII chars in the font to make the code fit under 1KiB, bc I wanted to make something useful as...
"No longer active" can also be seen as stable and feature complete imo. swrap is awesome in its current form :D
Are you planning to allow furnace to write/export .fur to .wav tracks? Either via console command or with a separate source example? Great work in any case!
hey @tildearrow is the commandline fixed already on win32? cant manage to get it working unless i do as follows... ```C int main(int argc, char** argv) { #ifdef _WIN32 {...
Ah, fixed it. Had to remove only WS_EX_LAYERED flag when creating window. After that the window is fully working, but alpha blending is gone (which I personally prefer it out).
Nope, it is even worse :) Only window shadow is visible. Canvas and buttons are completely hidden. Attached a picture, the current text & content is actually the browser in...
CC: @mmozeiko
Btw, link to [1] became [2] after I archived (and renamed) my old github account. Same for all of my imgui snippets floating around, if any :) Apologies! [1]: https://gist.github.com/r-lyeh/40d4fd0ea157ab3a58a4...