Cross platform Graphical User Interfaces application development with the Qt and wxWidgets frameworks. Programs developed use the same code base for Windows, Linux and Mac OS, and have the same look and feel.
The Explorer series is a set of applications that read several widely used data formats, both by the scientific community (HDF, netCDF), or general purpose sofware (Sqlite). The applications are cross platform (Mac, Windows, Linux) and they all have a common look and feel. Data is first viewed in a tree-like interface, and then optionally loaded and visualized. Once the data file is loaded, its contents are displayed. The user has the option to load and visualize each data subset in a grid view. For datasets with a rank greater than two (with more than 2 dimensions), there is an option to navigate higher dimensions. The following image shows a five dimensional netCDF dataset.
![]() |
netCDF Explorer netCDF is a format for storing array-oriented data. The data model consists of dimensions, variables, and attributes, hierarchically organized by groups. It is commonly used in climatology, meteorology and oceanography applications. netCDF was developed at University Corporation for Atmospheric Research (UCAR), in Boulder, Colorado. |
![]() |
HDF Explorer. HDF (Hierarchical Data Format) is a general purpose format for storing array-oriented data. Data is self describing, and platform independent. The data model consists of datasets, and attributes, hierarchically organized by groups. HDF was developed at the University of Illinois at Urbana-Champaign. |
![]() |
SQLite Explorer. SQLite is an embedded, platform independent, serverless, and transactional SQL database engine. |
https://github.com/pedro-vicente/netcdf_explorer_qt |
https://github.com/pedro-vicente/hdf_explorer_qt |
https://github.com/pedro-vicente/sqlite_explorer_qt |
OpenCV Qt Explorer. OpenCV (Open Source Computer Vision Library) is a library of programming functions mainly aimed at real-time computer vision. This Qt-based application provides a graphical interface for a webcam.
Packets Qt. A Qt-based network packet analyzer and visualization tool. This cross-platform application provides a graphical interface for capturing, analyzing, and displaying network traffic data.
Binary download for Windows:
Download from GitHub Releases
Nostr is a Internet protocol developed in 2019, that enables global, decentralized, and censorship-resistant social media. The Nostr series is a set of programs that allow to build Nostr applications for command line, desktop or web. It is open sourced on https://github.com/pedro-vicente/nostr_client_relay
More information about the Nostr set of applications, and source code API with examples can be found at https://pedro-vicente.net/nostr/nostr.html
Nostro is a Nostr desktop native client, available for Mac OS, Linux, and Windows. It is currently in development. This screenshot shows it running on Mac OS, displaying several types of multimedia networked content.
© 2025 Red Panda Software LLC