Downloadliste

Projektbeschreibung

kreslitko is a simple environment for drawing graphics in X. Its main aim is to allow writing sequential code in C++ and it performs all event handling operations. It is also able to control running of your program by pressing buttons and filling text entries; it allows you to save drawings in xpm, png, and PostScript format.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-19 03:11
0049

Es ist nun möglich, die gesamte kreslitko verstecken. Vieport Nachrichten hinzugefügt wurden. Die set_points Funktion arbeitet für Rechtecke zu. Buttons können aktiviert und deaktiviert werden. Ein Polygon Element hinzugefügt wurde.
It's now possible to hide the whole kreslitko. Vieport messages were added. The set_points function works for rectangles too. Buttons can be enabled and disabled. A polygon item was added.

2010-01-21 22:55
0046

Qt 3 ist jetzt verwendet werden. POSIX IPC wird anstelle des System V IPC, so gibt es keine Zeitprobleme. Die Anzahl der Shared Memory-Segmente wurde auf 1 (oder 2, wenn ein Hintergrundbild verwendet wird). PS Qualität wurde verbessert. Schriftarten und pixmaps sind in der Größe veränderbar. Das Verschieben von Elementen unterstützt. Hashing verwendet werden können, um schnell nach Artikeln suchen. Die tatsächliche Größe eines gezoomten Viewport gewonnen werden können. Ein Service-Bereich wurde hinzugefügt, um den Viewport von GUI-Steuerung. Einen Toggle-Button wurde hinzugefügt, um die Größe des Inhalts zu beheben. Zoomen im Editor wurde hinzugefügt.
Qt 3 is now used. POSIX IPC is used instead of SystemV IPC, so there are no more timing issues. The number of shared memory segments was reduced to 1 (or 2 if a background image is used). PS quality was improved. Fonts and pixmaps are now resizable. Moving items are supported. Hashing can be used to quickly search for items. The actual size of a zoomed viewport can be obtained. A service area was added to control the viewport from GUI. A toggle button was added to fix the size of the content. Zooming in the viewport was added.

2001-05-08 00:53
0040

Diese Version ist in der Lage, Marken zu ziehen (wie Kreuze) mit Größen in Pixel angegeben. Die Datenübertragung zwischen Client und Server wird nun durch die System V IPC Shared Memory durchgeführt. Die Klassenbibliothek K3D wurde hinzugefügt, die in der Lage ist, 3D-Grafiken mit Hilfe von linearen Perspektive angezeigt. Kreslitko ist nun in der Lage, eine Ellipse zu zeichnen.
Tags: Minor feature enhancements
This version is able to draw marks (such as crosses) with sizes given in pixels. Data transfer between client and server is now performed by the System V IPC Shared Memory. The class library K3D has been added, which is able to display 3D graphics using linear perspective. Kreslitko is now able to draw an ellipse.

2001-01-30 15:13
0035

Den neuen Features gehören übergroße Viewport (Parameter open_graphics), gerastert Objekte, die Fähigkeit, Stiftdicke (set_pen_width) anpassen, die Fähigkeit zur Anpassung Anzeigen von Zahlen mit set_fp_format und die redraw_area Funktion. Ein Versuch Anwendung namens grafeek wurde hinzugefügt. Die Bibliotheken libpng, sind libXpm jetzt optional. Wenn libgd-1.8.3 oder neuer installiert ist, die save_as_jpeg Funktion zur Verfügung steht. XPM-und PNG-Bilder können nun im Editor dargestellt werden.
New features include oversized viewport (parameter to open_graphics), rastered objects, the ability to adjust pen thickness (set_pen_width), the ability to adjust displaying numbers using set_fp_format, and the redraw_area function. A trial application called grafeek was added. The libraries libpng, libXpm are now optional. If libgd-1.8.3 or newer is installed, the save_as_jpeg function is available. XPM and PNG pictures can now be displayed in the viewport.

2001-01-30 15:13
0027

Erste Ankündigung.
Initial announcement.

Project Resources