Let's practice writing kanji everyone! Choose a kanji and try drawing it following the instructions. Those are the 103 kanji from JLPT N5, I can easily make another project with the kanji from the other levels, ask me if you're interested. Commands: - C : Clears what you drew - N : New kanji (goes back to the table)
2014/12/21 - Version 1.1, I made the animation a lot more fluid. The trick was to have a version of the drawing function that works without screen refresh for drawing all 103 kanji fast and a version with for practice mode. Obvious in hindsight. 2014/07/29 - This is version 1.0, it might be a bit slow. Let me know if you find bugs or if you have any idea on how make the kanji animation more fluid. I picked up the kanji list from the KANJIDIC project ( http://ftp.monash.edu.au/pub/nihongo/kanjidic.html ) and used the kanji SVG drawings from the KanjiVG project ( http://kanjivg.tagaini.net/index.html ), both fantastic works. To render the SVG, I used the SVG Importer made by @griffpatch ( http://scratch.mit.edu/projects/22925968/ ), thank you so much, your project is so impressive.