Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehdichinoune/f03gl

Modules for using the OpenGL graphics library from Fortran.
https://github.com/mehdichinoune/f03gl

fortran fortran-library opengl

Last synced: about 1 month ago
JSON representation

Modules for using the OpenGL graphics library from Fortran.

Awesome Lists containing this project

README

        

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 .