Operating System - HP-UX
1830207 Members
1925 Online
109999 Solutions
New Discussion

Re: How to compile OpenGl graphics libraries with Fortran 90 hpux 11

 
Rosario Improta_1
Occasional Contributor

How to compile OpenGl graphics libraries with Fortran 90 hpux 11

i'm writing fortran 90 programs that now using starbase library.

If i want to use OpenGL library with fortran 90
what kind I need?

thanks in advance and excuse me for my english
1 REPLY 1
Mike Stroyan
Honored Contributor

Re: How to compile OpenGl graphics libraries with Fortran 90 hpux 11

There is no standard for direct calls from fortran 90 to OpenGL.
You could look at
http://math.nist.gov/f90gl/
It is library providing an interface from f90 to C language OpenGL calls.