Skip to content

Commit

Permalink
Switch to surfage
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmatech committed Mar 23, 2010
1 parent d62b0f5 commit 442a4f1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ time. This is a port of Box2D Lite to R6RS Scheme.
# Setup

$ cd ~/scheme # Where '~/scheme' is the path to your Scheme libraries
$ bzr branch lp:~scheme-libraries-team/scheme-libraries/srfi
$ git clone git://github.com/dharmatech/surfage.git
$ git clone git://github.com/dharmatech/dharmalab.git
$ git clone git://github.com/dharmatech/agave.git

Expand Down
2 changes: 1 addition & 1 deletion arbiter.sls
Expand Up @@ -25,7 +25,7 @@
)

(import (rnrs)
(srfi :27)
(surfage s27 random-bits)
(gl)
(agave glamour misc)
(dharmalab misc is-vector)
Expand Down
2 changes: 1 addition & 1 deletion demos/dominos.sps
Expand Up @@ -13,7 +13,7 @@
(box2d-lite body)
(box2d-lite joint)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion demos/randomized-stacking.sps
Expand Up @@ -12,7 +12,7 @@
(box2d-lite mat)
(box2d-lite body)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion demos/simple-pendulum.sps
Expand Up @@ -13,7 +13,7 @@
(box2d-lite body)
(box2d-lite joint)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion demos/small-pyramid.sps
Expand Up @@ -12,7 +12,7 @@
(box2d-lite mat)
(box2d-lite body)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion demos/suspension-bridge.sps
Expand Up @@ -13,7 +13,7 @@
(box2d-lite body)
(box2d-lite joint)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion demos/teeter.sps
Expand Up @@ -13,7 +13,7 @@
(box2d-lite body)
(box2d-lite joint)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion demos/varying-friction.sps
Expand Up @@ -12,7 +12,7 @@
(box2d-lite mat)
(box2d-lite body)
(box2d-lite world)
(srfi :27 random-bits))
(surfage s27 random-bits))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion world-parameters.sls
Expand Up @@ -6,7 +6,7 @@
position-correction)

(import (rnrs)
(srfi :39 parameters))
(surfage s39 parameters))

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
2 changes: 1 addition & 1 deletion world.sls
Expand Up @@ -7,7 +7,7 @@
world::step)

(import (except (rnrs) remove)
(only (srfi :1 lists) remove)
(only (surfage s1 lists) remove)
(box2d-lite util define-record-type)
(box2d-lite util say)
(box2d-lite vec)
Expand Down

0 comments on commit 442a4f1

Please sign in to comment.