-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
61 lines (30 loc) · 1.53 KB
/
README.txt
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
59
60
61
# kanawords
# app for practicing vocabulary in kana
#
# Ben Voigt
HOW TO START KANAWORDS
1) Download TouchDesigner from https://www.derivative.ca/download
2) Install TouchDesigner following these steps
- Double-click the installer downloaded in step 1 above
- Check on "Custom install and TouchPlayer options"
- Check on all "TouchPlayer options:" then click "Install"
3) Double-click kana.toe found inside th 'KanaWords' folder.
4) If you have trouble running it
- Make sure your computer meets the System Requirements on the Download page.
- Make sure all Windows Updates are applied.
5) To quit, press "ctrl+q" keys.
HOW TO PRACTICE WITH KANAWORDS
- Swipe left to reveal a word in Kana, swipe right to reveal a word in english
- Tap once to reveal the answer
- Every 5 words the background image will change
- To exit FULLSCREEN mode, press "alt+Esc" keys. To quit, press "ctrl+q" keys.
- Press "F5" to open list to select different word folders. Close list when done selection.
HOW TO ADD WORDS
- You can add words in the 'Words' folder, each word is a separate file.
- The file needs to be a text file with .txt extension
- The name of the file is the english word, ie. apple.txt will be the word "apple"
- The contents of the text file are the kana version of that word
HOW TO ADD BACKGROUND IMAGES
- Add any JPEG image with .jpg extension to the 'Images' folder
Please report issues or feature requests in the Issues section of this repository.