digitalmars.D - new C bindings
- Thorsten Kiefer (4/4) Mar 04 2007 Hi,
- Orgoton (2/7) Mar 04 2007 Derelict alreadt has OpenGL/SDL bindings, along some other libraries.
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (4/9) Mar 04 2007 Alternative bindings (import modules) for SDL / GL are available at
- Bill Baxter (6/18) Mar 04 2007 Schooner also has bindings/ports for OpenGL, GLFW, Freetype and FTGL.
- Bill Baxter (4/22) Mar 04 2007 Link:
- Bradley Smith (3/27) Mar 04 2007 Schooner has partial bindings for X11. Just enough to get the GLFW port
- Tomas Lindquist Olsen (3/6) Mar 04 2007 Speaking of the devil, it looks like something bad has happened to the
- Brad Anderson (3/11) Mar 04 2007 The Schooner repos has been repaired.
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (12/19) Mar 04 2007 Clarifications:
Hi, I'd like to create D-modules for X11,OpenGl,Glut and ODE/Drawstuff. I want to publish them on dsource.org. Has this work already been done ?
Mar 04 2007
Thorsten Kiefer Wrote:Hi, I'd like to create D-modules for X11,OpenGl,Glut and ODE/Drawstuff. I want to publish them on dsource.org. Has this work already been done ?Derelict alreadt has OpenGL/SDL bindings, along some other libraries.
Mar 04 2007
Orgoton wrote:Alternative bindings (import modules) for SDL / GL are available at http://shinh.skr.jp/d/porting.html and http://www.algonet.se/~afb/d/ --andersI'd like to create D-modules for X11,OpenGl,Glut and ODE/Drawstuff. I want to publish them on dsource.org. Has this work already been done ?Derelict alreadt has OpenGL/SDL bindings, along some other libraries.
Mar 04 2007
Anders F Björklund wrote:Orgoton wrote:Schooner also has bindings/ports for OpenGL, GLFW, Freetype and FTGL. At one time there was a post about GLUT bindings too -- I think that was also from Bradley Smith. So if you really want GLUT there maybe something out there you can use as a starting point. --bbAlternative bindings (import modules) for SDL / GL are available at http://shinh.skr.jp/d/porting.html and http://www.algonet.se/~afb/d/ --andersI'd like to create D-modules for X11,OpenGl,Glut and ODE/Drawstuff. I want to publish them on dsource.org. Has this work already been done ?Derelict alreadt has OpenGL/SDL bindings, along some other libraries.
Mar 04 2007
Bill Baxter wrote:Anders F Björklund wrote:Link: http://www.dsource.org/projects/schooner --bbOrgoton wrote:Schooner also has bindings/ports for OpenGL, GLFW, Freetype and FTGL. At one time there was a post about GLUT bindings too -- I think that was also from Bradley Smith. So if you really want GLUT there maybe something out there you can use as a starting point.Alternative bindings (import modules) for SDL / GL are available at http://shinh.skr.jp/d/porting.html and http://www.algonet.se/~afb/d/ --andersI'd like to create D-modules for X11,OpenGl,Glut and ODE/Drawstuff. I want to publish them on dsource.org. Has this work already been done ?Derelict alreadt has OpenGL/SDL bindings, along some other libraries.
Mar 04 2007
Bill Baxter wrote:Bill Baxter wrote:Schooner has partial bindings for X11. Just enough to get the GLFW port to work on Linux.Anders F Björklund wrote:Link: http://www.dsource.org/projects/schooner --bbOrgoton wrote:Schooner also has bindings/ports for OpenGL, GLFW, Freetype and FTGL. At one time there was a post about GLUT bindings too -- I think that was also from Bradley Smith. So if you really want GLUT there maybe something out there you can use as a starting point.Alternative bindings (import modules) for SDL / GL are available at http://shinh.skr.jp/d/porting.html and http://www.algonet.se/~afb/d/ --andersI'd like to create D-modules for X11,OpenGl,Glut and ODE/Drawstuff. I want to publish them on dsource.org. Has this work already been done ?Derelict alreadt has OpenGL/SDL bindings, along some other libraries.
Mar 04 2007
Bradley Smith wrote:Schooner has partial bindings for X11. Just enough to get the GLFW port to work on Linux.Speaking of the devil, it looks like something bad has happened to the schooner project after the dsource transfer. :/
Mar 04 2007
Tomas Lindquist Olsen wrote:Bradley Smith wrote:The Schooner repos has been repaired. BASchooner has partial bindings for X11. Just enough to get the GLFW port to work on Linux.Speaking of the devil, it looks like something bad has happened to the schooner project after the dsource transfer. :/
Mar 04 2007
Bill Baxter wrote:Clarifications: When I said "SDL", I meant SDL 1.2 and SDL_image 1.2 (+ some others) When I said "GL", I meant GL/GLU 1.2, GLEXT 1.5 + GLUT 3.7, GLFW 2.5 (D bindings started by Pavel "EvilOne" Minayev, some five years ago*, I redid mine from the C/C++ headers and added Mac OS X compatibility) You probably want FreeGLUT now, though, since it has a better license... http://freeglut.sourceforge.net/ (but not sure about D import modules ?) Import modules for GLFW are being provided upstream with the C library downloads, only moved it to gl.glfw and changed it to use gl.gl/gl.glu. --anders * See "DedicateD" http://int19h.tamb.ru/Alternative bindings (import modules) for SDL / GL are available at http://shinh.skr.jp/d/porting.html and http://www.algonet.se/~afb/d/Schooner also has bindings/ports for OpenGL, GLFW, Freetype and FTGL. At one time there was a post about GLUT bindings too -- I think that was also from Bradley Smith. So if you really want GLUT there maybe something out there you can use as a starting point.
Mar 04 2007