Index of /archives/text/CTAN/graphics/sketch
Name Last modified Size Description
Parent Directory -
Data/ 2008-08-09 13:36 -
Doc/ 2008-08-09 13:36 -
version.dat 2008-08-09 13:36 57
version.h 2008-08-09 13:36 403
langver.h 2008-08-09 13:36 625
README 2008-08-09 13:36 703
main.h 2008-08-09 13:36 890
parse.h 2008-08-09 13:36 1.1K
geomio.h 2008-08-09 13:36 1.2K
resource.h 2008-08-09 13:36 1.2K
error.h 2008-08-09 13:36 1.2K
emit.h 2008-08-09 13:36 1.2K
memutil.c 2008-08-09 13:36 1.4K
memutil.h 2008-08-09 13:36 1.7K
geomio.c 2008-08-09 13:36 1.8K
cmdline.h 2008-08-09 13:36 1.9K
langver.c 2008-08-09 13:36 2.1K
makever.pl 2008-08-09 13:36 2.3K
bsp.h 2008-08-09 13:36 2.5K
global.h 2008-08-09 13:36 2.7K
error.c 2008-08-09 13:36 2.9K
expr.h 2008-08-09 13:36 2.9K
symbol.h 2008-08-09 13:36 2.9K
opts.h 2008-08-09 13:36 3.0K
main.c 2008-08-09 13:36 3.1K
y.tab.h 2008-08-09 13:36 3.5K
makefile 2008-08-09 13:36 4.1K
global.c 2008-08-09 13:36 4.1K
updates.htm 2008-08-09 13:36 4.5K
scene.h 2008-08-09 13:36 4.9K
sketch.l 2008-08-09 13:36 7.4K
cmdline.c 2008-08-09 13:36 7.5K
symbol.c 2008-08-09 13:36 9.4K
dynarray.h 2008-08-09 13:36 12K
geometry.h 2008-08-09 13:36 13K
expr.c 2008-08-09 13:36 13K
opts.c 2008-08-09 13:36 13K
sketch.y 2008-08-09 13:36 17K
emit.c 2008-08-09 13:36 23K
geometry.c 2008-08-09 13:36 29K
bsp.c 2008-08-09 13:36 32K
COPYING.txt 2008-08-09 13:36 34K
scene.c 2008-08-09 13:36 40K
lex.yy.c 2008-08-09 13:36 68K
y.tab.c 2008-08-09 13:36 73K
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 .