Can a Simple2D project be run at the console on the Pi without X at the native HDMI resolution? Yes, Simple 2D uses EGL on the RPi, so apps will run fullscreen at both the console and in X. I'd like to add the option to run in an X window (like Pygame), but haven't quite figured that out yet. Readi...