Rob Loach

Results 827 comments of Rob Loach

@KiralyCraft Nice work on getting WebDav in there! Played around with this a bit and really like how far it's come. Do you know what's needed to get SSL going...

Feel free to submit a `.clang-format` that makes closely to what's currently there.

There was an effort a while ago to encompass everything with cmake https://github.com/Immediate-Mode-UI/Nuklear/pull/462 While I think that may be a bit overkill for our situation, it could give you something...

While 462 does everything, perhaps a simpler approach may be one that... - Doesn't handle building the demos - Exposes the target and the include directory - Keeps it to...

Thanks a lot. Would you mind adding a small example in the overview demo? It serves as a good space to test the code and make sure it's all still...

This'll fix that https://github.com/asdf-community/asdf-php/pull/172

Looks like a conflict?

@smorimoto Can we get this in?

Being able to support different bit orders will be important in supporting big-endian. Don't want the image to always be messed up. [PortableGL](https://github.com/rswinkle/PortableGL) handles the different pixel orders via bitmask...