File: desc

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (67 lines) | stat: -rw-r--r-- 1,663 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@librnd4
	Ringdove 2D CAD library framework

	The Ringdove library (shared objects) contains the basic
	infrastructure for 2D interactive+batch CAD applications: config,
	HID, polygon, menu, plugin system.

@librnd4-dev
	Ringdove 2D cad library, files for development.

	Headers, templates, scripts for compiling Ringdove applications.

@librnd4-doc
	Documentation for librnd.
	
	Developer documentation for using librnd.

@librnd4-lib-gtk
	Support library for building the GUI with gtk.

	Provides the common gtk code (e.g. dialog box engine, input handling)
	for any gtk based HID plugin.

@librnd4-hid-gtk2-gdk
	GUI: gtk2, software render

	Software rendering on gtk2, using the gdk API.

@librnd4-hid-gtk2-gl
	GUI: gtk2, opengl

	Hardware accelerated (opengl) rendering on gtk2.

@librnd4-hid-gtk4-gl
	GUI: gtk4, opengl

	Hardware accelerated (opengl) rendering on gtk4.

@librnd4-lib-gl
	Support library for rendering with opengl.

	Provides plugins for driving an opengl output, rendering the drawing
	on opengl.

@librnd4-hid-lesstif
	GUI: motif/lesstif, software render

	Lightweight GUI and software rendering using the motif (lesstif) toolkit.

@librnd4-lib-gui
	Support library for building the GUI.

	Provides librnd specific dialog boxes (e.g. fontsel) and top
	window GUI elements.

@librnd4-cloud
	Networking plugins for accessing remote resources.

	Support library plugin for 'cloud' footprint/symbol access plugin
	that integrates remote, web access resources like edakrill or
	gedasymbols.org.

@librnd4-pixmap
	Import and export pixmap images.

	Low level support for png/jpeg/gif export plugins, low level import
	pixmap objects using libgd.