meganekko/README.md
2017-07-30 17:37:32 -07:00

33 lines
1.9 KiB
Markdown

# 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](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.
## Screenshots ##
[![Main window](https://foosoft.net/projects/meganekko/img/main-thumb.png)](https://foosoft.net/projects/meganekko/img/main.png)
[![Card editor](https://foosoft.net/projects/meganekko/img/editor-thumb.png)](https://foosoft.net/projects/meganekko/img/editor.png)
[![Options dialog](https://foosoft.net/projects/meganekko/img/options-thumb.png)](https://foosoft.net/projects/meganekko/img/options.png)
[![Flash card question](https://foosoft.net/projects/meganekko/img/review1-thumb.png)](https://foosoft.net/projects/meganekko/img/review1.png)
[![Flash card answer](https://foosoft.net/projects/meganekko/img/review2-thumb.png)](https://foosoft.net/projects/meganekko/img/review2.png)
## 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/>.