Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML GameDev Book Chapter 3 Problems  (Read 1191 times)

0 Members and 1 Guest are viewing this topic.

Clockwork

  • Newbie
  • *
  • Posts: 47
    • View Profile
SFML GameDev Book Chapter 3 Problems
« on: August 13, 2013, 05:07:40 am »
So I've been reading the book.  And I ended up just copying the code from https://github.com/SFML/SFML-Game-Development-Book/tree/master/03_World and then I'm going to re-read the chapter so that I know what's going on without having to type everything in.

When I run it the background displays and scrolls, but none of the planes are displayed.
Is there anyway that I can fix this?

Thank you!

Gobbles

  • Full Member
  • ***
  • Posts: 132
    • View Profile
    • Email
Re: SFML GameDev Book Chapter 3 Problems
« Reply #1 on: August 13, 2013, 05:18:55 am »
Without seeing any of the code you have (not the code on github) we have no way of knowing why an image isn't drawing.

The best advice I can give you is to understand the code. Try and figure it out, that's what programming is afterall: 10% coding, 90% debugging. Time to tackle that 90%.