mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Anki is a smart spaced repetition flashcard program
![]() We need to set the OpenGL mode prior to Qt initialisation, but want to fetch the current driver from the profile manager - and the profile manager required Qt to already be set up. Work around this by moving away from QStandardPaths in favour of a pure Python module. The profile manager now does early setup using winpaths, and we defer most of the setup until Qt has been initialised. Also we install a message handler to catch OpenGL initialisation errors, and automatically switch to the next driver so users don't need to manually change the driver. The --hwaccel option has been removed, as it is no longer necessary. |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.