Top "Sfml" questions

SFML (Simple Fast Multimedia Library) is a portable and easy to use multimedia API written in C++. You can see it as a modern, object-oriented alternative to SDL.

VS2012 Error: The application was unable to start correctly (0xc000007b)

I received the error "The application was unable to start correctly (0xc000007b)" after attempting to run my exe file …

c++ visual-studio-2012 dll sfml
The application failed to initialize properly (0xc0150002)

I'm trying to compile an SFML program I've writting in Visual C++ 2010. It compiles fine, but when I run the …

c++ sfml visual-c++-2010-express
CMake link library from subdirectory

I am trying to include SFML sources in my project. My directories are laid out like this: main SFML (subtree …

c++ gcc linker cmake sfml
How is this private variable "not declared in this scope"?

I'm currently trying to learn more about object oriented design in C++ (familiar with Java) and am running into some …

c++ oop scope sfml declare
How do i link the SFML libraries in Visual Studio Code?

I've been trying for hours and I can't seem to do it I've downloaded extensions and asked for help around …

sfml visual-studio-code
What is the correct usage of CMake EXTERNALPROJECT_ADD with a Git repository?

I would like to learn how to download and compile external libraries using the cmake external project module. For example, …

cmake sfml
SFML Drawing Pixel Array

I found this (http://lodev.org/cgtutor/raycasting.html) tutorial on the Internet and was interested and wanted to make …

c++ sfml raycasting
How can you animate a sprite in SFML

Lets say I have 4 images and I want to use these 4 images to animate a character. The 4 images represent the …

c++ animation 2d sprite sfml
How do you make a clickable sprite in SFML?

I've been looking through the SFML documentation for making clickable sprites, but so far I haven't found anything. Do you …

c++ button sprite sfml clickable
Getting dimensions of text in SFML

I was wondering how i get the dimensions of my text in SFML? I tried to do it like this: …

c++ sfml