https://github.com/fg-tum/sortvis
An explorative test project to play around with Qt6.
https://github.com/fg-tum/sortvis
cmake cpp qt6
Last synced: 3 months ago
JSON representation
An explorative test project to play around with Qt6.
- Host: GitHub
- URL: https://github.com/fg-tum/sortvis
- Owner: FG-TUM
- License: mit
- Created: 2025-07-04T15:32:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-08T20:46:44.000Z (about 1 year ago)
- Last Synced: 2025-10-29T09:30:52.527Z (8 months ago)
- Topics: cmake, cpp, qt6
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SortVis
An explorative test project to play around with Qt6.
## Dependencies
* CMake
* Qt6: base, gui, widgets
## Build
```bash
mkdir myBuild && $_
cmake ..
cmake --build .
```
## Run
```bash
myBuild/SortVis
```