Index of /archives/text/CTAN/graphics/sketch
Name Last modified Size Description
Parent Directory -
COPYING.txt 2008-08-09 13:36 34K
Data/ 2008-08-09 13:36 -
Doc/ 2008-08-09 13:36 -
README 2008-08-09 13:36 703
bsp.c 2008-08-09 13:36 32K
bsp.h 2008-08-09 13:36 2.5K
cmdline.c 2008-08-09 13:36 7.5K
cmdline.h 2008-08-09 13:36 1.9K
dynarray.h 2008-08-09 13:36 12K
emit.c 2008-08-09 13:36 23K
emit.h 2008-08-09 13:36 1.2K
error.c 2008-08-09 13:36 2.9K
error.h 2008-08-09 13:36 1.2K
expr.c 2008-08-09 13:36 13K
expr.h 2008-08-09 13:36 2.9K
geometry.c 2008-08-09 13:36 29K
geometry.h 2008-08-09 13:36 13K
geomio.c 2008-08-09 13:36 1.8K
geomio.h 2008-08-09 13:36 1.2K
global.c 2008-08-09 13:36 4.1K
global.h 2008-08-09 13:36 2.7K
langver.c 2008-08-09 13:36 2.1K
langver.h 2008-08-09 13:36 625
lex.yy.c 2008-08-09 13:36 68K
main.c 2008-08-09 13:36 3.1K
main.h 2008-08-09 13:36 890
makefile 2008-08-09 13:36 4.1K
makever.pl 2008-08-09 13:36 2.3K
memutil.c 2008-08-09 13:36 1.4K
memutil.h 2008-08-09 13:36 1.7K
opts.c 2008-08-09 13:36 13K
opts.h 2008-08-09 13:36 3.0K
parse.h 2008-08-09 13:36 1.1K
resource.h 2008-08-09 13:36 1.2K
scene.c 2008-08-09 13:36 40K
scene.h 2008-08-09 13:36 4.9K
sketch.l 2008-08-09 13:36 7.4K
sketch.y 2008-08-09 13:36 17K
symbol.c 2008-08-09 13:36 9.4K
symbol.h 2008-08-09 13:36 2.9K
updates.htm 2008-08-09 13:36 4.5K
version.dat 2008-08-09 13:36 57
version.h 2008-08-09 13:36 403
y.tab.c 2008-08-09 13:36 73K
y.tab.h 2008-08-09 13:36 3.5K
Sketch
(c) 2005, 2006, 2007 Eugene K. Ressler
Sketch is a simple system for producing line drawings of
three-dimensional objects and scenes. It began as a way to make
illustrations for a textbook after we could find no suitable tool
for this purpose. Existing scene processors emphasized GUIs and/or
photo-realism, both un-useful to us. We wanted to produce finely
wrought, mathematically-based illustrations with no extraneous
detail and be able to easily overlay TeX math and text. The input
language is reminiscent of PSTricks, so will be easy to learn for
current PSTricks users. It generates either PSTricks or TikZ/PGF
code as output. See http://www.frontiernet.net/~eugene.ressler .