1 |
jpaalasm |
606 |
title: Skencil / Resources |
2 |
|
|
|
3 |
|
|
<h2><a name="N2" id="N2">Python</a></h2> |
4 |
|
|
<p>From the python FAQ:</p> |
5 |
|
|
<blockquote><p><i>Python is an interpreted, interactive, object-oriented |
6 |
|
|
programming language. It incorporates modules, exceptions, dynamic |
7 |
|
|
typing, very high level dynamic data types, and classes. Python |
8 |
|
|
combines remarkable power with very clear syntax. It has interfaces |
9 |
|
|
to many system calls and libraries, as well as to various window |
10 |
|
|
systems, and is extensible in C or C++. It is also usable as an |
11 |
|
|
extension language for applications that need a programmable |
12 |
|
|
interface. Finally, Python is portable: it runs on many brands of |
13 |
|
|
UNIX, on the Mac, and on PCs under MS-DOS, Windows, Windows NT, and |
14 |
|
|
OS/2.</i></p></blockquote> |
15 |
|
|
|
16 |
|
|
<p>These features make python an ideal candidate for writing a |
17 |
|
|
program like Skencil.</p> |
18 |
|
|
<p>For more information about python have a look a the |
19 |
|
|
<a href="http://www.python.org/">Python Homepage</a>.</p> |
20 |
|
|
|
21 |
|
|
|
22 |
|
|
<h2>Link collections</h2> |
23 |
|
|
<dl> |
24 |
|
|
<dt><b><a href="http://www.gnu.org/directory/graphics/">Graphics |
25 |
|
|
Category</a> of FSF's Free Software Directory.</b></dt> |
26 |
|
|
<dt><b><a href="http://sal.kachinatech.com/E/2/index.shtml">CAD, |
27 |
|
|
Drawing & Painting Tools</a> at Scientific Application on |
28 |
|
|
GNU/Linux.</b></dt> |
29 |
|
|
<dd> |
30 |
|
|
<p>Unfortunately they also list proprietory |
31 |
|
|
applications.</p></dd></dl> |
32 |
|
|
|
33 |
|
|
|
34 |
|
|
<h2>Drawing programs</h2> |
35 |
|
|
<p>There are some other projects to develop free drawing programs |
36 |
|
|
similar to Skencil.</p> |
37 |
|
|
<p>One is <a href="http://koffice.org/karbon/">Karbon</a> |
38 |
|
|
(formerly known as Kontour and KIllustrator), which is a |
39 |
|
|
<a href="http://www.kde.org/">KDE</a> program and part of KOffice. |
40 |
|
|
It's implemented in C++.</p> |
41 |
|
|
<p>Another one is GNOME based |
42 |
|
|
<a href="http://www.sodipodi.com/">Sodipodi</a>. It's |
43 |
|
|
implemented in C and uses |
44 |
|
|
<a href="http://www.w3.org/Graphics/SVG/">SVG</a> as it's native |
45 |
|
|
file format.</p> |
46 |
|
|
<p>There is also <a href="http://www.gyve.org/">The GYVE</a>, |
47 |
|
|
implemented in Objective C and Display Ghostscript. The project was |
48 |
|
|
discontinued in 2002.</p> |
49 |
|
|
|
50 |
|
|
<h2>Other Graphics Programs</h2> |
51 |
|
|
<p>The most well known Free Software graphics program is certainly |
52 |
|
|
the <a href="http://www.gimp.org/">GIMP</a>, a, no, <em>the</em> |
53 |
|
|
image manipulation program for Linux.</p> |
54 |
|
|
<p>If you ever need to modify a postscript file, |
55 |
|
|
<a href="http://www.pstoedit.net/pstoedit">pstoedit</a> is a tool |
56 |
|
|
to convert postscript files to a variety of vector graphics formats |
57 |
|
|
including Skencil's own file format.</p> |
58 |
|
|
<p>Another conversion utility is |
59 |
|
|
<a href="http://autotrace.sourceforge.net/">AutoTrace</a>, which |
60 |
|
|
traces the outlines of bitmaps and outputs them in vector form.</p> |
61 |
|
|
|
62 |
|
|
<h2>Other Interesting Places on the Net</h2> |
63 |
|
|
<p>If you're a free-software developer, check out |
64 |
|
|
<a href="http://www.advogato.org/">Advogato</a>.</p> |