Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 9, 2024
1 parent c9a7f43 commit 3055a9f
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Version](https://img.shields.io/github/release/gha3mi/forimage.svg)](https://github.com/gha3mi/forimage/releases/latest)
[![Documentation](https://img.shields.io/badge/ford-Documentation%20-blueviolet.svg)](https://gha3mi.github.io/forimage/)
[![CI_test](https://github.com/gha3mi/forimage/actions/workflows/CI_test.yml/badge.svg)](https://github.com/gha3mi/forimage/actions/workflows/CI_test.yml)
[![cmake](https://github.com/gha3mi/forimage/actions/workflows/cmake.yml/badge.svg)](https://github.com/gha3mi/forimage/actions/workflows/cmake.yml)
[![CI_doc](https://github.com/gha3mi/forimage/actions/workflows/CI_doc.yml/badge.svg)](https://github.com/gha3mi/forimage/actions/workflows/CI_doc.yml)
[![License](https://img.shields.io/github/license/gha3mi/forimage?color=green)](https://github.com/gha3mi/forimage/blob/main/LICENSE)

Expand All @@ -15,6 +16,7 @@
- [How to run demos](#how-to-run-demos)
- [Running `demo_ppm`](#running-demo_ppm)
- [Running `demo_color`](#running-demo_color)
- [Projects Utilizing ForImage](#projects-utilizing-forimage)
- [API documentation](#api-documentation)
- [Contributing](#contributing)

Expand Down Expand Up @@ -122,32 +124,11 @@ To run `demo_color`, execute the following command:
fpm run --example demo_color
```

<!-- To run the examples using `fpm`, you can use response files for specific
compilers:
## Projects Utilizing ForImage

**For Intel Fortran Compiler (ifort):**
- [ForColormap](https://github.com/vmagnin/forcolormap): A Fortran library for colormaps

```shell
fpm @ifort
```
**For Intel Fortran Compiler (ifx):**
```shell
fpm @ifx
```
**For NVIDIA Compiler (nvfortran):**
```shell
fpm @nvfortran
```
**For GNU Fortran Compiler (gfortran):**
```shell
fpm @gfortran
``` -->
If your project utilizes ForImage and you want to be added to this list, please add your project and create a pull request.

## API documentation

Expand Down

0 comments on commit 3055a9f

Please sign in to comment.