Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - arbitergoten

Pages: [1]
1
SFML projects / simple android game
« on: July 05, 2014, 10:19:53 am »
hi I made a simple android game using SFML/C++ and wanted to share with every one. and yes I know the graphics are not very good I'm not an artist  :)

http://play.google.com/store/apps/details?id=com.heresh.superfuncoolgame

2
General discussions / Re: Android and iOS ports available for testing
« on: June 16, 2014, 11:24:05 am »
no I don't  have [ndk]/sources/sfml

this is how my cmake-gui looks like

source code: /home/heresh/Downloads/SFML-master/

where to build: /home/heresh/Documents/sfml-build


BUILD_SHARED_LIBS =  TRUE
CMAKE_BUILD_TYPE  = Release
CMAKE_INSTALL_PREFIX = /usr/local
GLEW_INSTALL_PATH = /usr/include
GLEW_LIBRARY  = /usr/lib/i386-linux-gnu/libGLEW.so
SFML_BUILD_DOC      =    TRUE
SFML_BUILD_EXAMPLES       =   TRUE
SFML_INSTALL_PKGCONFIG_FILES    =   TRUE
SFML_OPENGL_ES    =    TRUE
UDEV_INCLUDE_DIR  =  /usr/include
UDEV_LIBRARIES  = /usr/lib/i386-linux-gnu/libudev.so

then i go to  where it put the build files and call
make
sudo make install

and everything works fine no errors


 

3
General discussions / Re: Android and iOS ports available for testing
« on: June 15, 2014, 10:34:03 pm »
when I call ndk-build on the sfml android example i get this error

Android NDK: WARNING: APP_PLATFORM android-17 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml   
Android NDK: jni/Android.mk: Cannot find module with tag 'sfml' in import path   
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?   
Android NDK: The following directories were searched:   
Android NDK:         
jni/Android.mk:18: *** Android NDK: Aborting.    .  Stop.

4
SFML game jam / Re: Game Submissions now open
« on: June 04, 2014, 09:22:02 am »
I'm still not done

Pages: [1]