Recently I'm aware of portability in programs... Any (free?) portable C++ IDE for GUI programs(wxWidget?)? And also, rather than using DirectX and DirectSound, anything portable that do basically this? (Allegro? SDL?)
Anything please and simple if possible, also thanks
portable IDE?
Moderator: Moderators
- Jarhmander
- Formerly ~J-@D!~
- Posts: 570
- Joined: Sun Mar 12, 2006 12:36 am
- Location: Rive nord de Montréal
- Jarhmander
- Formerly ~J-@D!~
- Posts: 570
- Joined: Sun Mar 12, 2006 12:36 am
- Location: Rive nord de Montréal
Very good, thanks. I'll take a look over Code::blocks
Sorry for the badly written first post, 'was late when I wrote this. I meant that there are several free cross-platform multi-media development API like SDL, Allegro and OpenGL. Which one would you recommend me? SDL seems great but it is unfortunately written in C and I have a slight preference for object-based-only code, but it seems very easy to use. What about the others? Also, these APIs seems to provide threads, will I have trouble mixing Boost::Threads with those API or it will be fine?
Sorry for the badly written first post, 'was late when I wrote this. I meant that there are several free cross-platform multi-media development API like SDL, Allegro and OpenGL. Which one would you recommend me? SDL seems great but it is unfortunately written in C and I have a slight preference for object-based-only code, but it seems very easy to use. What about the others? Also, these APIs seems to provide threads, will I have trouble mixing Boost::Threads with those API or it will be fine?
Allegro is a software library that wraps DirectX or X11 or insert window system. OpenGL is a standard interface for calling hardware rendering routines. They actually complement each other, since Allegro doesn't support 3d hardware.
Allegro looks promising (started using it) but I haven't looked into SDL.
Allegro looks promising (started using it) but I haven't looked into SDL.
- Jarhmander
- Formerly ~J-@D!~
- Posts: 570
- Joined: Sun Mar 12, 2006 12:36 am
- Location: Rive nord de Montréal
- Jarhmander
- Formerly ~J-@D!~
- Posts: 570
- Joined: Sun Mar 12, 2006 12:36 am
- Location: Rive nord de Montréal