Sergii Pylypenko
Sergii Pylypenko
Could you please install this app: https://play.google.com/store/apps/details?id=com.input.events.logger.debug.app and tell me which Android keycode it shows for each key, and which xev keycode it should send. Do you have Italian key...
Could you please send crash information to me? Android should show the dialog to send crash info whenever an app crashes. You can also capture backtrace using 'adb logcat' command....
Yes, that was the intent, you may take any part of the code and make a shared library from it, then use it in your closed-source project, as long as...
It's a problem with sourceforge servers. On Fri, 1 Jun 2018 14:36 delipunch wrote: > The apps fails to connect to sourceforge.net to download necessary files > on both my...
I am planning to fix it for two years already. Maybe some other day. On Fri, Jun 1, 2018 at 4:38 PM, delipunch wrote: > The site seems fine in...
Do you have the correct version of Android build-tools and platform-tools installed? On Fri, Jul 15, 2016 at 2:11 PM, GFOXSH [email protected] wrote: > whith error: > > /home/GFOXSH/sdk/android-sdk-linux/tools/ant/build.xml:653: The...
Still it requires huge amount of work to bind each glshim function to X server backend, also I don't know how to handle GLX requests from multiple windows, because we've...
You seem to know more than me on that topic. How is it possible to run OpenGL server separately from X server? Anyway, yoilu might wish to look into VirtualGL...
OpenGL in XSDL is not possible right now On Fri, 22 Mar 2019, 16:41 e-cl, wrote: > Can i have instructions on how you did this? > > — >...
Mesa is a software renderer. You could install it in Debian with package libgl1-mesa-swx11, but it got removed from Debian 10. On Sat, 25 Jan 2020, 13:22 Hoshi Yamazaki, wrote:...