Package sb-world.plt contributed by sbloch [docs]
To load: (require (planet sbloch/sb-world:1:0/sb-world))
Old style:(require (planet "sb-world.ss" ("sbloch" "sb-world.plt" 1 0)))
Min Racket version: 370
Package description:
The sb-world collection provides an alternative API for animations, similar to the bundled "world" teachpack but more functional and less imperative.
Downloads this week: 0
Total downloads: 1606
Tickets:0
Open tickets:0
Primary files:
NameContract
(all-from (lib "image.ss" "htdp"))
nw:rectangle
place-image
empty-scene
scene+line
run-animation
run-saveable-animation
end-of-time
run-movie
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)
3
3702008-08-20
To load: (require (planet sbloch/sb-world:1:0/sb-world))
Available in repositories: 3xx

I hope this works on PLaneT!

No Tickets Currently open for this Package [New Ticket]
 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
(1 7)
129
4.2.42010-02-08
To load: (require (planet "main.ss" ("sbloch" "sb-world.plt" 1 (= 7))))
Available in repositories: 4.x

1.7: fix to work with DrScheme 4.2.4; fixed a bug in place-image; changed scene+line to accept images, not just scenes

1.6: fix to work with DrScheme 4.2.2, and fixed a bug in place-image.

1.5: fix to work with DrScheme 4.2

1.4: Corrected some documentation; added key-event? and key=?.

(1 6)
400
4.2.22009-10-19
To load: (require (planet "main.ss" ("sbloch" "sb-world.plt" 1 (= 6))))
Available in repositories: 4.x

1.6: fix to work with DrScheme 4.2.2, and fixed a bug in place-image.

1.5: fix to work with DrScheme 4.2

1.4: Corrected some documentation; added key-event? and key=?.

(1 5)
816
4.02009-07-09
To load: (require (planet "sb-world.ss" ("sbloch" "sb-world.plt" 1 (= 5))))
Available in repositories: 4.x

1.5: fix to work with DrScheme 4.2

1.4: Corrected some documentation; added key-event? and key=?.

(1 4)
65
4.02009-02-24
To load: (require (planet "sb-world.ss" ("sbloch" "sb-world.plt" 1 (= 4))))
Available in repositories: 4.x

Corrected some documentation; added key-event? and key=?.

(1 3)
94
4.02009-01-20
To load: (require (planet "sb-world.ss" ("sbloch" "sb-world.plt" 1 (= 3))))
Available in repositories: 4.x

Corrected some documentation.

(1 2)
15
4.02008-12-03
To load: (require (planet "sb-world.ss" ("sbloch" "sb-world.plt" 1 (= 2))))
Available in repositories: 4.x

Corrected some documentation.

(1 1)
84
4.02008-08-20
To load: (require (planet "sb-world.ss" ("sbloch" "sb-world.plt" 1 (= 1))))
Available in repositories: 4.x

This version differs from 1.0 in being targeted at DrScheme version 4.x rather than 37x.