meganekko/README.md

16 lines
920 B
Markdown
Raw Permalink Normal View History

2021-06-09 05:41:04 +00:00
# Meganekko
2015-01-22 08:29:12 +00:00
2016-07-10 06:11:25 +00:00
Meganekko was a flash card program that I developed to make it easier to remember Japanese vocabulary and Kanji. It was
based on the principles of the [Leitner system](http://en.wikipedia.org/wiki/Leitner_system) and took advantage of
wxWidgets to construct a cross-platform user interface. Meganekko was written in C++ using the Code::Blocks IDE (project
files for Visual Studio are also available). Flashcard data was serialized to XML via the TinyXML library.
Although Meganekko eventually matured to a usable state, I stopped development after I discovered Anki, a more mature
and feature-rich application.
2015-01-22 08:29:12 +00:00
2021-12-15 02:31:04 +00:00
[![Main window](img/main-thumb.png)](img/main.png)
[![Card editor](img/editor-thumb.png)](img/editor.png)
[![Options dialog](img/options-thumb.png)](img/options.png)
[![Flash card question](img/review1-thumb.png)](img/review1.png)
[![Flash card answer](img/review2-thumb.png)](img/review2.png)