본문으로 바로가기

홈페이지 : http://www.pragana.net/slidedraw.html#slidewidget

Slidedraw는 순수 Tcl/Tk로 작성된 프레젠테이션 슬라이드 작성 프로그램입니다. SlideWidget은 Tk의 캔버스 위젯을 대체하고 작성된 위젯이며, 캔버스대비 몇 가지 개선된 기능이 포함되어 있습니다.

Slidedraw

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).

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.

sldwidget-981108.tar.gz
0.13MB
slidedraw-20001026.tar.gz
0.15MB

'확장 패키지 (Extension Package)' 카테고리의 다른 글

TclMagick 5.5.8a2 (A Tcl interface to ImageMagick)  (3) 2024.08.13
HugeCombo  (0) 2024.07.29
tDOM 0.9.4  (0) 2024.07.29
Sxmlwriter for Tcl 0.2  (0) 2024.07.29
Trf 2.1p2 (2.1p1 바이너리 버전 포함)  (0) 2024.07.22