esfml
esfml copied to clipboard
SFML for supporting OpenGL ES available for smartphones/tablets
[Android sensors](http://developer.android.com/reference/android/hardware/Sensor.html). - [ ] Accelerometer - [ ] Ambient Temperature - [ ] Gravity - [ ] Gyroscope - [ ] Light - [ ] Linear Acceleration - [...
If I code an Android app, I'd like SFML to take care of drawing stuff and so embed SFML (SFML Canvas as we do for integrating SFML to Gtk, Qt,...
Vanilla OpenGL ES 1.x versions don't support FBO and this task should be performed with EGL rendering surface. However, there's a OES extension which add FBO support so, if this...
The activity's start/stop events can be used to inform the user of the app gaining/losing focus. I'm not sure if the activity pausing should be part of losing focus or...
SFML users may want to provide haptic feedback to their app users. Access to the vibration hardware needs to be provided.
Mobile devices have a huge range in their screens' DPI. SFML users might need to change their scaling/sizing depending on the device's physical size and DPI. Simply getting the number...
Whether this should be in another branch or under some folder, each feature of SFML should be tested. Just to make sure things actually work. It's also possible to add...
Specifically, the zooming gesture can be very useful in games (especially on a small screen). The `GestureDetector` class can, in theory, be called from the native code via the JNI....
SFML's Joystick could be useful in implementing this.