Search found 39 matches: opengl

Return to advanced search

Re: OpenGL soporte para FWH 12.01

Otro ejemplo: function Main()  OpenGLTest()return nilREQUEST HB_GT_GUI_DEFAULTPROCEDURE HB_GTSYS() return#pragma BEGINDUMP#include <windows.h>#include <GL/glut.h>int hb_cmdargARGC( void );char ** hb_cmdargARGV( void );#include <math.h>GL...
by Antonio Linares
Wed Jan 18, 2012 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OpenGL soporte para FWH 12.01
Replies: 22
Views: 5994

Re: OpenGL support from FWH 12.01

Another test: function Main()  OpenGLTest()return nilREQUEST HB_GT_GUI_DEFAULTPROCEDURE HB_GTSYS() return#pragma BEGINDUMP#include <windows.h>#include <GL/glut.h>int hb_cmdargARGC( void );char ** hb_cmdargARGV( void );#include <math.h>GL...
by Antonio Linares
Wed Jan 18, 2012 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenGL support from FWH 12.01
Replies: 7
Views: 1823

Re: OpenGL support from FWH 12.01

A new example: test.prg function Main()  OpenGLTest()return nilREQUEST HB_GT_GUI_DEFAULTPROCEDURE HB_GTSYS() return#pragma BEGINDUMP#include <windows.h>#include <GL/glut.h>int hb_cmdargARGC( void );char ** hb_cmdargARGV( void );GLuint teapotLi...
by Antonio Linares
Wed Jan 18, 2012 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenGL support from FWH 12.01
Replies: 7
Views: 1823

Re: OpenGL soporte para FWH 12.10

Un nuevo ejemplo: test.prg function Main()  OpenGLTest()return nilREQUEST HB_GT_GUI_DEFAULTPROCEDURE HB_GTSYS() return#pragma BEGINDUMP#include <windows.h>#include <GL/glut.h>int hb_cmdargARGC( void );char ** hb_cmdargARGV( void );GLuint teapo...
by Antonio Linares
Wed Jan 18, 2012 10:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OpenGL soporte para FWH 12.01
Replies: 22
Views: 5994

OpenGL soporte para FWH 12.01

Hemos comenzado la implementación de OpenGL para FWH :-) * New: OpenGL first examples in samples\opengl.prg. To build it use: samples\buildgl.bat opengl. It only works with MinGW gcc for now. Una demo realmente impresionante puede descargarse ...
by Antonio Linares
Wed Jan 18, 2012 9:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OpenGL soporte para FWH 12.01
Replies: 22
Views: 5994

OpenGL support from FWH 12.01

We have started implementing OpenGL support for FWH :-) * New: OpenGL first examples in samples\opengl.prg. To build it use: samples\buildgl.bat opengl. It only works with MinGW gcc for now. A really impressive working demo can be downloaded ...
by Antonio Linares
Wed Jan 18, 2012 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenGL support from FWH 12.01
Replies: 7
Views: 1823

Re: New FTDN September 2009 (9.09)

... 2009 =============== * Nuevo: Clase TCoverFlow, proporciona una apariencia similar a coverflow de Apple en tus aplicaciones, sin el uso de OpenGL o de otras librerías externas pesadas. Esta clase es autocontenida y muy ligera. Por favor, revisa el ejemplo samples\TestCF1.prg para un ejemplo ...
by Antonio Linares
Wed Sep 23, 2009 9:05 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3125

New FTDN September 2009 (9.09)

... 2009 ============== * New: Class TCoverFlow, provides a similar look to Apple coverflow look for your aplications, though without having to use OpenGL or other heavy external libraries. This Class is self contained and very light. Please review samples\TestCF1.prg for a working example. You ...
by Antonio Linares
Wed Sep 23, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3125
Previous

Return to advanced search