项目作者: MehdiChinoune

项目描述 :
Modules for using the OpenGL graphics library from Fortran.
高级语言: Fortran
项目地址: git://github.com/MehdiChinoune/f03gl.git
创建时间: 2019-03-15T05:40:24Z
项目社区:https://github.com/MehdiChinoune/f03gl

开源协议:GNU General Public License v3.0

下载


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.

  1. git clone https://github.com/ChinouneMehdi/f03gl
  2. cd f03gl
  3. mkdir build
  4. cd build
  5. cmake ..
  6. make
  7. 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 .