Skip to content

Modules for using the OpenGL graphics library from Fortran.

License

Notifications You must be signed in to change notification settings

MehdiChinoune/f03gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F03GL -- modules for using the OpenGL graphics library from Fortran

Copyright 2009 Anthony Stone and Aleksandar Donev

To use this library you need a Fortran 2003 compiler.

git clone https://github.com/ChinouneMehdi/f03gl
cd f03gl
mkdir build
cd build
cmake ..
make
make test

You will need to quit from each test before the next one will run. The first three tests are rather boring, but in the last three you can bring up a menu with a right mouse click and change some of the properties of the display. From the f90 code you can see how to do similar things in your own code. These examples are slightly-modified versions of the examples provided with Bill Mitchell's f90gl package http://math.nist.gov/f90gl .

About

Modules for using the OpenGL graphics library from Fortran.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published