AZ logo

CTAN directory: /graphics/sketch

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
sketch A 3d sketch translator.

Subdirectories

Name Notes
Data/
Doc/

Files

Name Size* Date UTC Notes
COPYING.txt 34 KiB 2008-Aug-09
README 1 KiB 2008-Aug-09 Shown below
bsp.c 32 KiB 2008-Aug-09
bsp.h 2 KiB 2008-Aug-09
cmdline.c 7 KiB 2008-Aug-09
cmdline.h 2 KiB 2008-Aug-09
dynarray.h 12 KiB 2008-Aug-09
emit.c 23 KiB 2008-Aug-09
emit.h 1 KiB 2008-Aug-09
error.c 3 KiB 2008-Aug-09
error.h 1 KiB 2008-Aug-09
expr.c 13 KiB 2008-Aug-09
expr.h 3 KiB 2008-Aug-09
geometry.c 29 KiB 2008-Aug-09
geometry.h 13 KiB 2008-Aug-09
geomio.c 2 KiB 2008-Aug-09
geomio.h 1 KiB 2008-Aug-09
global.c 4 KiB 2008-Aug-09
global.h 3 KiB 2008-Aug-09
langver.c 2 KiB 2008-Aug-09
langver.h 1 KiB 2008-Aug-09
lex.yy.c 68 KiB 2008-Aug-09
main.c 3 KiB 2008-Aug-09
main.h 1 KiB 2008-Aug-09
makefile 4 KiB 2008-Aug-09
makever.pl 2 KiB 2008-Aug-09
memutil.c 1 KiB 2008-Aug-09
memutil.h 2 KiB 2008-Aug-09
opts.c 13 KiB 2008-Aug-09
opts.h 3 KiB 2008-Aug-09
parse.h 1 KiB 2008-Aug-09
resource.h 1 KiB 2008-Aug-09
scene.c 40 KiB 2008-Aug-09
scene.h 5 KiB 2008-Aug-09
sketch.l 7 KiB 2008-Aug-09
sketch.y 17 KiB 2008-Aug-09
symbol.c 9 KiB 2008-Aug-09
symbol.h 3 KiB 2008-Aug-09
updates.htm 4 KiB 2008-Aug-09
version.dat 57 bytes 2008-Aug-09
version.h 403 bytes 2008-Aug-09
y.tab.c 73 KiB 2008-Aug-09
y.tab.h 3 KiB 2008-Aug-09

  *File sizes in kibibytes.

Contents of README

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 .