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?