News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

3D FPS Game Possible To Make with Code::Blocks + Other Libs?

Started by lmsmi1, January 10, 2013, 10:38:55 PM

Previous topic - Next topic

lmsmi1

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?

MortenMacFly

All you like that compile with your target compiler. IDE does not require any special handling.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

lmsmi1

All right thanks. Do you recommend any libs for developing a C++ FPS game?

thomas

Wrong forum to ask. Try in the "For Beginners" section over at gamedev.net.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]