Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mehdichinoune/f03gl
- Owner: MehdiChinoune
- License: gpl-3.0
- Created: 2019-03-15T05:40:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T08:23:39.000Z (over 4 years ago)
- Last Synced: 2024-10-16T02:12:43.220Z (3 months ago)
- Topics: fortran, fortran-library, opengl
- Language: Fortran
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 .