From df19a9e025a112ab40fb2faa045c3d363dbf0f2b Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 6 Sep 2014 21:27:28 -0400 Subject: [PATCH] Add caveat about mobile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff15dd..5bcd908 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Introduction -A Clojure library that provides a wrapper for [libGDX](http://libgdx.badlogicgames.com/), allowing you to write 2D and 3D games that run on desktop OSes (Windows, OS X, and Linux) and mobile OSes (Android and iOS) with the same Clojure codebase. +A Clojure library that provides a wrapper for [libGDX](http://libgdx.badlogicgames.com/), allowing you to write 2D and 3D games that run on desktop OSes (Windows, OS X, and Linux) and mobile OSes (Android and iOS) with the same Clojure codebase. The mobile support is currently experimental, and may have poor performance or even fail to run on some devices. ## Getting Started