Rudi's Homepage - Programs

EnglishDeutsch

Introduction

This page contains programs I wrote using the Qt library. environment. Close related to the programs of this category are the KDE programs.
Last time updated: 18.06.2018 20:40

qLabyrinth

Description: QLabyrinth was (like a2psfrontend) a homework project for a C/C++ university course. The job was to generate a labyrinth, find a way out and display the process using the Qt lib - so I did...

Screenshots:


A square labyrinth.

A wider labyrinth.

Features:

Missing/planned features:

Downloads:

qLabyrinth V. 1.0
stable version.

QtPlgViewer

Description: QtPlgViewer is the result of a homework project of an university course in computer graphics. It visualises simplified .plg files (a polygon mesh file format introduced by REND386) using a build-in renderer (no OpenGL!) thus you don't need a 3D card.

Screenshots:


The famous Utah-teapot in orthogonal projections as wireframe and in perspective projection with filled polygons.

Combined geometric transform setup dialog.

Features:

Missing/planned features:

Downloads:

QtPlgViewer V. 1.0
stable version.

QFraktal

Description: QFractalViewer is a light-weight threaded mandelbrot set viewer which uses XML as data format. Since it is a pure qmake project it should run on every plattform supported by the Qt.

Screenshots:


Main window.

Color maps.

Thread number selection.

Features:

Downloads:

QFraktal V. 1.0
First and stable version.

QRekTree

Description: QRekTree is my first OpenGL test project. The program displays a recursive generated tree. You can change all parameters of the tree using the GUI and change the viewing angle using the left mouse button.

Screenshots:


Main window.

Features:

Downloads:

QRekTree V. 1.0
First and stable version.