Updated readme
authorFrank Huang <me@nongraphical.com>
Fri, 27 Jul 2012 20:36:28 +0000 (13:36 -0700)
committerFrank Huang <me@nongraphical.com>
Fri, 27 Jul 2012 20:36:28 +0000 (13:36 -0700)
Enjoy.xcodeproj/project.pbxproj
README.md
license.txt

index c615a5a..44084e7 100644 (file)
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                PREBINDING = NO;
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                PREBINDING = NO;
-                               SDKROOT = macosx;
+                               SDKROOT = macosx10.6;
                        };
                        name = Debug;
                };
                        };
                        name = Debug;
                };
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                PREBINDING = NO;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                PREBINDING = NO;
-                               SDKROOT = macosx;
+                               SDKROOT = macosx10.6;
                        };
                        name = Release;
                };
                        };
                        name = Release;
                };
index b6ccd6c..daf4ed6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,28 @@
-enjoy2
+Enjoy2
 ======
 
 ======
 
-Transform joystick input into keyboard and mouse events (OSX)
\ No newline at end of file
+Enjoy2 is a simple program for Mac OSX that allows you to transform joystick inputs into keyboard or mouse events.
+
+If you've ever played a video game which only supports mouse and keyboard input, but you want to use a joystick or gamepad, then Enjoy2 is the program for you. Enjoy2 lets you map your joystick inputs to:
+
+* Key events
+* Mouse clicks
+* Mouse movement (for analog sticks)
+
+Enjoy2 supports multiple configurations (for different games or programs) and you can even map joystick buttons to change configurations on-the-fly.
+
+Enjoy2 is written by [Yifeng Huang](htty://nongraphical.com) and is based on [Enjoy by Sam McCall](http://abstractable.net/enjoy/). Enjoy is MIT-licensed.
+
+
+## Requirements
+
+* Mac OS X 10.6 (Snow Leopard) or higher
+* USB gamepad/joystick/controller
+
+## Changelog
+
+Version 1.1
+
+* Forked from Enjoy
+* Mouse movement support
+* Mouse button support
\ No newline at end of file
index 88fb42c..06229f7 100644 (file)
@@ -1,4 +1,5 @@
 Copyright (c) 2009 Sam McCall
 Copyright (c) 2009 Sam McCall
+Copyright (c) 2012 Yifeng Huang
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal