Changes between Version 7 and Version 8 of members/GRIP-UQAM/Python
- Timestamp:
- Oct 6, 2016, 10:56:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/Python
v7 v8 82 82 = Various modules = 83 83 * [WikiPedia:Kivy] Library for developing mobile apps and other multitouch application software with a natural user interface (NUI). It can run on Android, iOS, Linux, OS X, and Windows. 84 == Event Dispatcher (Mediator Pattern) == 85 * [https://pypi.python.org/pypi/mediator mediator] 86 * [https://gist.github.com/Kilte/3c8e39647224be97daab Kilte/dispatcher.py]