I am developing an FPS game in C++. For a good quality visual effect, which lib would be good to use with Code::Blocks? I am planning on adding a bunch of weapons and maps in OBJ format, so I do need to find an OBJ reader. The problem with that is: I don't know how to apply textures to the OBJ. You know, like... make it look cool, not just a boxy grey gun?
Any suggestions?
All you like that compile with your target compiler. IDE does not require any special handling.
All right thanks. Do you recommend any libs for developing a C++ FPS game?
Wrong forum to ask. Try in the "For Beginners" section over at gamedev.net.
Quote from: thomas on January 11, 2013, 02:52:53 PM
Wrong forum to ask. Try in the "For Beginners" section over at gamedev.net.
Thats way better. This forum is about the development of C::B where not many people do game dev (that includes me - I rarely play nor develop games). The game dev forum is definitely a better place to ask.