OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Linux Applications => Topic started by: Capn_Fish on July 08, 2007, 03:45:50 pm

Title: C++ Library Recommendations
Post by: Capn_Fish on July 08, 2007, 03:45:50 pm
I'm looking into doing some game development in C++, and need a library to work with. I originally thought I'd use SDL, but that appears to be a C  library, and I'd prefer not to have to deal with wrappers. Is it possible to use SDL straight with C++? Are thereany other libraries I should look at (besides NCurses)?

Thanks.
Title: C++ Library Recommendations
Post by: Capn_Fish on July 08, 2007, 04:11:03 pm
I should learn to read. It says on the main SDL page "works with C++ natively" Oops...

Oh, well, I guess I don't need suggestions after all.