This package is not available in the 3xx repository. Showing package versions available for all repositories instead.
Package animated-canvas.plt contributed by williams [docs]
To load: (require (planet williams/animated-canvas:2:5/animated-canvas))
Old style:(require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 5)))
Min Racket version: 5.2
Package description:
This library provides an animated-canvas% class that specializes the Gracket canvas% class to provide a simple double-buffered animation capability in Racket. Two demonstration programs are also provided.
Downloads this week: 0
Total downloads: 784
Tickets:0
Open tickets:0
Primary files:
[no interface available]
 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 5)
399
5.22012-11-18
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 5))))
Available in repositories: 4.x
Added animations of insertion sort and bubble sort using the plot collection.
(2 4)
94
5.22011-12-02
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 4))))
Available in repositories: 4.x
Changed make-ivl instance to ivl to work with the latest nightly builds.
(2 3)
3
5.22011-11-12
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 3))))
Available in repositories: 4.x
Updated the examples to show animations using the new plot collection.
(2 2)
68
5.02010-10-27
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 2))))
Available in repositories: 4.x
Minor documentation changes.
(2 1)
21
[none]
5.02010-06-02
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 1))))
Available in repositories: 4.x
Updated for Racket naming conventions.
(2 0)
3
[none]
5.02010-06-02
To load: (require (planet "[file]" ("williams" "animated-canvas.plt" 2 (= 0))))
Available in repositories: 4.x
[no release notes]
(1 1)
165
[none]2008-11-23
To load: (require (planet "animated-canvas.ss" ("williams" "animated-canvas.plt" 1 (= 1))))
Available in repositories: 4.x
Scribble documentation update and added license.txt.
(1 0)
31
[none]2008-09-25
To load: (require (planet "animated-canvas.ss" ("williams" "animated-canvas.plt" 1 (= 0))))
Available in repositories: 4.x
Initial PLaneT release of the animated canvas.