1.9 KiB
Meganekko
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 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.
Screenshots
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.