Compare commits

..

No commits in common. "306ba50e6cbdf4fcff2dae6b7547e04d05c052b7" and "ab3d95769fc830ea87e39e4ebb1fc7cdb8cacabb" have entirely different histories.

2 changed files with 17 additions and 26 deletions

14
LICENSE
View File

@ -1,14 +0,0 @@
Copyright 2008-2019 Alex Yatskov
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/>.

View File

@ -1,15 +1,20 @@
# Meganekko
# 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.
Meganekko was a flash card program that I wrote to assist me with my study of the Japanese language. It was 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
[Code::Blocks](http://www.codeblocks.org/) IDE (project files for Visual Studio are also available). Flashcard data was
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 ##
[![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)
[![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 ##
GPL