|
6 | 6 | [![Build Status][build-badge]][build-link] |
7 | 7 | [![Documentation][docs-badge]][docs-link] |
8 | 8 |
|
| 9 | +[![Platform: Ubuntu 22.04][ubuntu-badge]][ubuntu-link] |
| 10 | +[![Platform: Windows][windows-badge]][windows-link] |
| 11 | +[![Platform: macOS][macos-badge]][macos-link] |
| 12 | +[![Compiler: MSVC][msvc-badge]][msvc-link] |
| 13 | +[![Compiler: AppleClang][appleclang-badge]][appleclang-link] |
| 14 | +[![Compiler: IntelLLVM][intelllvm-badge]][intelllvm-link] |
| 15 | +[![CMake >= 3.10][cmake-badge]][cmake-link] |
| 16 | + |
| 17 | + |
9 | 18 | ## Description |
10 | 19 |
|
11 | 20 | MOLE is a high-quality (C++ & MATLAB/Octave) library that implements |
@@ -190,3 +199,24 @@ Now, some cool pictures obtained with MOLE: |
190 | 199 | [doc-guide]: https://github.com/csrc-sdsu/mole/blob/master/doc/sphinx/README.md |
191 | 200 | [homebrew]: https://brew.sh/ |
192 | 201 | [contrib-guide]: https://github.com/csrc-sdsu/mole/blob/master/CONTRIBUTING.md |
| 202 | +
|
| 203 | +[ubuntu-badge]: https://img.shields.io/badge/Platform-Ubuntu%2022.04-blueviolet?logo=ubuntu |
| 204 | +[ubuntu-link]: https://ubuntu.com/ |
| 205 | +
|
| 206 | +[windows-badge]: https://img.shields.io/badge/Platform-Windows-0078D6?logo=windows |
| 207 | +[windows-link]: https://www.microsoft.com/windows/ |
| 208 | +
|
| 209 | +[macos-badge]: https://img.shields.io/badge/Platform-macOS-lightgrey?logo=apple |
| 210 | +[macos-link]: https://www.apple.com/macos/ |
| 211 | +
|
| 212 | +[msvc-badge]: https://img.shields.io/badge/Compiler-MSVC-blue?logo=visual-studio |
| 213 | +[msvc-link]: https://visualstudio.microsoft.com/ |
| 214 | +
|
| 215 | +[appleclang-badge]: https://img.shields.io/badge/Compiler-AppleClang-orange?logo=apple |
| 216 | +[appleclang-link]: https://developer.apple.com/documentation/xcode-release-notes/ |
| 217 | +
|
| 218 | +[intelllvm-badge]: https://img.shields.io/badge/Compiler-IntelLLVM-9cf?logo=intel |
| 219 | +[intelllvm-link]: https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html |
| 220 | +
|
| 221 | +[cmake-badge]: https://img.shields.io/badge/CMake-%3E=3.10-green?logo=cmake |
| 222 | +[cmake-link]: https://cmake.org/ |
0 commit comments