I was wondering how I'd use the libraries to draw pixelly things without using a sprite, so I decided to start with a line. I tried drawing a line, using a rotated 1 pixel tall sf::RectangleShape, and then zooming into it using a view, and I got this:
Whereas what I want is more like this:
I'd also like to be able to draw circles and other shapes, and even render and rotate sprites like this if possible, but I figured I'd try with a line first to figure it out.
Its probably something simple. Regardless, I tried looking at other threads, but I wasn't sure what exactly to call this, and my searches came up with nothing. Anywho, thanks in advance for the help!