Open Libraries (openGL, openAL, hawkNL, SDL)

Started by
5 comments, last by TheRealMAN11 22 years, 6 months ago
I was just wondering if using openGL for graphics, openGL for sound, hawkNL for networking, and SDL for input was the best possible combination of open, cross platform libraies. If there are any better combos please let me know. Matthew WebMaster www.Matt-Land.com
It is foolish for a wise man to be silent, but wise for a fool.
Advertisement
There''s always more than one way to do something, and that way should work just fine. If you don''t need complex sound effects try using SDL for sound instead of OpenAL. Otherwise, just go ahead with OpenAL.

[Resist Windows XP''s Invasive Production Activation Technology!]
Thanks, I was wondering if SDL has all or most the features of DirectInput (ie. can it do force feed back)

Matthew
WebMaster
www.Matt-Land.com
It is foolish for a wise man to be silent, but wise for a fool.
Not sure about force feedback, since that is a very very proprietary topic. Check the libsdl.org website. It can do joysticks and other stuff though...

[Resist Windows XP''s Invasive Production Activation Technology!]
Just a note :

Since you seem to be interested by open libraries, you should have a look to OpenIL (now known as DevIL), an open source library to load/save several image formats (BMP/JPG/PNG/many more...).
Do you guys have a list to any tutorials on HawkNL, SDL, OpenIL, etc?
------------------------------Put THAT in your smoke and pipe it
There''s a link to the SDL Doc. Project on the front page of the SDL site (libsdl.org). It was more than enough for me to start using it.

[Resist Windows XP''s Invasive Production Activation Technology!]

This topic is closed to new replies.

Advertisement