GLFW

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

GLFW

Post by dandymcgee »

Has anyone here heard of GLFW before? Does anyone use it along-side OpenGL? If so, why?

Personally I'm still leaning towards SDL, partly because I already know a good portion of it, and partly because
of it's support for handling many things in addition to application windows.

NOTE: I don't really know what I'm talking about, just curious if anyone uses something other than SDL to
handle windows, input, sound, and networking with OpenGL. 8-)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Re: GLFW

Post by JS Lemming »

I prefer SFML to SDL.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
RyanPridgeon
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 447
Joined: Sun Sep 21, 2008 1:34 pm
Current Project: "Triangle"
Favorite Gaming Platforms: PC
Programming Language of Choice: C/C++
Location: UK
Contact:

Re: GLFW

Post by RyanPridgeon »

I think SDL is the norm around here, so if you want more help here it's probably best that you stick to that. Just learn how to init OpenGL in SDL, then use common sense and logic to learn from standard OpenGL tutorials.

Heck... the PC build of ES uses SDL
Ryan Pridgeon
C, C++, C#, Java, ActionScript 3, HaXe, PHP, VB.Net, Pascal
Music | Blog
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: GLFW

Post by Ginto8 »

JS Lemming wrote:I prefer SFML to SDL.
one thing though... SFML uses std::string, which is more bloated than falco's mother. SFML is easy to use (for the most part), but if you want a high-efficiency game engine (like the ES engine), SFML is just going to weigh you down.

Just thought I'd throw that out there. ;)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: GLFW

Post by dandymcgee »

Yeah, I think I'll stick with what I already know for now. Maybe sometime in the future I'll check out GLFW or SFML and compare them for myself. ;)

Note to future repliers:
My intention was not to start another SDL vs. SFML thread, so if you have any input on GLFW feel free to reply, otherwise post your opinions elsewhere. Thanks. :mrgreen:
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: GLFW

Post by avansc »

Ginto8 wrote:
JS Lemming wrote:I prefer SFML to SDL.
one thing though... SFML uses std::string, which is more bloated than falco's mother. SFML is easy to use (for the most part), but if you want a high-efficiency game engine (like the ES engine), SFML is just going to weigh you down.

Just thought I'd throw that out there. ;)
okay, thats fat joke was not that funny the first time, so i think its time you lay it to rest.
secondly.. how fat is std::string really??? and i dont think its goinf to affect performance that much.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Post Reply