forked from w3c/web-roadmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.json
65 lines (65 loc) · 2.06 KB
/
toc.json
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
62
63
64
65
{
"title": "Games on the Web Roadmap",
"discourse": {
"category": "W3C’s discourse forum",
"url": "https://discourse.wicg.io/"
},
"github": "https://github.com/w3c/web-roadmaps",
"pages": [
{
"url": "performance.html",
"title": "Performance",
"icon": "../assets/img/media-processing.svg",
"description": "Mechanisms to harness available power (memory, computation, rendering)."
},
{
"url": "rendering.html",
"title": "Rendering",
"icon": "../assets/img/mobile-graphics.svg",
"description": "Features needed to render the game's user interface and audio environment."
},
{
"url": "userinput.html",
"title": "User Interaction",
"icon": "../assets/img/mobile-userinput.svg",
"description": "Features needed to engage the user through device-specific interaction mechanisms and guarantee the accessibility of these interactions."
},
{
"url": "network.html",
"title": "Network and Communications",
"icon": "../assets/img/mobile-network.svg",
"description": "Interactions with the network to fetch resources and communicate between peers, e.g. to enable multi-player games."
},
{
"url": "lifecycle.html",
"title": "Platform Integration",
"icon": "../assets/img/mobile-lifecycle.svg",
"description": "Mechanisms to integrate the application with the rest of the system and provide a native-like experience."
},
{
"url": "storage.html",
"title": "Data Storage",
"icon": "../assets/img/mobile-storage.svg",
"description": "Technologies available to save state and game assets."
},
{
"url": "payment.html",
"title": "Payment and Services",
"icon": "../assets/img/mobile-payment.svg",
"description": "Features needed to monetize a game, e.g. by integrating easy-to-use in-app purchases."
}
],
"about": {
"url": "about.html"
},
"translations": [
{
"title": "English",
"lang": "en"
},
{
"title": "日本語",
"lang": "ja"
}
]
}