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

Pages: 1 ... 4 5 [6]
76
Graphics / Re: Line Spacing
« on: April 26, 2014, 08:23:44 pm »
Hello

I need this feature too, please

77
Graphics / Re: [SFML2] SetX/SetY disappeared ?
« on: August 06, 2012, 01:07:57 pm »
Thank you

For the vector trick, do you mean I have to use a vector to store/modify coordinates, then put "s.setPosition(vector[0],vector[1])" in the main loop ?

78
Graphics / [SFML2] SetX/SetY disappeared ?
« on: August 06, 2012, 12:39:36 pm »
Hi

I've downloaded the latest SFML2 RC build and I cannot find these useful functions, are they hidden somewhere or temporarily disabled for some reason?

I was a good user of them, I think having "s.SetPosition(s.GetPosition().x,y)" everywhere I need to set only X or Y position of an object is not clean and make the code harder to read (and probably a little bit slower due to the getposition() call)

79
Audio / Re: Accessing Musics Samples
« on: August 06, 2012, 12:03:04 pm »
Look at portaudio for real time applications

Pages: 1 ... 4 5 [6]