adventures logo

Adventures in Linux Programming


by Rildo Pragana

brasil
portuguese
usa
english

Home

SOFTWARE


SlideDraw
SlideWidget
LsBrowse
Gscan
KeenView driver
Quadronegro
pppliga
Tiny Cobol
SQLforms

COURSE NOTES


Sys.Admin.
Tcl/tk

MISCELLANEOUS


GDI printers
gimp tutorial
tcl-guide
hardware projects
short commands
brazilian keyboard
personal info
html editing
favorite places
resume

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 David Suarez de Lis 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):

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: 2002/04/04 09:25:35