Qt-UI
Project Ideas
← Project Info | ● | Qt →
The main idea to start a qt project is not to start from scratch. The idea is to choose a well stablished middle-ware (that is a well known open-source library) and utilize it by writing a threaded qt user interface for a particular use case.
Here are some project ideas and the corresponding open-source libraries to be utilized:
| Theme | Use Case | Library |
|---|---|---|
| Fractals | Mandelbrot set | std::complex |
| Number crunching | Computing Pi | GMP = Gnu Multiple Precision Library |
| Security | Parallelized password cracking | PCL = Password Cracking Library |
| Photo-realism | Ray-tracing | POV-Ray |
| Pattern recognition | Kinect | OpenCV / PCL = Point Cloud Library |
| Networking | File transfer | Open-SSH |
| Remote Sensing | NDVI | GDAL / libGrid |
| … |
← Project Info | ● | Qt →