Raspberry PI setup
category: code [glöplog]
Forgot linking this here;
https://github.com/sasq64/pitest
It's a small one-file example on how to do setup Open GL and input device reading from the console (no X11).
https://github.com/sasq64/pitest
It's a small one-file example on how to do setup Open GL and input device reading from the console (no X11).
Great! I got a Raspberry Pi (model B with 512Mb) and seems that this little code snippet is gonna be useful to code some little (not bloated) graphical stuff with it.
You saved me a few hours of search and experimentation. Thanks.
You saved me a few hours of search and experimentation. Thanks.
Cool, thanks!
I totally agonized over this and ended up copying a hundred lines of EGL code that I have very little idea of what it's doing. Also used a horrible terminal "hack" for keyboard.
I totally agonized over this and ended up copying a hundred lines of EGL code that I have very little idea of what it's doing. Also used a horrible terminal "hack" for keyboard.