ronaaron

Results 14 issues of ronaaron

Just as I said. I expect that SSL_connect() would have some kind of error. Here's code which demonstrates: ``` #include #include #ifdef _WIN32 #include #define socklen_t int #else #include #include...

I noticed this when using the 'bullet' character in my code and seeing instead the Euro symbol. So I reproduced with the generic 'extended.c' demo. Modified it so that font...

Just a note: I haven't been actively maintaining Reva since I started [8th](https://8th-dev.com/) in 2015 or thereabouts.

documentation

I'm using the "Nuklear" GUI library with SDL2 using the GLES2 backend. It works perfectly for Android and Raspberry Pi, but I'm having difficulty getting display on iOS (iPhone 5s...