meganekko/README.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

2015-11-13 09:53:18 +00:00
# Meganekko #
2015-01-22 08:29:12 +00:00
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
2015-11-17 05:31:38 +00:00
[wxWidgets](https://www.wxwidgets.org/) to construct a cross-platform user interface. It was written in C++ in the
2015-01-22 08:29:12 +00:00
[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.
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 ##
GPL