-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
58 lines (36 loc) · 3.1 KB
/
help.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Trunic</title>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/pure-min.css" />
<link rel="stylesheet" href="css/svg.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="shortcut icon" href="favicon.png" />
</head>
<body>
<div style="text-align:center;">
<h1 class="ribbon">Help</h1>
</div>
<main>
<h2>What is Trunic Drawer?</h2>
<p>Trunic Drawer is a web tool that draws for you Trunic text (Trunic is the secret writing system used in the game <a href="https://store.steampowered.com/app/553420/TUNIC/" target="_blank">TUNIC</a>)</p>
<p>If you want to get well-drawn Trunic runes to talk with someone in Trunic, use Trunic text for a project such as an artwork or comic, or just want to play with the writing system, this app is for you!</p>
<p>Please note that this app is for people who <b>already know</b> what their Trunic text will look like. If you do not know how Trunic works, or you want to get Trunic text without thinking about phonetics, this is maybe not the right app for you.</p>
<h2>How to use? (Easy way)</h2>
<p>To write a Trunic rune (consonant + vowel), press a consonant button, then a vowel button. Text will be written in the input. If you want to write a dotted rune (vowel + consonant), just change the order of buttons.</p>
<p>If you want to write a rune with only a vowel or only a consonant, press the same vowel/consonant button twice.</p>
<p>Then, press Draw to draw the Trunic runes. You may then download the result as PNG or SVG. You can also resize the box or change the foreground/background colors if you want, before downloading.</p>
<h2>How to use? (Hard way)</h2>
<p>You can also directly type text, if you know the tool and want to go faster. Remember that consonant part is always uppercase, vowel case is always lowercase, and a dash has to be put between each rune (so the tool knows where a rune begin and where a rune ends).</p>
<p>What you should write is shown in each button (for example, for the syllable <i>/θa/</i>, you have to write THa)</p>
<p>Then, press Draw to draw the Trunic runes. You may then download the result as PNG or SVG. You can also resize the box or change the foreground/background colors if you want, before downloading.</p>
<h2>What is the difference with PNG and SVG?</h2>
<p>PNG is an image format, which means it is a canvas on each are drawn pixels. It is easy to use, but you cannot change easily the image (colors...), and cannot resize the image without losing quality.</p>
<p>SVG is more like a "drawing" format. Instead of defining pixels, it defines drawings in a geometrical way. You need a specialized software to manipulate it (Inkscape, Adobe Illustrator), but if you know how to use it, it is very flexible.</p>
<h2>Who made this? / I have something to say</h2>
<p><a href="https://ailothaen.fr/tunic/trunic/" target="_blank">Check out the Github repository here!</a></p>
</main>
</body>
</html>