summaryrefslogtreecommitdiffhomepage
path: root/README.mdown
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-02-22 18:07:06 -0500
committerrealtradam <[email protected]>2022-02-22 18:07:06 -0500
commit72afb175a1d0196588959b3ddea4c8b9e06ccf3e (patch)
treec25063ab98a1892970f1098fa10c908214e36346 /README.mdown
parent108b0c6a98ebf691b855978df9286f1e6b07c640 (diff)
downloadarbitrary-polygon-collision-72afb175a1d0196588959b3ddea4c8b9e06ccf3e.tar.gz
arbitrary-polygon-collision-72afb175a1d0196588959b3ddea4c8b9e06ccf3e.zip
ported to mruby-raylib
Diffstat (limited to 'README.mdown')
-rw-r--r--README.mdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.mdown b/README.mdown
index 48dabbe..13dc108 100644
--- a/README.mdown
+++ b/README.mdown
@@ -1,3 +1,4 @@
### Working implementation of SAT(Seperating Axis Theorem) in ruby
-working code, needs to be cleaned up
+It works but the math could have some optimizations and cleanup done to it. Recently ported to work with mruby-raylib bindings.
+