Scope of services from RptGui
For the creation of graphical user interfaces there are generally tools based on C ++ which offer a variety of classes to enable an individual design. The most commonly used are, for example, Microsoft Foundation Classes, Borland Builder and Qt class libraries.
All of these tools provide an interface for a user program to the API of the corresponding operating system. The advantage of these toolkits is that you can use them to create both technical and all other graphical applications individually. However, if you want to create a program quickly, you will find that a good knowledge of object-oriented programming is required here, as well as a considerable effort to familiarize yourself with the corresponding class libraries.
For most applications in the control area or the simulation of technical processes, however, only a limited number of graphic elements is required. Most of the programmers working in the field of micro controller applications are also familiar with the 'C' language.
RptGui allows the creation of graphical interfaces (technical applications) without familiarization with 'C ++' and the corresponding class libraries. The graphical user interface can be generated like a CAD tool and provides an interface for data exchange with programs written in 'C'.
The program is available as a Microsoft Windows as well as a Linux version. created applications can be transferred with minor operating system-specific modifications.