s-ol

Results 140 comments of s-ol

@doug-moen I don't remember whether I brought this up on the mailing list before, but have you considered targeting SPIR-V instead of GLSL? [scopes](https://bitbucket.org/duangle/scopes/wiki/Home) is a language that targets x86...

I would like to see logarithmic sliders on the Todo list here! If you don't want to deal with all the edge cases of UI inputs and get a lot...

@Balze2 an "anonymous namespace" in C++ is a way to say declare some things locally for a single file only. It's used here just to say "these functions are not...

@Azuzula I replied to someone else, my comment only makes sense if you read that as well. It's not enough just to switch what firmware to call in loop(), you...

I think it would be great to have this for high-performance applications that traditionally avoid HTML UIs because of the "heavy handedness" of the web stack or a C++/JS codebase...

hey; the tests should be mostly integration-level. For example asserting that config files are read correctly (correct template files are rendered to the correct destinations, variables from the config file...

quick workaround is `convert -flatten wallpaper.png wallpaper-flattened.png` real alpha handling beyond just ignoring that channel I think will not be implemented ever (but the wallfix'd image should contain it again)

@Amar1729 that, the wallpaper or metadata as it could be generated by parsers, fonts (and font sizes), color mappings (something like primary, accent1, accent2 and fitting backgrounds). Maybe values like...

@shreab373 you can definetely contribute, but this is not a bug but a rather major feature. It is `up-for-grabs` because I don't know a good way of doing it, but...

@zybex86 I am not aware of anyone pursuing this currently, if you want to investigate this I'd be happy to see what you come up with :)