.:`=-~rANdOm~`-=:. Game Servers
Technology (Read Only) => Programming => Topic started by: Сєşάя on February 11, 2012, 11:41:46 AM
-
Hey guys. I want make a simple FPS using C. I know that C is not used do make games, but I wanna try. Some friend told me to use OpenGL, but I didn't find any good tutorial. Could give some links about OpenGL ?
Thanks.
-
. I know that C is not used do make games... *snip*
Both C & C++ still are used to make games. :)
-
Both C & C++ still are used to make games. :)
It is most commonly used C++ than C. :)
-
I've never used OpenGL before but I think I know what you are going to do with it later on.
http://www.opengl.org/wiki/Main_Page (http://www.opengl.org/wiki/Main_Page)
-
Hey, this might be relevant to your interests. ;D
I've been working on and off on a prototype engine, for a game I'm going to be making.
I'm using OpenGL, and AssImp for rendering and model loading etc, along with Bullet for physics, also PortAudio and libvorbis for sound. Few other things here and there.
The important thing is, I chose the libraries I'm using very carefully, they're all multi-platform (Windows, Linux, Mac OS X), and all come with liberal licenses. MIT, BSD, etc..
Basically, I'll be able to legally use all this stuff in a commercial application, even statically linked. (few strings attached, but nothing major, mainly just attribution, which I'm okay with :) )
This is a pretty old screenshot (Oct, 2011), I've recently finished reading The Orange Book (http://www.amazon.com/OpenGL-Shading-Language-Randi-Rost/dp/0321334892) and am rewriting the renderer, so I'm not able to show off it's current state.
A lot has improved, but essentially it's still a prototype, I'll be re-writing a lot of it, but keeping the parts I like. :D
(http://filesmelt.com/dl/th_2011-10-21-184941_3840x1080_scrot.png) (http://filesmelt.com/dl/2011-10-21-184941_3840x1080_scrot1.png)
Anyway, add me on Steam (http://steamcommunity.com/id/minichax) if you have any questions.
-Minic
-
Hey, this might be relevant to your interests. ;D
I've been working on and off on a prototype engine, for a game I'm going to be making.
I'm using OpenGL, and AssImp for rendering and model loading etc, along with Bullet for physics, also PortAudio and libvorbis for sound. Few other things here and there.
The important thing is, I chose the libraries I'm using very carefully, they're all multi-platform (Windows, Linux, Mac OS X), and all come with liberal licenses. MIT, BSD, etc..
Basically, I'll be able to legally use all this stuff in a commercial application, even statically linked. (few strings attached, but nothing major, mainly just attribution, which I'm okay with :) )
This is a pretty old screenshot (Oct, 2011), I've recently finished reading The Orange Book (http://www.amazon.com/OpenGL-Shading-Language-Randi-Rost/dp/0321334892) and am rewriting the renderer, so I'm not able to show off it's current state.
A lot has improved, but essentially it's still a prototype, I'll be re-writing a lot of it, but keeping the parts I like. :D
(http://filesmelt.com/dl/th_2011-10-21-184941_3840x1080_scrot.png) (http://filesmelt.com/dl/2011-10-21-184941_3840x1080_scrot1.png)
Anyway, add me on Steam (http://steamcommunity.com/id/minichax) if you have any questions.
-Minic
Nice man ! I'll add you on Steam. :D