SDL and Irrlicht, side by side?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
carb

SDL and Irrlicht, side by side?

Post by carb »

I'm curious if anyone's managed to get both libraries initialized and working.

I'd like to use SDL for its (IMHO) easier to understand event system ... however, trying to get them in unison just messes things up, I think.

i.e. I can't seem to poll for the SDL_QUIT event and close the windowing system ...

Should I even try to do this?

- Ben
Post Reply