Skip to content

Commit 3b99726

Browse files
Update README.md
1 parent 09e97be commit 3b99726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# BasicRectangleColliderJs
22
A basic rectangle collision library made for just non-rotated rectangles that tells you the face collided with and has a collision system where you can have one element be static and one dynamic. It's mostly just for use in my projects, but feel free to use it in your own.
33

4+
<img src="BasicRectangleColliderJs.png" width="512" />
5+
46
You can find examples [here](https://github.com/RandomGamingDev/BasicRectangleColliderJs/tree/main/examples). Currently [this](https://github.com/RandomGamingDev/BasicRectangleColliderJs/blob/main/examples/sketch.js) example uses p5.js.
57

68
This library supports drawing the collision box for debug purposes.

0 commit comments

Comments
 (0)