Running a large program using Silverfrost Fortran and Plato. Also have a plot routine that takes the output from this large program and plots it using C++ and OpenGL. Is there a similar interface in Silverfrost Fortran to do the plotting through OpenGL? Any advise will help
OpenGL
OpenGL can be accessed from an FTN95 program using ClearWin+. It requires a call to the function winio@ with a 'format code' of %og. For details select ClearWin+ from the Plato help menu.
Thanks Paul, will it enable one to program in Silverfrost Fortran to do calls to OpenGL and perform the graphic functions? Sid
Yes it is possible to do that.
In the Plato help tutorial, the Opengl subset talks about fortran samples in the redbook. How does one get access to this material or sample fortran calls using Opengl?
By default, FTN95 samples are installed here... C:\Users\xxxx\Documents\FTN95 Examples\OpenGL.
The 'OpenGL Programming Guide' is available in PDF form online. Just search online.