SFML community forums

General => General discussions => Topic started by: herc on November 07, 2007, 02:19:14 pm

Title: mixing SDL and SFML ? is it possible?
Post by: herc on November 07, 2007, 02:19:14 pm
is it easily possible to use SDL and SFML simultaneously?

i currently have my project build around SDL. so i am very deeply intertwined with sdl yet.

is it possible to gradually use parts of SFML, for example the network stuff, while also have sdl in the project? i think i can switch some parts rather quickly from sdl to sfml, but i think the event system would be too much work for now. so i would like to have windowing and keyboard/joy/mouse events using sdl, and audio+networking using sfml. possible?
Title: mixing SDL and SFML ? is it possible?
Post by: Srejv on November 08, 2007, 11:20:10 am
Just include Network.hpp?
Title: mixing SDL and SFML ? is it possible?
Post by: Laurent on November 08, 2007, 12:39:19 pm
Windowing/events and audio/network are completely independant, there should be no problem.