online0227 Posted January 11, 2015 Report Share Posted January 11, 2015 (edited) Hi. I am new to Game programming.I just finished making very basic simple 3d game, and now interested in learning about making game engine at many different platform and many different type of game such as RTS, RPG and etc..I picked up this one to study because it is RTS game that I have never tried programming, and also it support cross-platform.As a novice programmer, I am very much used to GUI stuffs.I just want to compile it using Eclipse or Netbeans on linux system.Can any1 probably make a video or text instruction with some screenshot, or whatever that teaches about how to compile it on linux system using those IDE? I think most of new game programmer rather want it to compile using graphical IDE like Eclipse but not typing in terminal to compile.And then possibly I can study and research about source codes.. Edited January 11, 2015 by online0227 Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted January 11, 2015 Report Share Posted January 11, 2015 Try the codeblocks IDE as the updateworkspaces script gives you a full project folder for it BTW Netbeans is for Java not C++ and javascript Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
scroogie Posted January 12, 2015 Report Share Posted January 12, 2015 (edited) Netbeans nowadays also has support for C++ and JavaScript, including code completion and debugging support. I'm not using it for C++, but its not bad at all. Edited January 12, 2015 by scroogie Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted January 12, 2015 Report Share Posted January 12, 2015 Thx for the update on Netbeans I don't really like Java based apps on Linux as I was a fedora user for so long and installing Oracle's Java version was most often a real pain.Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
Josh Posted January 30, 2015 Report Share Posted January 30, 2015 Hi. I am new to Game programming.I just finished making very basic simple 3d game, and now interested in learning about making game engine at many different platform and many different type of game such as RTS, RPG and etc..I picked up this one to study because it is RTS game that I have never tried programming, and also it support cross-platform.As a novice programmer, I am very much used to GUI stuffs.I just want to compile it using Eclipse or Netbeans on linux system.Can any1 probably make a video or text instruction with some screenshot, or whatever that teaches about how to compile it on linux system using those IDE? I think most of new game programmer rather want it to compile using graphical IDE like Eclipse but not typing in terminal to compile.And then possibly I can study and research about source codes..I would strongly suggest that you learn how to compile it via the terminal, all our developers use it on linux and most veteran non-windows programmers do most of their work in terminal. The instructions on the wiki are detailed, step-by-step, and well tested. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.