-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrelated.html
38 lines (35 loc) · 1.09 KB
/
related.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: default
title: Related projects
name: related.html
description: A list of projects which are similar to KanjiVG
---
<div class="page-header">
<h1>Related projects</h1>
</div>
<p>
This page lists other open-source projects similar to KanjiVG.
</p>
<ul>
<li>
The <a href="http://glyphwiki.org">GlyphWiki</a> uses a dedicated
language and generation engine to describe and generate kanji.
</li>
<li>
<a href="https://www.skishore.me/makemeahanzi/">Make Me a
Hanzi</a> contains free, open-source Chinese character data
</li>
<li>
<a href="https://github.com/parsimonhi/animCJK">AnimCJK</a> - Draw
animated Japanese characters (Kanji and Kana) and Chinese
characters (Hanzi) in correct stroke order using svg, free
open-source code.
</li>
<li>
<a href="https://sourceforge.net/projects/tomoe/">The Tomoe
Project</a> is a handwriting character recognition engine. It
contains extensive graphical data for simplified Chinese and
Japanese characters in XML format. However, this project has not
been updated since June 2007.
</li>
</ul>