sfml
How to make a Font and use it
I recently saw that when sfml loads a font from memory by receiving a const char*. How does this represent a font?[详细]
2023-03-28 19:01 分类:问答Simple collision problem utilizing C++ and sfml
I coded a simple program with two cubes on screen, one the user can move, the other is stationary. I just started using sfml and have never touched on collision, so this was completely new to me. In m[详细]
2023-03-26 16:01 分类:问答How can I setup SFML 2.0 on my mac?
I\'ve tried codeblocks, but nothing compiles. It stops with -----开发者_JS百科--------- Build: Debug in test2 ---------------[详细]
2023-03-25 13:17 分类:问答SDL vs SFML using C when portability matters most? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-24 19:24 分类:问答how to keep a GUI on-screen without moving or resizing it according to camera movement
Hey i\'m trying to make a GUI lib with SFM开发者_如何学CL, and everything\'s done except one problem: Making the Interface stay still even when the camera moves or zooms in.[详细]
2023-03-24 12:50 分类:问答C# SFML OpenGl Multiple Texture problem
Edit: Okay, this code still doesn\'t allow me to use two different textures in the program. It acts like it should work, but when I tell it to use the first texture, it\'s the same as the second textu[详细]
2023-03-22 16:50 分类:问答SFML 3D MouseLook
Edit2: I figured out most of the problem, but there is one annoyance that I have. When the cursor reaches the edge of the screen and is pulled to the other side, the camera jerks, which won\'t work. C[详细]
2023-03-22 04:43 分类:问答How to form a Concave shape out of Convex shapes?
i\'m trying to get around the rule of only being able to form convex shapes in the SFML c++ library.[详细]
2023-03-20 07:50 分类:问答How to form Concave shapes from convex pieces Confusion
Hey so i was told in a previous answer that to make concave shapes out of multiple convex ones i do the following:[详细]
2023-03-20 00:57 分类:问答Accepting Sockets Only From Specific IPs
My game server is now accepting sockets from every one. But how can I block specific IPs from attack? You know,开发者_Python百科 if they would like to crash my server or something. I\'m using SFML lib[详细]
2023-03-19 18:05 分类:问答