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

Pages: [1]
1
Graphics / Issues with drawing an sf::Text vector
« on: August 26, 2015, 11:40:42 pm »
Hello, so we've encountered some problems when we try to draw a vector that contains sf::Text objects in it. We have a class that makes the objects, a for loop that puts them into the vector, and a while loop that should theoretically draw them - but that doesn't happen. The compiler also doesn't fling any kind of error at us, so we are not entirely sure what the issue is. Entire source code here -
(click to show/hide)

We're trying to make a roguelike and figured that we would start with making a few basic walls and an @ symbol to move around as the player. We are using sf::Text objects for all of this business, but if there is a more preferable method of doing this, we would love to hear it. Thank you for any help that you can offer on this issue!

Pages: [1]
anything