2021-12-15 01:00:01 +00:00
|
|
|
<!-- +++
|
|
|
|
Area = "projects"
|
|
|
|
GitHub = "ankijoy"
|
|
|
|
Layout = "page"
|
|
|
|
Tags = ["anki", "pygame", "pyqt", "python", "gpl license"]
|
|
|
|
Description = "Gamepad input plugin for Anki on Linux-based systems."
|
|
|
|
Collection = "ProjectsComplete"
|
|
|
|
+++ -->
|
|
|
|
|
2021-06-09 03:53:08 +00:00
|
|
|
# AnkiJoy
|
2015-11-13 09:57:24 +00:00
|
|
|
|
2016-07-05 03:24:59 +00:00
|
|
|
AnkiJoy is a plugin for Anki (version 1.x only) which enables joystick and gamepad support in Linux via pygame. Due to
|
2019-04-28 23:02:06 +00:00
|
|
|
differences in the Python runtime environment, this plugin does not currently function in Windows. With the help of this
|
|
|
|
plugin, you can map buttons on your favorite game controller to preset actions in Anki.
|
2015-11-13 09:57:24 +00:00
|
|
|
|
2021-12-15 01:00:01 +00:00
|
|
|
![](img/gamepad.png)
|
2016-07-05 03:24:59 +00:00
|
|
|
|
2021-06-09 03:53:08 +00:00
|
|
|
## Installation
|
2016-07-05 03:24:59 +00:00
|
|
|
|
2019-04-28 23:02:06 +00:00
|
|
|
1. Make sure [Anki 1.x](http://ankisrs.net/download/mirror/archive/) and [pygame](http://www.pygame.org/) are installed.
|
|
|
|
2. Copy the included `ankijoy.py` file into the `addons` directory.
|