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.

How to call on a function found on another file?

I'm recently starting to pick up C++ and the SFML library, and I was wondering if I defined a Sprite …

c++ sfml identifier
Vector is not a Template?

I am currently trying to follow a tutorial on making a simple 2D tile engine for top-down RPGs. For some …

c++ vector sfml
OpenCV 2.3: Convert Mat to RGBA pixel array

I am attempting to use OpenCV to grab frames from a webcam and display them in a window using SFML. …

c++ opencv webcam sfml
Failed to Initialize GLEW. Missing GL version

I've tried to set up SFML 2.0 with the latest version of the qt creator, I've set up SFML right and …

c++ opengl qt-creator sfml glew
#error gl.h included before glew.h

So I'm trying to move my OpenGL code from Main() into a specific class that will handle the 3D graphics …

c++ opengl include codeblocks sfml
Declaring multiple object pointers on one line causes compiler error

when I do this (in my class) public: Entity() { re_sprite_eyes = new sf::Sprite(); re_sprite_hair = new sf::…

c++ oop sfml
Building library with cmake

I apologize for bothering you all, but I have a little compilation problem with cmake. I have a CMakeLists.txt …

c++ build cmake shared sfml
Using Quaternions for OpenGL Rotations

So I'm writing a program where objects move around spacesim-style, in order to learn how to move things smoothly through 3…

c++ opengl 3d sfml quaternions
Fatal error: SFML/Graphics.hpp: no such file or directory exists

I'm running into problem after problem with SFML, but hopefully it will be worth it in the end. Here's the …

c++ sfml
Centering text on the screen with SFML

I'm using SFML 2.0 libraries on Ubuntu 12.10, using sudo apt-get install libsfml-dev to get them. Now I'm trying to get a …

c++ linux 2d sfml