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 - Xotraz

Pages: [1]
1
SFML projects / Re: SFNUL
« on: December 18, 2015, 08:33:58 pm »
I am concerned with performance (maybe too much).

What I imagined for my 2D online card game was that a player need an image and an interface. So I used little packets to control Animation (ID of animation, name of animation, number of times to play, position). (and another packet class for sounds)

I think this could handle all kinds of game. But in SFML books or this library people seem to "serialize" the world and send it.
Am I missing something that make your way much better ?

PS : I am a big fan of your works thought.  :D

2
General discussions / Re: Android and iOS ports available for testing
« on: February 13, 2014, 06:20:21 pm »
Thank you for this tips, but this change nothing for me  :-\

3
General discussions / Re: Android and iOS ports available for testing
« on: February 10, 2014, 04:56:49 pm »
No but i have exactly the same issue.

Ican use the program with a white screen and song.
In the logchat :
E/libEGL(930): called unimplemented OpenGL ES API

And when i use OpenGLES emulation :
failed to create/resize pbuffer
at start and it just crash.

I think Android wanted to use 2.0 OGL and SFML wanted to use 1.0 but didnt find how to solve this problem.
And i must check OpenGLES emulation.

4
General discussions / Re: Android and iOS ports available for testing
« on: February 05, 2014, 04:10:39 pm »
Hi, when i wanted to use my makefies, i had some errors to compile SFML for Android.

C:\Users\TRS>cmake --build C:/Users/TRS/Desktop/Création/SFML-Android-Build
CMake Error: Target DependInfo.cmake file not foundScanning dependencies of targ
et sfml-system

CMake Error: Directory Information file not found
Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o
G__~1.EXE: error: unrecognized command line option '-mfloat-abi=softfp'
G__~1.EXE: error: unrecognized command line option '-mfpu=vfpv3-d16'
G__~1.EXE: error: unrecognized command line option '-mthumb'
G__~1.EXE: error: C:\Users\TRS\Desktop\Cr┌ation\SFML-Android\src\SFML\System\Clo
ck.cpp: No such file or directory
G__~1.EXE: fatal error: no input files
compilation terminated.
make.exe[2]: *** [src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o] Error
1
make.exe[1]: *** [src/SFML/System/CMakeFiles/sfml-system.dir/all] Error 2
make.exe: *** [all] Error 2

C_Make_SH was not found (and i dont know where is his directory).

Thank for any help, i dont know what i must do.
I use MinGW makesfiles.

EDIT : This work only without special character like é.

Pages: [1]