Viewing profile — arbruijn
arbruijn
HN member- Joined
- Tue, Apr 23, 2013, 9:27 PM UTC
- HN karma
- 82
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About arbruijn
No profile information was provided.
Recent public activity
-
comment
Comment #41027222
VirGL might help, it redirects OpenGL calls over a socket. Start virgl_test_server and run your app with extra environment vars __GLX_VENDOR_LIBRARY_NAME=mesa LIBGL_ALWAYS_SOFTWARE…
-
comment
Comment #37109025
There's also virgl_test_server which runs the virgl protocol over a socket. This can be used for OpenGL inside containers, by bind mount-ing the socket into the container (/tmp/.vi…
-
comment
Comment #33567580
I had some success with https://microsoft.github.io/tilecode/ (fullscreen button in lower right, works best with gamepad / keyboard) and https://arcade.makecode.com/
-
comment
Comment #32604731
And for Ghidra https://github.com/cesena/ghidra2dwarf
- story
-
comment
Comment #28189849
I've fixed the narrow conversion error with newer compilers and added build instructions to the README. Not sure what's up with libgomp.spec, it should be part of the gcc base pack…
-
comment
Comment #28187348
I have a version with working linux compilation and some other fixes here: https://github.com/arbruijn/d2x-xl/
-
comment
Comment #27994325
Temporary, Vendor or Contractor
- story
-
comment
Comment #11113315
You can create a small chroot with a custom resolv.conf. Example (tested on Ubuntu 14.04 64-bit): mkdir -p root/lib/x86_64-linux-gnu root/lib64 root/etc cp -a --parents /lib/x86_64…