Pelles C forum

C language => Tips & tricks => Topic started by: Pelle on April 16, 2005, 03:31:35 PM

Title: GLFW - OpenGL framework
Post by: Pelle on April 16, 2005, 03:31:35 PM
GLFW 2.5, an OpenGL Framework, has just been released. Besides improvements, it now contains make rules for Pelles C.

http://glfw.sourceforge.net/

(also on the links page)

Pelle
Title: Re: GLFW - OpenGL framework
Post by: JohnF on April 16, 2005, 11:32:42 PM
Quote from: "Pelle"
GLFW 2.5, an OpenGL Framework, has just been released. Besides improvements, it now contains make rules for Pelles C.

http://glfw.sourceforge.net/

(also on the links page)

Pelle


Is this some well deserved recognition at last! Maybe because you did those NeHe tutorials?

John
Title: GLFW - OpenGL framework
Post by: drakoh on April 17, 2005, 03:32:00 AM
Excellent ! good advertisement for pellesc !
Title: GLFW - OpenGL framework
Post by: tiwag on April 17, 2005, 11:12:09 AM
Thanks for the announcement for glfw !

attached are the glfw tutorials with PellesC project files.

They use the static library glfw.lib which is expected to be in PellesC\Lib\Win\,
and the header file glfw.h which is expected to be in PellesC\Include\Win\gl\

-tiwag
Title: Re: GLFW - OpenGL framework
Post by: Pelle on April 17, 2005, 01:43:40 PM
Quote from: "JohnF"
Is this some well deserved recognition at last! Maybe because you did those NeHe tutorials?

Maybe the NeHe tutorials helped. The author of GLFW mailed me almost a year ago, with some questions about Pelles C. I'm not sure if the tutorials were available then. Maybe also helped that we are both from Sweden (but don't know each other)... ;-)

Pelle