parsimonhi / animCJK

Draw animated Japanese characters (Kanji and Kana), Korean characters (Hanja) and Chinese characters (Hanzi) in correct stroke order using svg, free open-source code.
284 stars 72 forks source link

Using animCJK Japanese data in Hanzi Writer #6

Closed chanind closed 5 years ago

chanind commented 5 years ago

Hi - I maintain a project called Hanzi Writer for animating Chinese characters using the same MakeMeAHanzi data that animCJK uses. I set up a repo which pulls in the Japanese data from animCJK in a format that Hanzi Writer can use, currently at https://github.com/chanind/hanzi-writer-data-jp. Is the way this is set up OK with licensing and attribution and everything? If it seems to work well I'd like to add Japanese as an option to Hanzi Writer directly as well using this data. I'll add attribution to the repo and docs for Hanzi Writer back to animCJK as well of course.

Thanks for publishing the Japanese version of this data! It looks like it's really great quality!

parsimonhi commented 5 years ago

Hi - I know Hanzi Writer: great job!

Concerning licences for animCJK data:

It seems that you didn't include Hiragana and Katakana, so I think that you can just keep Arphic license at the moment.

chanind commented 5 years ago

Excellent! That makes things easy then. I don't think hiragana would work with Hanzi Writer in its current form anyway since it has strokes that loop back over themselves. Thanks so much! And awesome work with this library!