Sepehr Taghdisian

Results 8 issues of Sepehr Taghdisian

Version: 0.8.2 I can't seem to be getting callstack on android (I'm getting that on windows with the same code). I'm also following the instructions in the manual. I'm also...

bug
linux

On linux (elf), when we define a new `.section` add assign some variables to it, the `.state` section data gets mangled. I couldn't solve it yet, because I don't have...

I'm trying to create a mouse device on OSX but the program breaks on assertion. Here @ GainputInputDeviceMouseMac.mm : ``` if (!eventTap) { GAINPUT_ASSERT(false); return; } ``` I also want...

Compiler: clang-cl 10.0.0 Sublime: 3.2.2 Os: windows I have encountered a bug with clang-cl toolset on windows. ECC complains about an unknown flag `-x c` when trying to use clang-cl...

wontfix

I wanted to know if you are interested in RaspberryPI support for sokol_app with Direct FB access. In case you don't know, there is a mode in RaspberryPI which does...

sokol-app

Hi, Can I turn off vsync ? :) because according to what I'm seeing, the `swap_interval` defaults to 1 if we set it to 0.

sokol-app