Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A Processing library wrapping JBox2D (http://www.jbox2d.org/).

Download library: http://www.shiffman.net/p5/libraries/box2d_processing/box2d_processing.zip

Tutorial and further examples for this library are available in The Nature of Code book: http://natureofcode.com.
Tutorial and further examples for this library are available in The Nature of Code book: http://natureofcode.com. Note that there have been some changes to the library since the book was published; in particular you'll need to replace references to the `PBox2D` class with `Box2DProcessing`.