meganekko/README.md

33 lines
1.9 KiB
Markdown
Raw Normal View History

2016-09-07 04:16:21 +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
2015-11-13 09:53:18 +00:00
## Screenshots ##
2015-01-22 08:29:12 +00:00
2016-07-03 04:31:02 +00:00
[![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)
2015-11-17 05:31:38 +00:00
## License ##
2017-07-31 00:37:32 +00:00
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/>.