Sunday, July 12, 2009

Is there a IDE game creation software for windows and linux?

If so what is it and how good is it. It has to be for C, and have 3d graphics.

Is there a IDE game creation software for windows and linux?
Probably not. Your C compiler will probably have your IDE. If you are programming on Windows then you will most likely use a Borland product or Microsoft Visual Studio/C. On Linux, I bet most use the GNU utilities with their favorite editor Vim/Emacs. Below is an older link about IDE for C on Linux but if you type in "C IDE Linux" in your search engine you are going to get some good discussions on that.





Now you will probably want game and graphic engines/APIs to help with the game part. A link to a bunch of these can be found here: http://www.devmaster.net/engines/


No comments:

Post a Comment