/[skencil]/website/trunk/pages/addon.html
ViewVC logotype

Annotation of /website/trunk/pages/addon.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 615 - (hide annotations)
Tue Sep 28 16:23:31 2004 UTC (20 years, 5 months ago) by bernhard
Original Path: website/trunk/skencil.org/pages/addon.html
File MIME type: text/html
File size: 8625 byte(s)
Added  Joel Biddier's skLaTeX.

1 jpaalasm 606 title: Skencil / Add-Ons and Scripts
2    
3     <p>Skencil can be extended by Python code in various ways, from
4     <a href="Doc/usersguide-5.html#N1">user scripts</a> to
5     <a href="Doc/devguide-20.html#N1">plugins</a>. Skencil already comes
6     with some plug-ins and example scripts, but there are some more
7     available separately.</p>
8     <h2>Plug-in collections:</h2>
9     <dl>
10     <dt><b><a href="http://de.geocities.com/dendronde/">Christof
11     Ecker's Skencil Plugins</a></b></dt>
12     <dd>
13     <p>Christof offers a number of Skencil plug-ins, like Graph,
14     Transform Script, Ptui Shell and Turtle Library. His "Text Plugin"
15     already made it into the mainline giving Skencil multiline
16     capabilities since 0.6.13.</p></dd>
17 bernhard 614
18 jpaalasm 606 <dt><b><a href="http://pde.dyndns.org/Skencil/">Add-ons for
19     Skencil</a> by Pieter Edelman</b></dt>
20     <dd>
21     <p>Pieter offers plug-ins for brightness, contrast and color
22     manipulation and an Skencil Object and Image Library (SOIL). Some of
23     them are described in more detail below.</p></dd></dl>
24 bernhard 614
25     <dt><b><a href="http://www.asahi-net.or.jp/~rd6t-kjym/sketch/"
26     >KAJIYAMA, Tamito's Skencil Scripts</a></b></dt>
27     <dd>
28     <p>
29     Kajiyama has scripts like
30     PathUtils, Calendar, Equal-area projection script,
31     JapaneseText and PolygloText -- all with examples and screenshots.
32     </p></dd>
33 jpaalasm 606
34     <h2>Alphabetical list:</h2>
35     <dl>
36     <dt>
37     <b><a href="http://pde.dyndns.org/Skencil/">Brightness/Contrast</a>
38     (external)</b></dt>
39     <dd>
40     <p>A script from Pieter Edelman to interactively set the brightness
41     and contrast of selected objects.</p>
42     <p><small>Last Change: 2003-01-03</small></p></dd>
43     <dt>
44     <b><a href="http://www.anansispaceworks.com/Documentation/BuildImage">
45     BuildImage</a> (external)</b></dt>
46     <dd>
47     <p>BuildImage by Terry Hancock is a build system for image
48     resources. It attempts to do for image resources what make does for
49     programs.</p>
50     <p>BuildImage addresses the common case where the image resources
51     are initially edited in a vector graphic program.</p>
52     <p>This is interesting for Free Software Developers or Artist who
53     want to get getting good image resources for programs ranging from
54     games to web applications or just want to script the repetitive
55     task of converting to bitmap for various uses.</p>
56     <p><small>Last Change: 2003-05-17</small></p></dd>
57     <dt><b><a href="http://pde.dyndns.org/Skencil/">Colorize</a>
58     (external)</b></dt>
59     <dd>
60     <p>A script from Pieter Edelman to interactively blend the color of
61     selected objects with a given color.</p>
62     <p><small>Last Change: 2003-01-03</small></p></dd>
63     <dt><b>Curve Text</b></dt>
64     <dd>
65     <p>A script to create Bezier-objects from font files. This is
66     particularly interesting if you want to use an unusual font for
67     e.g. titles or logos that is not yet installed for use with Skencil
68     or that you only have as a TrueType font.</p>
69     <p>This script is similar to the JapaneseText script below, but it
70     works for both TrueType and Type1 font files and it builds the list
71     of available fonts dynamically at run time. It borrows some code
72     from JapaneseText and requires the FreeType bindings from
73     JapaneseText.</p>
74     <p>The current version is
75     <a href="<!--download root-->/src/addons/curvetext-1.0.tar.gz">curvetext-1.0</a>.</p>
76     <p>The work on this script was funded by
77     <a href="http://intevation.net/">Intevation GmbH</a></p>
78     <p><small>Last Change: 2001-05-31</small></p></dd>
79     <dt>
80     <b><a href="http://www.cse.msu.edu/~behrends/fractalize/">Fractalizer</a>
81     (external)</b></dt>
82     <dd>
83     <p>Reimer Behrends has written a script to create fractal
84     structures as they occur in nature, such as rivers and
85     coastlines.</p>
86     <p><small>Last Change: 2002-07-17</small></p></dd>
87     <dt><b>GeoObject</b></dt>
88     <dd>
89     <p>A plug-in object and dialog that lets you import ArcView
90     shapefiles into Skencil. The objects created with this extension
91     retain some rudimentary information about their origin so that
92     objects read from different shapefiles that used the same
93     projection can be registered with each other.</p>
94     <table>
95     <tr>
96     <td>
97     <a href="Images/geoobjects-screenshot.png"><img src="Images/geoobjects-screenshot-small.png"
98     width="100" height="77" alt="GeoObject screenshot" /></a></td>
99     <td valign="top">Screen-shot of a map created with this plug-in,
100     using the
101     <a href="http://mapserver.gis.umn.edu/index.html">MapServer</a>
102     demo data.</td></tr></table>
103     <br />
104     <br />
105    
106     <p>The current version is
107     <a href="<!--download root-->/src/addons/geoobject-1.0.tar.gz">geoobject-1.0</a>.</p>
108     <p>The work on this add-on was funded by
109     <a href="http://intevation.net/">Intevation GmbH</a></p>
110     <p><small>Last Change: 2001-06-15</small></p></dd>
111     <dt><b><a href="http://de.geocities.com/dendronde/">Graph</a>
112     (external)</b></dt>
113     <dd>
114     <p>Create simple line and scatter graphs of one or more datasets
115     with the GNU plotutils. This is a plugin-object written by Christof
116     Ecker.</p>
117     <p><small>Last Change: 2002-01-16</small></p></dd>
118     <dt>
119     <b><a href="http://www.asahi-net.or.jp/~rd6t-kjym/sketch/">JapaneseText</a>
120     (external)</b></dt>
121     <dd>
122     <p>A script by Tamito KAJIYAMA for drawing Japanese characters. The
123     script reads outline data directly from Japanese TrueType fonts
124     using the FreeType library, and generates Bezier curve objects that
125     represent Japanese characters.</p>
126     <p>In case the
127     <a href="http://www.asahi-net.or.jp/~rd6t-kjym/sketch/">official
128     home-page</a> is not available, there is a
129     <a href="<!--download root-->/src/addons/JapaneseText-1.0.tar.gz">local copy of
130     version 1.0</a> as well.</p>
131     <p><small>Last Change: 2001-05-31</small></p></dd>
132     <dt><b><a href="http://www.2pi.info/latex/sketchlatex/">LaTeX
133     Plugin</a> (external)</b></dt>
134     <dd>
135     <p>Soren Henriksen has written two plugins to use LaTeX for
136     typesetting in Skencil.</p>
137     <p>One is a plugin object for text typeset with LaTeX. This one is
138     different from Christian von Ferber's script in that it provides a
139     new object type for LaTeX text and represents the typeset text as
140     Skencil text-objects instead of EPS files.</p>
141     <p>The other plugin is an export filter that writes an EPS and a
142     tex so that the LaTeX plugin text is set in TeX and the graphics is
143     in the EPS.</p>
144     <p>2002-04-03: The web-page is available again under a new
145     address.</p>
146     <p>2002-03-30: The web-page is down. For the time being, you can
147     get a
148     <a href="<!--download root-->/src/addons/soren_hendriksen-latextplugin-20020105.tar.gz">
149     tarball</a> with a version of the plugins from January 2002.</p>
150     <p><small>Last Change: 2002-04-03</small></p></dd>
151     <dt><b>Multiline Text</b></dt>
152     <dd>
153     <p>Create multiline text objects that can have multiple fonts and
154     colors. This is a plugin-object written by Christof Ecker and comes
155     with stable Skencil versions since 0.6.13.</p></dd>
156     <dt>
157     <b><a href="http://www.home.unix-ag.org/simon/sketch/pathstroke.py">
158     PathStroke</a> (external).</b></dt>
159     <dd>
160     <p>PathStroke by Simon Budig traces the outline of bezier path
161     objects with a second path. This can be used to quickly draw a
162     bezier shape and then vary the line thickness locally to get more
163     "natural" effects.<br /></p>
164     <p>Right now the resulting path might intersect itself when the
165     source path has very sharp curves, overlaps itself or has
166     edge-anchors. However, the resulting path might be used as a
167     starting point.<br /></p>
168     <p><small>Last Change: 2003-06-07</small></p></dd>
169 bernhard 615
170 jpaalasm 606 <dt>
171     <b><a href="http://www.asahi-net.or.jp/~rd6t-kjym/sketch/">PathUtil</a>
172     (external)</b></dt>
173     <dd>
174     <p>A set of scripts implementing boolean operations on paths,
175     written by Tamito Kajiyama. Supported path operations are: union,
176     intersect, exclude, minus front, minus back, divide, trim, and
177     outline.</p>
178     <p><small>Last Change: 2002-07-16</small></p></dd>
179 bernhard 615
180 jpaalasm 606 <dt><b><a href="http://pde.dyndns.org/Skencil/">Skencil Object and
181     Image Library (SOIL)</a> (external)</b></dt>
182     <dd>
183     <p>Script from Pieter Edelman implementing an object library.</p>
184     <p><small>Last Change: 2003-01-03</small></p></dd>
185 bernhard 615
186     <dt><b><a href="http://home.comcast.net/~jbiddier/sklatex/"
187     >skLaTeX</a> (external)</b></dt>
188     <dd>
189     <p>
190     A plugin that enables the inclusion of LaTeX formulas,
191     arrays, tables, lists and paragraphs in a Skencil document
192     as a curved object. By Joel Biddier.
193     </p>
194     <p><small>Last Change: 2004-09-28</small></p></dd>
195    
196 jpaalasm 606 <dt>
197     <b><a href="http://cerbo.thphy.uni-duesseldorf.de/~ferber/sketch/">TeX
198     Text</a> (external)</b></dt>
199     <dd>
200     <p>Christian von Ferber has written a script that lets you create
201     mathematical formulas with TeX and embed them in Skencil files as
202     EPS objects. More information is in the
203     <a href="http://cerbo.thphy.uni-duesseldorf.de/~ferber/sketch//readme">
204     README</a></p>
205     <p>2001-08-28: The TeX script now allows you to use both LaTeX and
206     plain TeX and the formulas can be modified again later.</p>
207     <p><small>Last Change: 2004-01-30</small></p></dd></dl>
208     <br />
209     <br />

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26