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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 616 - (hide annotations)
Tue Sep 28 16:28:14 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: 8994 byte(s)
Added autoshapes by Christof Ecker.

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