An open API service indexing awesome lists of open source software.

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.

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
```