Supercell Wx is a free, open source advanced weather radar viewer. https://supercellwx.net
  • C++ 95%
  • CMake 2.2%
  • Python 0.9%
  • Shell 0.6%
  • JavaScript 0.4%
  • Other 0.9%
Find a file
Dan Paulat 2f20e91f08
Merge pull request #646 from F1r3w477/fix/draw-float-frameless
Use frameless window for popped-out Draw panel.
2026-05-31 15:31:55 -05:00
.copilot Initialize squad (v0.9.1) 2026-04-04 13:15:00 -05:00
.github Update aqtinstall version for Windows supporting new Qt 6.11.0 directory structure 2026-04-12 10:05:04 -05:00
.squad Fix map style reset to default when API key changes (#605) 2026-04-04 16:10:05 -05:00
.vscode Update vscode settings 2024-01-21 22:29:18 -06:00
data@6dc438767c Updating zone and county files for 16 April 2026 release 2026-03-25 00:31:36 -05:00
external Add partial support for GCC 16 2026-05-04 19:21:01 -05:00
model Deriving level 2 product view 2021-10-31 22:09:06 -05:00
scwx-qt style: clang-format map annotation dock widget. 2026-05-31 13:29:14 -05:00
test Improve map annotation erase pick, cursor, and GPU updates. 2026-05-22 22:06:51 -05:00
tools Add partial support for GCC 16 2026-05-04 19:21:01 -05:00
wxdata Merge pull request #632 from dpaulat/build/gcc-16 2026-05-06 18:34:17 -05:00
.clang-format Update .clang-format-ignore for .copilot/ and .squad/ 2026-04-04 15:38:08 -05:00
.clang-format-ignore Update .clang-format-ignore for .copilot/ and .squad/ 2026-04-04 15:38:08 -05:00
.clang-tidy Add utility classes for reading/writing zip files 2025-11-01 18:13:03 -05:00
.gitattributes Initialize squad (v0.9.1) 2026-04-04 13:15:00 -05:00
.gitignore move aqtinstall.log under new header 2026-04-21 08:14:44 -05:00
.gitmodules Address pane review feedback 2026-04-26 20:00:29 -05:00
ACKNOWLEDGEMENTS.md Merge upstream develop non-conflict updates. 2026-05-05 09:18:24 -05:00
AGENTS.md Fix Linux setup script name in AGENTS; ignore aqtinstall.log 2026-04-20 22:58:40 -05:00
CMakeLists.txt Bump version to v0.5.6 2026-04-11 17:32:45 -05:00
CMakePresets.json Add partial support for GCC 16 2026-05-04 19:21:01 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-03-06 23:43:13 -06:00
conanfile.py Update dependency onetbb to v2023 2026-05-07 12:40:15 +00:00
CONTRIBUTING.md Document maintenance, introducing privacy policy and roles 2026-03-11 21:42:09 -05:00
LICENSE.txt Document maintenance, introducing privacy policy and roles 2026-03-11 21:42:09 -05:00
PRIVACY.md Merge upstream develop non-conflict updates. 2026-05-05 09:18:24 -05:00
README.md Update default Linux build configurations to gcc-13 and clang-18 2026-04-11 23:45:29 -05:00
renovate.json Renovate: Enable conan 2023-11-09 21:56:38 -06:00
requirements.txt Add new utility setup scripts 2025-05-30 07:19:13 -05:00
ROLES.md Document maintenance, introducing privacy policy and roles 2026-03-11 21:42:09 -05:00

Supercell Wx

CI Documentation Status Discord GitHub Sponsor

Supercell Wx is a free, open source application to visualize live and archive NEXRAD Level 2 and Level 3 data, and severe weather alerts. It displays continuously updating weather data on top of a responsive map, providing the capability to monitor weather events using reflectivity, velocity, and other products.

Please be sure to check out the documentation before getting started: Supercell Wx Documentation

image

Supported Platforms

Supercell Wx supports the following 64-bit operating systems:

  • Windows 10 (1809 or later)
  • Windows 11
  • Linux
    • Arch Linux (EndeavourOS, SteamOS [Steam Deck], and other Arch derivatives)
    • Fedora Linux 39+
    • openSUSE Tumbleweed
    • Ubuntu 24.04+
    • NixOS 25.05+
    • Most distributions supporting the GCC Standard C++ Library 13+
  • macOS
    • 15.0+ for Intel-based Macs
    • 14.0+ for Apple silicon-based Macs

Linux Dependencies

Supercell Wx requires the following Linux dependencies:

  • Linux with support for GCC 13, OpenGL 3.3 and OpenGL ES 3.0
  • If using X11, XCB libraries including xcb-cursor

FAQ

Frequently asked questions:

  • Q: Why is the map black when loading for the first time?

    • A. You must obtain a free API key from either (or both) MapTiler which currently does not require a credit/debit card, or Mapbox which does require a credit/debit card, but as of writing, you will receive 200K free requests per month, which should be sufficient for an individual user.
  • Q: Why is it that when I change my grid width/height settings, nothing happens after hitting apply?

    • A. You must restart Supercell Wx in order to apply these changes. Each version reduces the number of settings requiring a restart.
  • Q: How can I contribute?

    • A. Head to Developer Setup and Contributing to configure the Supercell Wx development environment for your IDE. Currently Visual Studio and Visual Studio Code are recommended, with other IDEs remaining untested at this time.