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

Pages: [1]
1
Graphics / Re: SFML2: myMutex crash
« on: July 19, 2012, 11:15:47 pm »
Sorry to dig this one year old topic but I also crashed at exit because of the defaultFont problem. I had to replace all my sf::Text by pointers. I'm pretty sure that's not the intended behaviour. Hope it will be fixed or annouced in the tutorials at least. I had it with both SFML 2 RC and a dev snapshot of SFML 2 RC. Anyway thank you for this API and keep up the good work Laurent.

tl;dr: this issue is still open ; use sf::Text * text  instead of sf::Text text 

2
General discussions / Re: SFML 2 - Introduction Tutorial & Wallpaper
« on: July 19, 2012, 10:07:24 pm »
Thank you expl0iter !

3
General discussions / Re: SFML 2 - Introduction Tutorial & Wallpaper
« on: July 19, 2012, 08:51:28 pm »
Tutorial 03 - Basic Game Structure - Break Out!

In this tutorial, we will cover refresh rate, a basic game structure, a custom game loop and the game of Break Out!.

http://riseagain.wordpress.com/2012/07/19/sfml-2-tutorial-break-out/


4
General discussions / Re: SFML 2 - Introduction Tutorial & Wallpaper
« on: July 18, 2012, 12:25:36 am »
Thank you. Then, I change those two first examples from "void main" to "int main". So now they return EXIT_SUCCESS because I prefer that to any value. I hope everyone is familiar with that.

5
General discussions / Re: SFML 2 - Introduction Tutorial & Wallpaper
« on: July 17, 2012, 11:35:38 pm »
Thank you for this feedback.

In the first tutorial I used void main() in the first examples to not confuse potential beginners.

6
General discussions / Re: SFML 2 - Introduction Tutorial & Wallpaper
« on: July 17, 2012, 11:02:12 pm »
SFML - Tutorial - Pong

This simple C++ Game Development Tutorial introduces animation, collision detection and an implementation of the game of pong.

http://riseagain.wordpress.com/2012/07/17/sfml-2-tutorial-pong/

7
General discussions / SFML 2 - Introduction Tutorial & Wallpaper
« on: July 15, 2012, 08:07:28 pm »
Introductory tutorial to SFML 2:

http://riseagain.wordpress.com/2012/07/15/sfml-2-tutorial-introduction/

I also made a cute SFML 2 documentation wallpaper:



---
Earth and sun background
from blog: http://fortheloveofhistruth.com/
under creative commons

SFML 2 Logo by Laurent Gomila

8
SFML projects / Re: TGUI: a c++ GUI for SFML (with Form Builder)
« on: July 13, 2012, 02:03:29 pm »
Hi texus,

i played around TGUI a bit and I like it very much.

I created some control skins and I plan to write
simple game development articles using it.

Keep up the good work.

Pages: [1]
anything