Thread overview
glfw library
Mar 02, 2004
lesni_bleble
Mar 02, 2004
John Reimer
Mar 03, 2004
marcus.geelnard
March 02, 2004
i have done GLFW port (http://glfw.sourceforge.net) to D.

http://eL.zde.cz/glfwDlib.zip

i preffer glfw lib. small, fast, portable..
SDL is bood, but only to opengl coding it's so big and have too much
unusable features.
(i'm newbie to D (yesterday starting), so i hope that there are no big bugs)


March 02, 2004
lesni_bleble wrote:

> i have done GLFW port (http://glfw.sourceforge.net) to D.
> 
> http://eL.zde.cz/glfwDlib.zip
> 
> i preffer glfw lib. small, fast, portable..
> SDL is bood, but only to opengl coding it's so big and have too much
> unusable features.
> (i'm newbie to D (yesterday starting), so i hope that there are no big bugs)
> 
> 

I have to admit.  This looks like a really nice piece of work.  I'd like to play with it a bit.  I agree that a smaller library solution than SDL for working with OpenGL is desirable.

Thanks!

John
March 03, 2004
In article <c2345l$15on$1@digitaldaemon.com>, lesni_bleble says...
>
>i have done GLFW port (http://glfw.sourceforge.net) to D.
>
>http://eL.zde.cz/glfwDlib.zip
>
>i preffer glfw lib. small, fast, portable..
>SDL is bood, but only to opengl coding it's so big and have too much
>unusable features.
>(i'm newbie to D (yesterday starting), so i hope that there are no big bugs)
>
>

Excellent initiative! I will see what I can do
to integrate the 'D' bindings & examples with the
core GLFW distribution.

Regards,

Marcus (author of GLFW)