hi,
nice to read that I am not the only person who has interests to use Irrlicht + SDL
my current status is that I have written a sdl2irr event forward class
so I can use/handle SDL Events and afterwards using Irrlicht Eventsystem
currently my main loop looks like that:
bool run = true ...
Search found 4 matches
- Fri Dec 14, 2007 11:43 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Use SDL input in Linux with Irrlicht
- Replies: 8
- Views: 6695
- Tue Oct 23, 2007 1:30 pm
- Forum: Beginners Help
- Topic: irrlicht + sdl on linux
- Replies: 6
- Views: 3327
- Wed Feb 07, 2007 2:01 pm
- Forum: Beginners Help
- Topic: irrlicht + sdl on linux
- Replies: 6
- Views: 3327
- Wed Feb 07, 2007 12:53 pm
- Forum: Beginners Help
- Topic: irrlicht + sdl on linux
- Replies: 6
- Views: 3327
irrlicht + sdl on linux
I get 2 windows with this code, the SDL window and irrlicht window
SDL_Init(SDL_INIT_VIDEO );
SDL_Surface * sdldisplay = SDL_SetVideoMode(800,600,16,SDL_OPENGL);
SDL_SysWMinfo sdlinfo;
SDL_VERSION(&sdlinfo.version);
SDL_GetWMInfo(&sdlinfo);
SIrrlichtCreationParameters irrparas ...
SDL_Init(SDL_INIT_VIDEO );
SDL_Surface * sdldisplay = SDL_SetVideoMode(800,600,16,SDL_OPENGL);
SDL_SysWMinfo sdlinfo;
SDL_VERSION(&sdlinfo.version);
SDL_GetWMInfo(&sdlinfo);
SIrrlichtCreationParameters irrparas ...