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.


Topics - FloweyTF

Pages: [1]
1
Window / SFML cursor left border is broken
« on: July 07, 2020, 12:50:29 am »
I have a sprite for a cursor, and is has a black outline. The left border of it is black, but it shows up as white. I'm on linux.

EDIT: after some more testing, it seem as if there are just random lines on my sprite

2
Graphics / Should I use sf::Texture or sf::Image
« on: June 22, 2020, 06:05:11 am »
So, I’m writing a game, and there are a lot of different textures. Should I use a sf::Texture to store it or a sf::Image? There might be a issue with running out of graphics memory, but ram can be swapped (to my understanding you can’t swap gpu memory)

Pages: [1]
anything