adventures logo
adventures in linux programming
usa
portuguese
usa
english

SOFTWARE


tdesk
wmx
microterminal (FPGA)
webmail
SlideDraw
SlideWidget
LsBrowse
Gscan
KeenView driver
Quadronegro
pppliga
Tiny Cobol
SQLforms

COURSE NOTES


CONISLI 2004
C básico
Linux sob medida
Sys.Admin.
Tcl/tk
tclslides talk
FSL(P.Alegre) 2003
Forum linux I
Real Time Linux
Americano Batista Linux

MISC


GDI printers
SOS Linux
gimp tutorial
tcl-guide
hardware projects
free photos
short commands
brazilian keyboard
personal info
html editing
resume
favorite places (links)

ESSAYS


Chapeuzinho Vermelho
Linux Pernambuco
Why Linux?
Installfest
Day after

Slidedraw and SlideWidget

Slidedraw is a slide presentation drawing program. Make your presentations shine! Written in Tcl/tk.

I have received some contributions from Charles N. Wyble. The newest snapshot (see below) is his.

My friend has been kind enough to maintain a web page on this subject. Unfortunatelly, his page is down and now this page reverts to the status of Official Slidedraw page, at least till someone starts another. Any takers?

If you want to see SlideDraw's slides without the real thing, you can. Just rename your slide file, say slides.sld as slides.tar.gz. Then unzip/untar it and you will get several numbered files: 1, 2, 3,... Each of these files is just a script for the tcl/tk's canvas widget. Open a wish session, create a canvas with: pack [canvas .c -width 640 -height 480] ; set cv .c and source one of these files. A variable sld(background) will be set with background color as well. You may set the background with the command $cv config -bg $sld(background).

What's new

I have been doing many changes recently, in most cases to enter my text faster. Not yet with slidewidget, sorry. The additions are several slide manipulation routines like copy, duplicate, import, export (in canvas format), delete or insert a blank slide. The import/export commands are useful when I want to reshuffle old slide collections and make a new one with several older slides and some redesigned.

Downloads

Here are the most recent snapshots (development releases):

  • slidedraw-20001026.tar.gz
  • slidedraw-991009a.tar.gz
  • slidedraw-991009.tar.gz
  • slidedraw-991008.tar.gz
  • slidedraw-991006.tar.gz
  • slidedraw-991005.tar.gz
  • slidedraw-991004.tar.gz
  • slidedraw-991002.tar.gz

Screenshots

While I finish the next (major) release, here are some screenshots of the current release.

screenshot1

Here are some dialogs: color palette (growable), font chooser and background gradient generator (with separate library).
screenshot2

This "contact sheet mode" works like some photographic camera programs.
screenshot3

You can select some zoom levels and there is also a dialog for defining the toolbar's buttons.
screenshot4

SlideWidget

A new widget for tk I am writing to replace canvas in Slidedraw, getting more speed, zoom, backgrounds and other niceties. This is still very alpha, as nobody (except myself) have tried it yet. I would like to have at least some reports on how is it doing, please. Take it here.
Here is a screenshot of the test script with a 40 degrees rotated text, some pictures and lines. It's not very nice but give you an idea.

slidewidget


Last updated: 2006/10/12 10:50:03