Compare commits

...

10 Commits

Author SHA1 Message Date
306ba50e6c Update README 2022-07-14 14:20:03 -07:00
695494a257 Add site metadata 2021-12-14 18:31:04 -08:00
ddf9266e55 Update README 2021-06-08 22:42:50 -07:00
cf4d734419 Update README 2021-06-08 22:41:04 -07:00
07029c9717 Updating README.md 2019-04-28 12:34:02 -07:00
7ba39f1570 update license file 2019-04-28 11:59:19 -07:00
e5ffd1e827 Updating README.md 2017-07-30 17:37:32 -07:00
aa4e1370c5 Updating README.md 2016-09-06 21:16:21 -07:00
7717ce21ef Updating README.md 2016-09-06 21:13:55 -07:00
a0f644e20e Updating README.md 2016-07-09 23:11:25 -07:00
2 changed files with 26 additions and 17 deletions

14
LICENSE Normal file
View File

@ -0,0 +1,14 @@
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,20 +1,15 @@
# Meganekko # # Meganekko
Meganekko was a flash card program that I wrote to assist me with my study of the Japanese language. It was based on the Meganekko was a flash card program that I developed to make it easier to remember Japanese vocabulary and Kanji. It was
principles of the [Leitner system](http://en.wikipedia.org/wiki/Leitner_system) and took advantage of 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 wxWidgets to construct a cross-platform user interface. Meganekko was written in C++ using the Code::Blocks IDE (project
[Code::Blocks](http://www.codeblocks.org/) IDE (project files for Visual Studio are also available). Flashcard data was files for Visual Studio are also available). Flashcard data was serialized to XML via the TinyXML library.
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.
## Screenshots ## Although Meganekko eventually matured to a usable state, I stopped development after I discovered Anki, a more mature
and feature-rich application.
[![Main window](https://foosoft.net/projects/meganekko/img/main-thumb.png)](https://foosoft.net/projects/meganekko/img/main.png) [![Main window](img/main-thumb.png)](img/main.png)
[![Card editor](https://foosoft.net/projects/meganekko/img/editor-thumb.png)](https://foosoft.net/projects/meganekko/img/editor.png) [![Card editor](img/editor-thumb.png)](img/editor.png)
[![Options dialog](https://foosoft.net/projects/meganekko/img/options-thumb.png)](https://foosoft.net/projects/meganekko/img/options.png) [![Options dialog](img/options-thumb.png)](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 question](img/review1-thumb.png)](img/review1.png)
[![Flash card answer](https://foosoft.net/projects/meganekko/img/review2-thumb.png)](https://foosoft.net/projects/meganekko/img/review2.png) [![Flash card answer](img/review2-thumb.png)](img/review2.png)
## License ##
GPL