So I have tried to port Kroniax for Android, and found a few bugs in SFML
1.) The SFML app crashes when you try to change the orientation, e.g. turn the phone to landscape mode. Error code in logcat: "validate_display:294 error 3008 (EGL_BAD_DISPLAY)"
Current fix: Force one orientation, e.g. "android:screenOrientation="landscape" "
2.)sf::Sprite doesn't support transparent images, the transparent pixels are black or white instead of transparent. Also the non transparent colors aren't drawn correctly. See attachments(the sprite in the app, and the raw image)
3.)I think Jonathan already mentioned it that sf::Music can't play *.ogg files. the openFromFile always return false.
4.)I dont know if its just because of the license of GNUSTL(good c++11 support) but it would be nice if SFML wouldn't force us to use the STLPORT(little c++11 support). (not really a bug)
EDIT:5.)Fonts/Text seems not to work too -> (
http://i.imgur.com/fx9lCMg.png)
But anyway great work, thanks!
AlexAUT