python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SFML empty white window
i've an issue , im writing a menu to the maze game using SFML lib but something went wrong i wrote a code to redner a window and make a menu code. whem im clicking "Local windows debbuger" i...
Mateusz Rosiński
Votes: 0
Answers: 1
C++ SFML src/Utility/FileSystem.hpp:8:36: fatal error
I tried to install SFML with the help of this tutorial because I couldn't find a way to install it myself. After I did CTRL + B and Run build & debug I got this error:
⬤ Build & Run: Debug (t...

Gumernus
Votes: 0
Answers: 1
trying to graph a mathematical function using a sf::vertexArray that contains sf::Quads, but my quads do not display correctly
In my constructor I have:
function.setPrimitiveType(sf::Quads);
numOfPoints = ((XUpperLimit - XLowerLimit) / .001) * 4;
function.resize(numOfPoints);
and my graph function:
void Window::graphFunction...
Patrick Aliberti
Votes: 0
Answers: 1
tilemap collision detection not working properly on slower computers
notes:
room1Collisions is a 1D array containing 1s and 0s representing collidable tiles.
+/- 0.1 is used so that the player can still move when against a collidable tile.
size is an SFML vector that ...
jbcallv
Votes: 0
Answers: 1