Page 2 of 3

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 12:01 pm
by Innerscope
plus I hate the MAC OSX GUI, had some at school, didn't like them.
aww don't hate, appreciate!
I'm running Mac OSX, Ubuntu, and WinXP on my machine. If you like Ubuntu, there are far more similarities between OSX and Ubuntu then to Windows XP. So you should probably give it another try ;)
Anyway, for C++ programming libraries... I just recently got back into C++ programming and I'm using OpenGL with SDL. Gotta say, OpenGL is pretty amazing.

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 6:54 pm
by Sanshin77
MarauderIIC wrote:the DS compilation doesn't use SDL. I think.
Typo spotted! You meant DC, righto?

As for me Im probably the only guy here crazy enough to use GLUT with OpenGL, but Im used to it and I don't find it hard (well, most of the time). I will eventually look into SDL when I go out of ideas for games with hardcoded OpenGL graphics... Ive also been using SOIL (Simple OpenGL Image Library) for textures, it does the job, but Ive fallen in love with small projects lately.

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 7:02 pm
by Trask
MarauderIIC wrote:
Netwatcher wrote:I said that many people here do, and didn't doubt for a second ES doesn't.(you ARE making a game for the Dreamcast after all :lol: )
Actually, the DS compilation doesn't use SDL. I think.
YOU HEARD IT HERE FIRST, THE SECRET IS LOOSE, NDS PORT ON ITS WAY!!!11!!!ONE

/me charges my NDS and puts in the R4 cartridge.

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 7:04 pm
by rolland
NDS: Used to use PAlib, but have moved on to libNDS since the former was condemned(I have to check if the latest versions are compatible).
Wii: Far too many to name. Most of the libraries at http://www.wiibrew.org
Linux: SDL
Windows: XNA with C#, and SDL with C++

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 7:12 pm
by Netwatcher
rolland wrote:NDS: Used to use PAlib, but have moved on to libNDS since the former was condemned(I have to check if the latest versions are compatible).
Wii: Far too many to name. Most of the libraries at http://www.wiibrew.org
Linux: SDL
Windows: XNA with C#, and SDL with C++
WoW!
Would be nice to see some of your work.

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 7:20 pm
by Netwatcher
Innerscope wrote: aww don't hate, appreciate!
I'm running Mac OSX, Ubuntu, and WinXP on my machine. If you like Ubuntu, there are far more similarities between OSX and Ubuntu
KDE or Gnome?

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 10:14 pm
by Innerscope
KDE or Gnome?
I would naturally think Gnome with Ubuntu, and KDE with Kubuntu, but I guess that's not always the case. I use Gnome, but either way the filesystem is more similar to OS X than XP.

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 10:22 pm
by rolland
Netwatcher wrote:
rolland wrote:NDS: Used to use PAlib, but have moved on to libNDS since the former was condemned(I have to check if the latest versions are compatible).
Wii: Far too many to name. Most of the libraries at http://www.wiibrew.org
Linux: SDL
Windows: XNA with C#, and SDL with C++
WoW!
Would be nice to see some of your work.
Nah. I don't have anything really impressive to show off. Hard-drive failure. :nono:

Re: What is your game programming library/ies of choice

Posted: Mon Jun 22, 2009 10:46 pm
by Netwatcher
Innerscope wrote:
KDE or Gnome?
I would naturally think Gnome with Ubuntu, and KDE with Kubuntu, but I guess that's not always the case. I use Gnome, but either way the filesystem is more similar to OS X than XP.
The navigation is a pain for me in OS/X... all these toolbars that open new toolbars, I didn't even know how to log off/shutdown until the end of the school year!
And all my guildies in Guild-Wars have Macs, they say it's awesome too!
On the other hand they hate C/++ and use Java...

And that brings up the question:
Why does no1 here uses Java?

Re: What is your game programming library/ies of choice

Posted: Tue Jun 23, 2009 1:05 am
by Innerscope
The navigation is a pain for me in OS/X... all these toolbars that open new toolbars, I didn't even know how to log off/shutdown until the end of the school year!
And all my guildies in Guild-Wars have Macs, they say it's awesome too!
To each his own. If you ever get into navigating your filesystem by terminal, you'll find that Linux/Mac terminals are almost identical.
On the other hand they hate C/++ and use Java...

And that brings up the question:
Why does no1 here uses Java?
I took a course in Java. Like all languages it has it's pros/cons (auto garbage collection comes to mind), but I can't name one professionally made game in Java. (that's not on a mobile/web platform)
For other programming purposes it's excellent, but most people on here are PC/Console game programmers.
The same could be said about VisualBASIC. It's a good language, it's just not used for games.

Re: What is your game programming library/ies of choice

Posted: Tue Jun 23, 2009 8:18 am
by avansc
I was also very confused with os x in the beginning, but after a while you just realize the absolute brilliance of it.
and the reason osx is so similar to linux is that the both share a root in unix. well actually osx is closer to unix than linux is.


anyways, and the conception that java is not good enough or hasent made any commercial games is a fallacy. there are many out there.
http://www.tribaltrouble.com/
thats just an example.

Re: What is your game programming library/ies of choice

Posted: Tue Jun 23, 2009 1:50 pm
by Innerscope
anyways, and the conception that java is not good enough or hasent made any commercial games is a fallacy. there are many out there.
http://www.tribaltrouble.com/
thats just an example.
Yea, I was saying I couldn't name any commercial games done in Java that were for PC/Console. I had heard of Tribal Trouble, but I thought they used torque up until now. (I hadn't looked into it)
Commercial Java games are still overwhelmingly outnumbered by Commercial C/++ games. Although I have to say, LWJGL looks like an awesome library for game dev.

Re: What is your game programming library/ies of choice

Posted: Tue Jun 23, 2009 2:16 pm
by avansc
there are also wrappers for ogre, irrlicht.
and there is also a OpenGl warpper that i think uses the JNI, which is just as fast as C for the most part.

https://jogl.dev.java.net/

these was a port done of Quake3 to java. that ran faster than the original C version on the same hardware...

Re: What is your game programming library/ies of choice

Posted: Tue Jun 23, 2009 2:59 pm
by Netwatcher
avansc wrote:there are also wrappers for ogre, irrlicht.
and there is also a OpenGl warpper that i think uses the JNI, which is just as fast as C for the most part.

https://jogl.dev.java.net/

these was a port done of Quake3 to java. that ran faster than the original C version on the same hardware...
With the same graphics/details (bump mapping. shaders etc...)?


And that's 4 years ago.(GDC 2005)

Re: What is your game programming library/ies of choice

Posted: Tue Jun 23, 2009 5:17 pm
by Innerscope
these was a port done of Quake3 to java. that ran faster than the original C version on the same hardware...
That's crazy, I had never heard of anything like that before. (faster on the same hardware!?)
mind blow...
With the same graphics/details (bump mapping. shaders etc...)?
I'm wondering this as well.

Those java demo/games from GDC were cool too.