New Tutorial Site & OpenGL Library

Recently a new tutorial site opened, called DevNucleus, from what you can see
the site doesn’t have much on it yet, but it is supposed to have lots of
tutorials about game development in the future.

Besides that, also a new OpenGL library got released, Glux (OpenGL Utility &
Auxiliary Library) is meant as a replacement for Glut, FreeGlut and all the old
variants. It is written in C++ but is still in an early stadium, only Windows
is supported at the moment.

Hope this news is of any benefit to you!
Creature

Woops, accidently forgot to mention the link:

http://devnucleus.110mb.com/

Sorry, guys! :wink:

Where is the site located again? I did a google search and the sites I came
across had nothing to do with the site mentioned. Thanks.On Fri, Sep 26, 2008 at 2:42 PM, Creature wrote:

Recently a new tutorial site opened, called DevNucleus, from what you can
see
the site doesn’t have much on it yet, but it is supposed to have lots of
tutorials about game development in the future.

Besides that, also a new OpenGL library got released, Glux (OpenGL Utility
&
Auxiliary Library) is meant as a replacement for Glut, FreeGlut and all the
old
variants. It is written in C++ but is still in an early stadium, only
Windows
is supported at the moment.

Hope this news is of any benefit to you!
Creature


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


Rogelio Nodal

Where is the site located again? I did? a google search and the sites I came
across had nothing to do with the site mentioned. Thanks.On Fri, Sep 26, 2008
at 2:42 PM, Creature <modjusticar hotmail.com> wrote:Recently a new
tutorial site opened, called DevNucleus, from what you can see
the site doesn’t have much on it yet, but it is supposed to have lots of
tutorials about game development in the future.
Besides that, also a new OpenGL library got released, Glux (OpenGL Utility &
Auxiliary Library) is meant as a replacement for Glut, FreeGlut and all the
old
variants. It is written in C++ but is still in an early stadium, only Windows
is supported at the moment.
Hope this news is of any benefit to you!
Creature


SDL mailing listSDL
lists.libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

– Rogelio Nodal


SDL mailing list
SDL lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Yes, I’m sorry :-), I replied almost immediatly when I saw I had forgotten to
mention the link, but it takes about 10 minutes for the post to show up.

Link to DevNucleus: http://devnucleus.110mb.com/
Link to Glux: http://code.google.com/p/glux/

I can offer you some webspace, if you want to move beyond the entire 110MB limitation and the what-not. I have a 4TB BW pipe per month and 400GB of space… I think I could allocate you 1GB of space, and if your tutorials require more, I can give more on an as-needed basis.

Taylor> To: sdl at libsdl.org

From: modjusticar at hotmail.com
Date: Fri, 26 Sep 2008 19:29:04 +0000
Subject: Re: [SDL] New Tutorial Site & OpenGL Librar

Where is the site located again? I did a google search and the sites I came
across had nothing to do with the site mentioned. Thanks.On Fri, Sep 26, 2008
at 2:42 PM, Creature <modjusticar hotmail.com> wrote:Recently a new
tutorial site opened, called DevNucleus, from what you can see
the site doesn’t have much on it yet, but it is supposed to have lots of
tutorials about game development in the future.
Besides that, also a new OpenGL library got released, Glux (OpenGL Utility &
Auxiliary Library) is meant as a replacement for Glut, FreeGlut and all the
old
variants. It is written in C++ but is still in an early stadium, only Windows
is supported at the moment.
Hope this news is of any benefit to you!
Creature


SDL mailing listSDL
lists.libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

– Rogelio Nodal


SDL mailing list
SDL lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Yes, I’m sorry :-), I replied almost immediatly when I saw I had forgotten to
mention the link, but it takes about 10 minutes for the post to show up.

Link to DevNucleus: http://devnucleus.110mb.com/
Link to Glux: http://code.google.com/p/glux/


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


See how Windows connects the people, information, and fun that are part of your life.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/

I’ve sent you a mail regarding your offer :-).

Creature

Hello-

I’m trying to figure out a way to render fullscreen on two attached
displays. (These happen to be LCD projectors for a machine vision
experiment). Anyone know if this is currently possible? All
suggestions for hacks are welcome, no matter how ugly.

I’m using an up-to-date version of the trunk of the SVN repository,
i.e. the 1.3 API. I can successfully get info about both displays,
but when I have the second display selected using
SDL_SelectVideoDisplay, calling SDL_CreateWindow is still opening up
a window on my first display. Did I fail to set something up
properly, or is this functionality just not implemented yet?

Thanks,
Drew