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

Pages: [1]
1
Graphics / Re: how to set background.
« on: April 23, 2017, 07:12:44 pm »
It may be better to put an if statement around the load from file.

if(!texture.loadFromFile("background.png")) { // error: handle didn't load }

2
General discussions / Re: Just starting out with SFML
« on: April 20, 2017, 12:51:16 am »
I found the book, SFML Game Development by Example, to be very helpful. It details steps in making a game engine + game for SFML. Everything from States to Networking. Might be worth your time.

Pages: [1]
anything