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

Pages: [1]
1
General / Re: Finding information about shaders in SFML
« on: February 03, 2014, 05:34:18 pm »
Thank you!  ;D
I forgot there is a tutorial of SFML   :P

2
General / Finding information about shaders in SFML
« on: February 03, 2014, 05:06:58 pm »
Hello World,
I really want to know how to use shaders. I know what shaders are but I don't know how to program it. I would really appreciate if you can tell me where I can find a tutorial to teach me how to use shaders with SFML. But, do the 2d games really need shaders (games with relative good graphics)?
Thanks for answering  :)

3
General / Re: Print ints
« on: January 06, 2014, 03:26:48 pm »
Thank you!!! ;D
I have solved it.

4
General / Print ints
« on: January 06, 2014, 02:15:36 pm »
Hi people of this community  :),
Can you please tell me if it is possible to print an int in a text? Because as I know it is only possible to print a string (sf::String). I want to do this because I'd like to show how much points the player have in a very simple game.
Thank you for the attention.

5
General / Re: Installation Problem... Compiling Error
« on: January 04, 2014, 11:31:31 pm »
Actually I got no code error now so... there is nothing to fix  :D. I was learning from a tutorial and some codes that were there didn't work becuase the codes didn't exist. The tutorial is in spanish so I don't think you would like can check it :P.

6
General / Re: Installation Problem... Compiling Error
« on: January 02, 2014, 12:09:39 am »
No need to reply... Don't know why but the codes that I have seen in  that tutorial were wrong... now I am lerning from another tutorial and everything works properly  :D. Thank you so much for the help! ;D

7
General / Re: Installation Problem... Compiling Error
« on: January 01, 2014, 09:24:38 pm »
Thank you! ;D
magneonx you have solved my problem ;). I have made all the tutorial and it has worked!!!!! I hope the problem of the code is solved too... so tell me please if this code is works: "sf::Window::Closed" because last time I saw it and I tried it but it said Closed is not a part of Window or something like that.
Thank you very much!!!!

8
General / Re: Installation Problem... Compiling Error
« on: January 01, 2014, 07:54:40 pm »
No, I am pretty sure I have done everything. I guess the problem is in my compiler  :-\. Each time I try to run an application (.exe) without Code::Blocks it give me an error that says that the file libgcc_s_dw2-1.ddl so I copied that file (the file was on MinGW/bin) to the same folder where my exe was, and when I do that, another file is missing. I would like to here your recommendations, now I don't think that the problem is SFML or Code::Blocks, otherwise my compiler. Do you think it is a good idea to reinstall it?
Thank you for answering  :)

9
General / Installation Problem... Compiling Error
« on: January 01, 2014, 04:59:00 pm »
Hi community,
I have Code::Blocks 13.12 and I have SFML installed just like the tutorial says. Than I have tried to compile but it didn't work, so I downloaded and installed the MinGW compiler and than it has worked (the example code). I have been reading a tutorial from SFML and some codes doesn't work with mine (for example sf::Window::Closed, it says something like Closed is not from Window). Not just that, if I create a new project just like I did the first time, it just doesn't work, the compiler says fatal error in the first line "#include <SFML/Window.hpp>". The problem is that probably (I'm not pretty sure) the MinGW compiler isn't installed properly, can that be the problem?
I will really thank the solution  :).

Pages: [1]
anything