Pinned Repositories
CMake_Skeleton
Skeleton for a CMake project structure, demonstrating best practices for organizing a C++ project with multiple sub-libraries, binaries, unit tests, and 3rd party library imports. Showcases how to efficiently manage dependencies, build configurations, and testing workflows using CMake.
ConcurrentQtVTKApp
Desktop application developed using Qt that harnesses the power of concurrency for parallel computations on user-selected data structures. The application offers a graphical interface and utilizes VTK (Visualization Toolkit) objects to present the computed results visually.
CreatureLib
Modern C++ library designed to demonstrate advanced usage of templates, smart pointers, and polymorphism through a creature management system.
NetHub
NetHub enables seamless TCP communication between clients and a server. Fetch and amend data effortlessly for streamlined networking. Built with C++ and Qt.
QtSortFilterProxyModelExample
The project is a Qt application demonstrating the use of the QSortFilterProxyModel in conjunction with QTreeView for sorting and filtering data. It includes a simple model representing well data with associated log types. The application allows users to filter the data based on a regular expression pattern and choose the filter column dynamically.
XMLHandler
scrooijmans's Repositories
scrooijmans/CMake_Skeleton
Skeleton for a CMake project structure, demonstrating best practices for organizing a C++ project with multiple sub-libraries, binaries, unit tests, and 3rd party library imports. Showcases how to efficiently manage dependencies, build configurations, and testing workflows using CMake.
scrooijmans/ConcurrentQtVTKApp
Desktop application developed using Qt that harnesses the power of concurrency for parallel computations on user-selected data structures. The application offers a graphical interface and utilizes VTK (Visualization Toolkit) objects to present the computed results visually.
scrooijmans/CreatureLib
Modern C++ library designed to demonstrate advanced usage of templates, smart pointers, and polymorphism through a creature management system.
scrooijmans/NetHub
NetHub enables seamless TCP communication between clients and a server. Fetch and amend data effortlessly for streamlined networking. Built with C++ and Qt.
scrooijmans/QtSortFilterProxyModelExample
The project is a Qt application demonstrating the use of the QSortFilterProxyModel in conjunction with QTreeView for sorting and filtering data. It includes a simple model representing well data with associated log types. The application allows users to filter the data based on a regular expression pattern and choose the filter column dynamically.
scrooijmans/XMLHandler