mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
v0.2.0-prerelease-1 cleanup, adding sponsor buttons
This commit is contained in:
parent
287903f180
commit
869dee8288
4 changed files with 8 additions and 2 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
github: dpaulat
|
||||||
|
|
@ -57,6 +57,7 @@ Supercell Wx uses assets from the following sources:
|
||||||
| ------ | ------- | ----- |
|
| ------ | ------- | ----- |
|
||||||
| [Font Awesome Free](https://fontawesome.com/) | CC BY 4.0 License |
|
| [Font Awesome Free](https://fontawesome.com/) | CC BY 4.0 License |
|
||||||
| [NOAA's Weather and Climate Toolkit](https://www.ncdc.noaa.gov/wct/) | Public Domain | Default Color Tables |
|
| [NOAA's Weather and Climate Toolkit](https://www.ncdc.noaa.gov/wct/) | Public Domain | Default Color Tables |
|
||||||
|
| [Supercell thunderstorm with dramatic clouds](https://www.shutterstock.com/image-photo/supercell-thunderstorm-dramatic-clouds-1354353521) | Shutterstock Standard License | Photo by John Sirlin
|
||||||
|
|
||||||
Services
|
Services
|
||||||
--------
|
--------
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ conan_basic_setup(TARGETS)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
||||||
|
|
||||||
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
||||||
set(SCWX_VERSION "0.1.2")
|
set(SCWX_VERSION "0.2.0-prerelease-1")
|
||||||
|
|
||||||
add_subdirectory(external)
|
add_subdirectory(external)
|
||||||
add_subdirectory(wxdata)
|
add_subdirectory(wxdata)
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
[](https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml)
|
[](https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml)
|
||||||
[](https://supercell-wx.readthedocs.io/en/latest/?badge=latest)
|
[](https://supercell-wx.readthedocs.io/en/latest/?badge=latest)
|
||||||
[](https://discord.gg/vFMV76brwU)
|
[](https://discord.gg/vFMV76brwU)
|
||||||
|
[](https://github.com/sponsors/dpaulat)
|
||||||
|
|
||||||
Supercell Wx is a free, open source application to visualize live NEXRAD Level 2
|
Supercell Wx is a free, open source application to visualize live NEXRAD Level 2
|
||||||
and Level 3 data, and severe weather alerts. It displays continuously updating
|
and Level 3 data, and severe weather alerts. It displays continuously updating
|
||||||
|
|
@ -18,6 +19,9 @@ Supercell Wx supports the following 64-bit operating systems:
|
||||||
- Windows 10 (1809 or later)
|
- Windows 10 (1809 or later)
|
||||||
- Windows 11
|
- Windows 11
|
||||||
- Linux
|
- Linux
|
||||||
- Ubuntu 22.04+
|
- EndeavourOS
|
||||||
- Fedora Linux 34+
|
- Fedora Linux 34+
|
||||||
|
- openSUSE Tumbleweed
|
||||||
|
- SteamOS (Steam Deck)
|
||||||
|
- Ubuntu 22.04+
|
||||||
- Most distributions supporting the GCC Standard C++ Library 11+
|
- Most distributions supporting the GCC Standard C++ Library 11+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue