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

Pages: [1]
1
General discussions / Re: Default font removed in SFML 2
« on: August 04, 2012, 01:30:29 pm »

Quote
What makes you think I didn't? I was just trying to point it out.

I wrote what I wrote for those who are confused.

Oh I misinterpreted you. My apologies.

2
General discussions / Re: Default font removed in SFML 2
« on: August 04, 2012, 04:12:48 am »
Hi,
I have no idea what this changes since I am just getting started, but as of now it's impossible to compile (out of the box) SFML because of the redundant line 7 in https://github.com/SFML/SFML/blob/master/src/SFML/Graphics/CMakeLists.txt
Just a heads up.
Just delete that line yourself until it is updated.

What makes you think I didn't? I was just trying to point it out.

3
General discussions / Re: Default font removed in SFML 2
« on: August 04, 2012, 03:21:30 am »
Hi,
I have no idea what this changes since I am just getting started, but as of now it's impossible to compile (out of the box) SFML because of the redundant line 7 in https://github.com/SFML/SFML/blob/master/src/SFML/Graphics/CMakeLists.txt
Just a heads up.

4
I was wondering about this. I currently have SFML libraries installed in /usr/local on my Linux machine so I can link against those with -lsfml-graphics etc., but how should I distribute the game to a machine both Linux and Windows which doesn't have SFML installed anywhere (and also without the user having to install stuff himself)?

If it helps, I'm using Netbeans C++ for this.

5
SFML projects / Re: TGUI: a c++ GUI for SFML (with Form Builder)
« on: May 20, 2012, 01:52:02 pm »
...

Thank you very much! That covered everything :)

6
SFML projects / Re: TGUI: a c++ GUI for SFML (with Form Builder)
« on: May 20, 2012, 12:12:06 pm »
Hi, I've got a question. I'm a newbie to SFML and I want clarification on one thing. TGUI includes everything SFML has, correct? E.g. if I create a TGUI window, I can use it in the same way I would use a SFML one? What if I want to use stuff such as SFML/Network.hpp, or even OpenGL?

And one more thing: Is it possible to change the textures/colors if I don't like the default ones?

Thanks a lot.

Pages: [1]
anything