Skip to content

jacobwilliams/FGIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fgif

GitHub release Build Status codecov last-commit

FGIF: Create Animated GIFs with Fortran

Description

Just a simple module that can be used to create GIFs and animated GIFs with Fortran. Based on the public domain code at: http://fortranwiki.org/fortran/show/writegif

Compiling

A fpm.toml file is provided for compiling fgif with the Fortran Package Manager. For example, to build:

  fpm build --profile release --flag "-fopenmp"

And to run the unit tests:

  fpm test --profile release --flag "-fopenmp"

To use fgif within your fpm project, add the following to your fpm.toml file:

[dependencies]
fgif = { git="https://github.com/jacobwilliams/fgif.git" }

Documentation

The latest API documentation can be found here. This was generated from the source code using FORD.

About

Create Animated GIFs with Fortran

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published