Updating README.md

This commit is contained in:
Alex Yatskov 2016-07-09 23:11:25 -07:00
parent ab3d95769f
commit a0f644e20e

View File

@ -1,11 +1,12 @@
# Meganekko # # Meganekko #
Meganekko was a flash card program that I wrote to assist me with my study of the Japanese language. It was based on the Meganekko was a flash card program that I developed to make it easier to remember Japanese vocabulary and Kanji. It was
principles of the [Leitner system](http://en.wikipedia.org/wiki/Leitner_system) and took advantage of based on the principles of the [Leitner system](http://en.wikipedia.org/wiki/Leitner_system) and took advantage of
[wxWidgets](https://www.wxwidgets.org/) to construct a cross-platform user interface. It was written in C++ in the wxWidgets to construct a cross-platform user interface. Meganekko was written in C++ using the Code::Blocks IDE (project
[Code::Blocks](http://www.codeblocks.org/) IDE (project files for Visual Studio are also available). Flashcard data was files for Visual Studio are also available). Flashcard data was serialized to XML via the TinyXML library.
read and written to XML via the [TinyXML](http://www.grinninglizard.com/tinyxml/) library. I stopped development after I
discovered [Anki](http://ankisrs.net/), a much more mature and feature-rich application. Although Meganekko eventually matured to a usable state, I stopped development after I discovered Anki, a more mature
and feature-rich application.
## Screenshots ## ## Screenshots ##