-
Notifications
You must be signed in to change notification settings - Fork 10
/
vket4.html
310 lines (293 loc) · 56.7 KB
/
vket4.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<title>
Virtual Market 4 - HackMD
</title>
<link rel="icon" type="image/png" href="https://hackmd.io/favicon.png">
<link rel="apple-touch-icon" href="https://hackmd.io/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.5.1/themes/prism.min.css" integrity="sha256-vtR0hSWRc3Tb26iuN2oZHt3KRUomwTufNIf5/4oeCyg=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hackmd/[email protected]/dist/css/basic/emojify.min.css" integrity="sha256-UOrvMOsSDSrW6szVLe8ZDZezBxh5IoIfgTwdNDgTjiU=" crossorigin="anonymous" />
<style>
@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i|Source+Code+Pro:300,400,500|Source+Sans+Pro:300,300i,400,400i,600,600i|Source+Serif+Pro&subset=latin-ext);.hljs{display:block;background:#fff;padding:.5em;color:#333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-emphasis,.hljs-quote,.hljs-string,.hljs-strong,.hljs-template-variable,.hljs-variable{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#a71d5d}.hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-number,.hljs-symbol{color:#0086b3}.hljs-built_in,.hljs-builtin-name{color:#005cc5}.hljs-name,.hljs-section{color:#63a35c}.hljs-tag{color:#333}.hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#795da3}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}.markdown-body{font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body:after,.markdown-body:before{display:table;content:""}.markdown-body:after{clear:both}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#c00}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body blockquote,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.25em;padding:0;margin:24px 0;background-color:#e7e7e7;border:0}.markdown-body blockquote{font-size:16px;padding:0 1em;color:#777;border-left:.25em solid #ddd}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd,.popover kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:1px solid #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown-body .loweralpha{list-style-type:lower-alpha}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:#000;vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 code,.markdown-body h1 tt,.markdown-body h2 code,.markdown-body h2 tt,.markdown-body h3 code,.markdown-body h3 tt,.markdown-body h4 code,.markdown-body h4 tt,.markdown-body h5 code,.markdown-body h5 tt,.markdown-body h6 code,.markdown-body h6 tt{font-size:inherit}.markdown-body h1{font-size:2em}.markdown-body h1,.markdown-body h2{padding-bottom:.3em;border-bottom:1px solid #eee}.markdown-body h2{font-size:1.5em}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:.875em}.markdown-body h6{font-size:.85em;color:#777}.markdown-body ol,.markdown-body ul{padding-left:2em}.markdown-body ol.no-list,.markdown-body ul.no-list{padding:0;list-style-type:none}.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{padding-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown-body table th{font-weight:700}.markdown-body table td,.markdown-body table th{padding:6px 13px;border:1px solid #ddd}.markdown-body table tr{background-color:#fff;border-top:1px solid #ccc}.markdown-body table tr:nth-child(2n){background-color:#f8f8f8}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown-body code:after,.markdown-body code:before,.markdown-body tt:after,.markdown-body tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code:after,.markdown-body pre code:before,.markdown-body pre tt:after,.markdown-body pre tt:before{content:normal}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-line-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.news .alert .markdown-body blockquote{padding:0 0 0 40px;border:0 none}.activity-tab .news .alert .commits,.activity-tab .news .markdown-body blockquote{padding-left:0}.task-list-item{list-style-type:none}.task-list-item label{font-weight:400}.task-list-item.enabled label{cursor:pointer}.task-list-item+.task-list-item{margin-top:3px}.task-list-item-checkbox{float:left;margin:.31em 0 .2em -1.3em!important;vertical-align:middle;cursor:default!important}.markdown-body{padding-top:40px;padding-bottom:40px;max-width:758px;overflow:visible!important}.markdown-body .emoji{vertical-align:top}.markdown-body pre{border:inherit!important}.markdown-body code{color:inherit!important}.markdown-body pre code .wrapper{display:-moz-inline-flex;display:-ms-inline-flex;display:-o-inline-flex;display:inline-flex}.markdown-body pre code .gutter{float:left;overflow:hidden;-webkit-user-select:none;user-select:none}.markdown-body pre code .gutter.linenumber{text-align:right;position:relative;display:inline-block;cursor:default;z-index:4;padding:0 8px 0 0;min-width:20px;box-sizing:content-box;color:#afafaf!important;border-right:3px solid #6ce26c!important}.markdown-body pre code .gutter.linenumber>span:before{content:attr(data-linenumber)}.markdown-body pre code .code{float:left;margin:0 0 0 16px}.markdown-body .gist .line-numbers{border-left:none;border-top:none;border-bottom:none}.markdown-body .gist .line-data{border:none}.markdown-body .gist table{border-spacing:0;border-collapse:inherit!important}.markdown-body code[data-gist-id]{background:none;padding:0}.markdown-body code[data-gist-id]:after,.markdown-body code[data-gist-id]:before{content:""}.markdown-body code[data-gist-id] .blob-num{border:unset}.markdown-body code[data-gist-id] table{overflow:unset;margin-bottom:unset}.markdown-body code[data-gist-id] table tr{background:unset}.markdown-body[dir=rtl] pre{direction:ltr}.markdown-body[dir=rtl] code{direction:ltr;unicode-bidi:embed}.markdown-body .alert>p{margin-bottom:0}.markdown-body pre.abc,.markdown-body pre.flow-chart,.markdown-body pre.graphviz,.markdown-body pre.mermaid,.markdown-body pre.sequence-diagram,.markdown-body pre.vega{text-align:center;background-color:inherit;border-radius:0;white-space:inherit;overflow:visible}.markdown-body pre.abc>code,.markdown-body pre.flow-chart>code,.markdown-body pre.graphviz>code,.markdown-body pre.mermaid>code,.markdown-body pre.sequence-diagram>code,.markdown-body pre.vega>code{text-align:left}.markdown-body pre.abc>svg,.markdown-body pre.flow-chart>svg,.markdown-body pre.graphviz>svg,.markdown-body pre.mermaid>svg,.markdown-body pre.sequence-diagram>svg,.markdown-body pre.vega>svg{max-width:100%;height:100%}.markdown-body pre>code.wrap{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.markdown-body .alert>p,.markdown-body .alert>ul{margin-bottom:0}.markdown-body summary{display:list-item}.markdown-body summary:focus{outline:none}.markdown-body details summary{cursor:pointer}.markdown-body details:not([open])>:not(summary){display:none}.markdown-body figure{margin:1em 40px}.markdown-body .mark,.markdown-body mark{background-color:#fff1a7}.vimeo,.youtube{cursor:pointer;display:table;text-align:center;background-position:50%;background-repeat:no-repeat;background-size:contain;background-color:#000;overflow:hidden}.vimeo,.youtube{position:relative;width:100%}.youtube{padding-bottom:56.25%}.vimeo img{width:100%;object-fit:contain;z-index:0}.youtube img{object-fit:cover;z-index:0}.vimeo iframe,.youtube iframe,.youtube img{width:100%;height:100%;position:absolute;top:0;left:0}.vimeo iframe,.youtube iframe{vertical-align:middle;z-index:1}.vimeo .icon,.youtube .icon{position:absolute;height:auto;width:auto;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;opacity:.3;transition:opacity .2s;z-index:0}.vimeo:hover .icon,.youtube:hover .icon{opacity:.6;transition:opacity .2s}.slideshare .inner,.speakerdeck .inner{position:relative;width:100%}.slideshare .inner iframe,.speakerdeck .inner iframe{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.MJX_Assistive_MathML{display:none}.ui-infobar{position:relative;z-index:2;max-width:760px;margin:25px auto -25px;padding:0 15px;color:#777}.toc .invisable-node{list-style-type:none}.ui-toc{position:fixed;bottom:20px;z-index:998}.ui-toc-label{opacity:.3;background-color:#ccc;border:none;transition:opacity .2s}.ui-toc .open .ui-toc-label{opacity:1;color:#fff;transition:opacity .2s}.ui-toc-label:focus{opacity:.3;background-color:#ccc;color:#000}.ui-toc-label:hover{opacity:1;background-color:#ccc;transition:opacity .2s}.ui-toc-dropdown{margin-top:23px;margin-bottom:20px;padding-left:10px;padding-right:10px;max-width:45vw;width:25vw;max-height:70vh;overflow:auto;text-align:inherit}.ui-toc-dropdown>.toc{max-height:calc(70vh - 100px);overflow:auto}.ui-toc-dropdown[dir=rtl] .nav{padding-right:0;letter-spacing:.0029em}.ui-toc-dropdown a{overflow:hidden;text-overflow:ellipsis;white-space:pre}.ui-toc-dropdown .nav>li>a{display:block;padding:4px 20px;font-size:13px;font-weight:500;color:#767676}.ui-toc-dropdown .nav>li:first-child:last-child > ul,.ui-toc-dropdown .toc.expand ul{display:block}.ui-toc-dropdown .nav>li>a:focus,.ui-toc-dropdown .nav>li>a:hover{padding-left:19px;color:#000;text-decoration:none;background-color:transparent;border-left:1px solid #000}.ui-toc-dropdown[dir=rtl] .nav>li>a:focus,.ui-toc-dropdown[dir=rtl] .nav>li>a:hover{padding-right:19px;border-left:none;border-right:1px solid #000}.ui-toc-dropdown .nav>.active:focus>a,.ui-toc-dropdown .nav>.active:hover>a,.ui-toc-dropdown .nav>.active>a{padding-left:18px;font-weight:700;color:#000;background-color:transparent;border-left:2px solid #000}.ui-toc-dropdown[dir=rtl] .nav>.active:focus>a,.ui-toc-dropdown[dir=rtl] .nav>.active:hover>a,.ui-toc-dropdown[dir=rtl] .nav>.active>a{padding-right:18px;border-left:none;border-right:2px solid #000}.ui-toc-dropdown .nav .nav{display:none;padding-bottom:10px}.ui-toc-dropdown .nav>.active>ul{display:block}.ui-toc-dropdown .nav .nav>li>a{padding-top:1px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}.ui-toc-dropdown[dir=rtl] .nav .nav>li>a{padding-right:30px}.ui-toc-dropdown .nav .nav>li>ul>li>a{padding-top:1px;padding-bottom:1px;padding-left:40px;font-size:12px;font-weight:400}.ui-toc-dropdown[dir=rtl] .nav .nav>li>ul>li>a{padding-right:40px}.ui-toc-dropdown .nav .nav>li>a:focus,.ui-toc-dropdown .nav .nav>li>a:hover{padding-left:29px}.ui-toc-dropdown[dir=rtl] .nav .nav>li>a:focus,.ui-toc-dropdown[dir=rtl] .nav .nav>li>a:hover{padding-right:29px}.ui-toc-dropdown .nav .nav>li>ul>li>a:focus,.ui-toc-dropdown .nav .nav>li>ul>li>a:hover{padding-left:39px}.ui-toc-dropdown[dir=rtl] .nav .nav>li>ul>li>a:focus,.ui-toc-dropdown[dir=rtl] .nav .nav>li>ul>li>a:hover{padding-right:39px}.ui-toc-dropdown .nav .nav>.active:focus>a,.ui-toc-dropdown .nav .nav>.active:hover>a,.ui-toc-dropdown .nav .nav>.active>a{padding-left:28px;font-weight:500}.ui-toc-dropdown[dir=rtl] .nav .nav>.active:focus>a,.ui-toc-dropdown[dir=rtl] .nav .nav>.active:hover>a,.ui-toc-dropdown[dir=rtl] .nav .nav>.active>a{padding-right:28px}.ui-toc-dropdown .nav .nav>.active>.nav>.active:focus>a,.ui-toc-dropdown .nav .nav>.active>.nav>.active:hover>a,.ui-toc-dropdown .nav .nav>.active>.nav>.active>a{padding-left:38px;font-weight:500}.ui-toc-dropdown[dir=rtl] .nav .nav>.active>.nav>.active:focus>a,.ui-toc-dropdown[dir=rtl] .nav .nav>.active>.nav>.active:hover>a,.ui-toc-dropdown[dir=rtl] .nav .nav>.active>.nav>.active>a{padding-right:38px}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif}html[lang^=ja] .markdown-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Osaka,Meiryo,メイリオ,MS Gothic,MS\ ゴシック,sans-serif}html[lang=zh-tw] .markdown-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,PingFang TC,Microsoft JhengHei,微軟正黑,sans-serif}html[lang=zh-cn] .markdown-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Microsoft YaHei,微软雅黑,sans-serif}html .markdown-body[lang^=ja]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Osaka,Meiryo,メイリオ,MS Gothic,MS\ ゴシック,sans-serif}html .markdown-body[lang=zh-tw]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,PingFang TC,Microsoft JhengHei,微軟正黑,sans-serif}html .markdown-body[lang=zh-cn]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Microsoft YaHei,微软雅黑,sans-serif}html[lang^=ja] .ui-toc-dropdown{font-family:Source Sans Pro,Helvetica,Arial,Meiryo UI,MS PGothic,MS\ Pゴシック,sans-serif}html[lang=zh-tw] .ui-toc-dropdown{font-family:Source Sans Pro,Helvetica,Arial,Microsoft JhengHei UI,微軟正黑UI,sans-serif}html[lang=zh-cn] .ui-toc-dropdown{font-family:Source Sans Pro,Helvetica,Arial,Microsoft YaHei UI,微软雅黑UI,sans-serif}html .ui-toc-dropdown[lang^=ja]{font-family:Source Sans Pro,Helvetica,Arial,Meiryo UI,MS PGothic,MS\ Pゴシック,sans-serif}html .ui-toc-dropdown[lang=zh-tw]{font-family:Source Sans Pro,Helvetica,Arial,Microsoft JhengHei UI,微軟正黑UI,sans-serif}html .ui-toc-dropdown[lang=zh-cn]{font-family:Source Sans Pro,Helvetica,Arial,Microsoft YaHei UI,微软雅黑UI,sans-serif}.ui-affix-toc{position:fixed;top:0;max-width:15vw;max-height:70vh;overflow:auto}.back-to-top,.expand-toggle,.go-to-bottom{display:block;padding:4px 10px;margin-top:10px;margin-left:10px;font-size:12px;font-weight:500;color:#999}.back-to-top:focus,.back-to-top:hover,.expand-toggle:focus,.expand-toggle:hover,.go-to-bottom:focus,.go-to-bottom:hover{color:#563d7c;text-decoration:none}.back-to-top,.go-to-bottom{margin-top:0}.ui-user-icon{width:20px;height:20px;display:block;border-radius:3px;margin-top:2px;margin-bottom:2px;margin-right:5px;background-position:50%;background-repeat:no-repeat;background-size:cover}.ui-user-icon.small{width:18px;height:18px;display:inline-block;vertical-align:middle;margin:0 0 .2em}.ui-infobar>small>span{line-height:22px}.ui-infobar>small .dropdown{display:inline-block}.ui-infobar>small .dropdown a:focus,.ui-infobar>small .dropdown a:hover{text-decoration:none}.ui-published-note{color:#337ab7}.ui-published-note .fa{font-size:20px;vertical-align:top}.unselectable{-webkit-user-select:none;-o-user-select:none;user-select:none}@media print{blockquote,div,img,pre,table{page-break-inside:avoid!important}a[href]:after{font-size:12px!important}}.markdown-body.slides{position:relative;z-index:1;color:#222}.markdown-body.slides:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:currentColor;box-shadow:0 0 0 50vw}.markdown-body.slides section[data-markdown]{position:relative;margin-bottom:1.5em;background-color:#fff;text-align:center}.markdown-body.slides section[data-markdown] code{text-align:left}.markdown-body.slides section[data-markdown]:before{content:"";display:block;padding-bottom:56.23%}.markdown-body.slides section[data-markdown]>div:first-child{position:absolute;top:50%;left:1em;right:1em;transform:translateY(-50%);max-height:100%;overflow:hidden}.markdown-body.slides section[data-markdown]>ul{display:inline-block}.markdown-body.slides>section>section+section:after{content:"";position:absolute;top:-1.5em;right:1em;height:1.5em;border:3px solid #777}body{font-smoothing:subpixel-antialiased!important;-webkit-font-smoothing:subpixel-antialiased!important;-moz-osx-font-smoothing:auto!important;text-shadow:0 0 1em transparent,1px 1px 1.2px rgba(0,0,0,.004);-webkit-overflow-scrolling:touch;letter-spacing:.025em}.focus,:focus{outline:none!important}::-moz-focus-inner{border:0!important}body{font-family:Source Sans Pro,Helvetica,Arial,sans-serif}html[lang^=ja] body{font-family:Source Sans Pro,Helvetica,Arial,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Osaka,Meiryo,メイリオ,MS Gothic,MS\ ゴシック,sans-serif}html[lang=zh-tw] body{font-family:Source Sans Pro,Helvetica,Arial,PingFang TC,Microsoft JhengHei,微軟正黑,sans-serif}html[lang=zh-cn] body{font-family:Source Sans Pro,Helvetica,Arial,PingFang SC,Microsoft YaHei,微软雅黑,sans-serif}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}abbr[data-original-title],abbr[title]{cursor:help}body.modal-open{overflow-y:auto;padding-right:0!important}
</style>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js" integrity="sha256-g6iAfvZp+nDQ2TdTR/VVKJf3bGro4ub5fvWSWVRi2NE=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-shim.min.js" integrity="sha256-8E4Is26QH0bD52WoQpcB+R/tcWQtpzlCojrybUd7Mxo=" crossorigin="anonymous"></script>
<![endif]-->
</head>
<body>
<div id="doc" class="markdown-body container-fluid comment-enabled" data-hard-breaks="true" style="position: relative;"><h1 id="Virtual-Market-4"><a class="anchor hidden-xs" href="#Virtual-Market-4" title="Virtual-Market-4"><span class="octicon octicon-link"></span></a>Virtual Market 4</h1><h6 id="tags-M3"><a class="anchor hidden-xs" href="#tags-M3" title="tags-M3"><span class="octicon octicon-link"></span></a>tags: <code>M3</code></h6><p><strong>Website: <a href="https://v-market.work/v4/" target="_blank" rel="noopener">https://v-market.work/v4/</a></strong><br>
<strong>Twitter: <a href="https://twitter.com/Virtual_Market_" target="_blank" rel="noopener">https://twitter.com/Virtual_Market_</a></strong><br>
<strong>Image Album: <a href="https://imgur.com/a/vnEDNui" target="_blank" rel="noopener">https://imgur.com/a/vnEDNui</a></strong><br>
<strong>Proposal: <a href="https://github.com/M3-org/research/issues/7" target="_blank" rel="noopener">https://github.com/M3-org/research/issues/7</a></strong><br>
<strong>Vket3 write-up: <a href="https://m3-org.github.io/research/vket.html" target="_blank" rel="noopener">https://m3-org.github.io/research/vket.html</a></strong></p><hr><p>Virtual Market 4 is the world’s largest virtual expo. The number of exhibitors this year has grown from 600 to over 1400 in just 6 months.</p><p>The M3 group organized field trips to explore the booths, meet other creators, discuss topics like virtual economy, interoperability, content discovery, UGC, avatar culture, covid, and be inspired by what the Japanese VR community put together. Here’s a VOD from one of our field trips.</p><iframe width="100%" height="400" src="https://www.youtube.com/embed/5rWIHBAbyVA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe><p>Have questions, comments, or want to join the discussion? Reach out to us on <a href="https://discord.gg/UgZDFZW" target="_blank" rel="noopener">discord</a>.</p><hr><p><strong>News</strong></p><ul>
<li><a href="https://hackmd.io/@towel/ryQS3_e3U" target="_blank" rel="noopener">https://hackmd.io/@towel/ryQS3_e3U</a> - VRChat and license (JP)</li>
<li><a href="https://www3.nhk.or.jp/nhkworld/en/news/videos/20200602072248804/" target="_blank" rel="noopener">https://www3.nhk.or.jp/nhkworld/en/news/videos/20200602072248804/</a> - Vket4 on news: “VR Shopping Brings Sales Staff Back to Life”</li>
<li><a href="https://ryanschultz.com/2020/05/10/virtual-market-4-in-vrchat/" target="_blank" rel="noopener">https://ryanschultz.com/2020/05/10/virtual-market-4-in-vrchat/</a> Independent blogger</li>
<li><a href="https://singularityhub.com/2020/04/30/the-worlds-biggest-social-virtual-reality-gathering-is-happening-right-now/" target="_blank" rel="noopener">https://singularityhub.com/2020/04/30/the-worlds-biggest-social-virtual-reality-gathering-is-happening-right-now/</a></li>
</ul><hr><h2 id="Sponsors"><a class="anchor hidden-xs" href="#Sponsors" title="Sponsors"><span class="octicon octicon-link"></span></a>Sponsors</h2><p><strong>Companies: <a href="https://v-market.work/v4/company" target="_blank" rel="noopener">https://v-market.work/v4/company</a></strong></p><p><img src="https://i.imgur.com/VaTVjkq.jpg" alt=""></p><ul>
<li><a href="https://twitter.com/AudiOfficial/status/1257618679728046085" target="_blank" rel="noopener">https://twitter.com/AudiOfficial/status/1257618679728046085</a></li>
</ul><hr><h2 id="Worlds"><a class="anchor hidden-xs" href="#Worlds" title="Worlds"><span class="octicon octicon-link"></span></a>Worlds</h2><p><strong>Worlds list: <a href="https://www.v-market.work/v4/world/" target="_blank" rel="noopener">https://www.v-market.work/v4/world/</a></strong></p><p>This year there were 7 themes and 43 worlds that had 30-50 booths each.</p><iframe width="100%" height="400" src="https://www.youtube.com/embed/aB4wa-pFsTg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe><p>Music Composer<br>
<a href="https://twitter.com/ShintaroAoki" target="_blank" rel="noopener">https://twitter.com/ShintaroAoki</a><br>
<a href="https://twitter.com/4ra8_" target="_blank" rel="noopener">https://twitter.com/4ra8_</a><br>
<a href="https://twitter.com/LMEE_uir" target="_blank" rel="noopener">https://twitter.com/LMEE_uir</a><br>
<a href="https://twitter.com/Ryo_Arue" target="_blank" rel="noopener">https://twitter.com/Ryo_Arue</a><br>
<a href="https://twitter.com/AUAUA_jp" target="_blank" rel="noopener">https://twitter.com/AUAUA_jp</a><br>
<a href="https://twitter.com/ToneVrc" target="_blank" rel="noopener">https://twitter.com/ToneVrc</a></p><p>Main Modeler<br>
<a href="https://twitter.com/Banjo_Kanna" target="_blank" rel="noopener">https://twitter.com/Banjo_Kanna</a><br>
<a href="https://twitter.com/rootgentle" target="_blank" rel="noopener">https://twitter.com/rootgentle</a><br>
<a href="https://twitter.com/yoshino_alice2" target="_blank" rel="noopener">https://twitter.com/yoshino_alice2</a><br>
<a href="https://twitter.com/otokogi_mat" target="_blank" rel="noopener">https://twitter.com/otokogi_mat</a><br>
<a href="https://twitter.com/0yasum13" target="_blank" rel="noopener">https://twitter.com/0yasum13</a><br>
<a href="https://twitter.com/Coquelicots_WoT" target="_blank" rel="noopener">https://twitter.com/Coquelicots_WoT</a></p><hr><h3 id="Default-Cube"><a class="anchor hidden-xs" href="#Default-Cube" title="Default-Cube"><span class="octicon octicon-link"></span></a>Default Cube</h3><p><img src="https://i.imgur.com/MdCd5Y5.png" alt=""></p><p><a href="https://www.v-market.work/v4/catalog/world/16" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/16</a></p><p><img src="https://i.imgur.com/gCbJdEL.jpg" alt=""></p><hr><p><img src="https://i.imgur.com/e7jP1vJ.jpg" alt=""></p><p>To see the next booth, one interacts with a cube. Each color face is a batch of booths.</p><p><img src="https://i.imgur.com/PdGiP0L.jpg" alt=""></p><p>Touching one of the spheres will teleport everyone to the next booth.</p><p><img src="https://gyazo.com/a360aac1537bcc1f119743e43816da74.gif" alt=""></p><p><img src="https://i.imgur.com/gabHUYc.jpg" alt=""></p><p><img src="https://i.imgur.com/sIIDzMl.jpg" alt=""></p><p><img src="https://i.imgur.com/JB6XF1P.jpg" alt=""></p><hr><h3 id="Avatar-Showcase"><a class="anchor hidden-xs" href="#Avatar-Showcase" title="Avatar-Showcase"><span class="octicon octicon-link"></span></a>Avatar Showcase</h3><p><strong>Article: <a href="https://www.v-market.work/article/22" target="_blank" rel="noopener">https://www.v-market.work/article/22</a></strong></p><p><img src="https://i.imgur.com/UXWluHw.png" alt=""></p><p><a href="https://www.v-market.work/v4/catalog/world/17" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/17</a></p><p><img src="https://i.imgur.com/teYf6E1.jpg" alt=""></p><p><img src="https://i.imgur.com/5ePNsiK.jpg" alt=""></p><p><img src="https://i.imgur.com/yoBnmra.jpg" alt=""></p><hr><p>The avatar mall is a 3 story tall window shopping experience.</p><p><img src="https://i.imgur.com/aCnsMaQ.jpg" alt=""></p><p><img src="https://i.imgur.com/XKuncPa.jpg" alt=""></p><p><img src="https://i.imgur.com/5VLirJI.jpg" alt=""></p><p>Group picture from our field trip during one of the last days of Vket4.</p><p><img src="https://i.imgur.com/uCiknlN.jpg" alt=""></p><hr><h3 id="Alaya-Vijnana"><a class="anchor hidden-xs" href="#Alaya-Vijnana" title="Alaya-Vijnana"><span class="octicon octicon-link"></span></a>Alaya Vijnana</h3><p><strong>Catalog: <a href="https://www.v-market.work/v4/catalog/world/18" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/18</a></strong><br>
<strong>Write-up: <a href="https://www.v-market.work/article/41" target="_blank" rel="noopener">https://www.v-market.work/article/41</a></strong></p><p><img src="https://i.imgur.com/xm8pIxM.png" alt=""></p><p><img src="https://i.imgur.com/bQKO9G9.png" alt=""></p><p><img src="https://i.imgur.com/mN81PI8.png" alt=""></p><p><img src="https://i.imgur.com/zk2xJcT.jpg" alt=""></p><hr><p>This bridge is at the entrance of the map.<br>
<img src="https://i.imgur.com/bkDSogR.jpg" alt=""></p><p>There are two large statues that move as you approach the gates.</p><p><img src="https://i.imgur.com/PqV1M8f.jpg" alt=""></p><p>Here’s an image of many booths side by side.</p><p><img src="https://i.imgur.com/QhVQd9i.jpg" alt=""></p><p>Walking up to these statues and touching them triggers a chime and a red scarf appears around the neck of the statue.</p><p><img src="https://i.imgur.com/LMKYh1b.jpg" alt=""></p><p>In one area we walked into this small cave entrance and it took us into a trippy spiritual realm.</p><p><img src="https://i.imgur.com/2XReOBv.jpg" alt=""></p><p>Walking from one end to the other takes you back out of the spirit realm and the cave entrance closes behind you.</p><p><img src="https://i.imgur.com/8xRStrk.jpg" alt=""></p><p>When you find all the statues, the large gate near the entrance open. Overall this map felt very enchanting, like the world of Spirited Away.</p><hr><h3 id="Cyber-City-Mirabilis"><a class="anchor hidden-xs" href="#Cyber-City-Mirabilis" title="Cyber-City-Mirabilis"><span class="octicon octicon-link"></span></a>Cyber City Mirabilis</h3><p><img src="https://i.imgur.com/mb2qUM3.png" alt=""></p><p><a href="https://www.v-market.work/v4/catalog/world/19" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/19</a></p><p><img src="https://i.imgur.com/3iwbfvs.jpg" alt=""></p><p><img src="https://i.imgur.com/yCTiBWi.jpg" alt=""></p><hr><p>The entrance of Cyber City is up the stairs.</p><p><img src="https://i.imgur.com/azH87nW.jpg" alt=""></p><p>Super cool avatar that floated around, wish I could remember the persons name.</p><p><img src="https://i.imgur.com/SCcvQVs.jpg" alt=""></p><p>Meeting some epic gamers at the booths in the bottom levels.</p><p><img src="https://i.imgur.com/owLCNrZ.jpg" alt=""></p><p><img src="https://i.imgur.com/ZfXUinx.jpg" alt=""></p><hr><h3 id="Nursery-Rhyme"><a class="anchor hidden-xs" href="#Nursery-Rhyme" title="Nursery-Rhyme"><span class="octicon octicon-link"></span></a>Nursery Rhyme</h3><p><img src="https://i.imgur.com/w1bPQoV.png" alt=""></p><p><a href="https://www.v-market.work/v4/catalog/world/20" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/20</a></p><p><img src="https://i.imgur.com/ddNMSrM.png" alt=""></p><p><img src="https://i.imgur.com/Ujiastf.jpg" alt=""></p><hr><p>Nursery Rhyme was setup like Alice in Wonderland meets Willy Wonka.</p><p><img src="https://i.imgur.com/y0tLUOa.jpg" alt=""></p><p>This booth was designed like a crystalball with a hat.</p><p><img src="https://i.imgur.com/Kcz7bh2.jpg" alt=""></p><p>Picture of JaredMonkey scanning a QR code with dark booth.</p><p><img src="https://i.imgur.com/uK3QVNp.jpg" alt=""></p><p>Part of the map was like a picture book and food land mashup.</p><p><img src="https://i.imgur.com/wNLkYCT.jpg" alt=""></p><p>The top floor was a sleepy mushroom wonderland.</p><p><img src="https://i.imgur.com/niW0PAz.jpg" alt=""></p><hr><h3 id="World-End-Utopia"><a class="anchor hidden-xs" href="#World-End-Utopia" title="World-End-Utopia"><span class="octicon octicon-link"></span></a>World End Utopia</h3><p><a href="https://www.v-market.work/article/39" target="_blank" rel="noopener">https://www.v-market.work/article/39</a></p><p><img src="https://i.imgur.com/517ZEIw.png" alt=""></p><p><a href="https://www.v-market.work/v4/catalog/world/21" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/21</a></p><p><img src="https://i.imgur.com/UJ9rakA.jpg" alt=""></p><p><img src="https://i.imgur.com/mLbUyPH.jpg" alt=""></p><hr><p><img src="https://i.imgur.com/9PpbsM6.jpg" alt=""></p><p><img src="https://i.imgur.com/5E6WgZQ.jpg" alt=""></p><p><img src="https://i.imgur.com/Z7ko5g9.jpg" alt=""></p><p><img src="https://i.imgur.com/dPEoiUf.jpg" alt=""></p><p><img src="https://i.imgur.com/Fe1Ndhs.jpg" alt=""></p><hr><h3 id="Parareal-Tokyo"><a class="anchor hidden-xs" href="#Parareal-Tokyo" title="Parareal-Tokyo"><span class="octicon octicon-link"></span></a>Parareal Tokyo</h3><p><strong>Images: <a href="https://imgur.com/a/Y8Bphd7" target="_blank" rel="noopener">https://imgur.com/a/Y8Bphd7</a></strong></p><p><img src="https://i.imgur.com/T5FAogb.png" alt=""></p><p><a href="https://www.v-market.work/v4/catalog/world/22" target="_blank" rel="noopener">https://www.v-market.work/v4/catalog/world/22</a></p><p><img src="https://i.imgur.com/aeJbEmg.jpg" alt=""></p><hr><p><img src="https://i.imgur.com/I39xIjZ.jpg" alt=""></p><p><img src="https://i.imgur.com/Qednoe8.jpg" alt=""></p><p><img src="https://i.imgur.com/2ssTsFd.jpg" alt=""></p><p><img src="https://i.imgur.com/tFS4xKE.jpg" alt=""></p><p><img src="https://i.imgur.com/VE4onth.jpg" alt=""></p><p><a href="https://www.google.com/maps/place/7-Eleven/@35.6860776,139.7311838,16.54z/data=!4m5!3m4!1s0x60188c6237da9fa1:0xb9b025732699d516!8m2!3d35.6852775!4d139.733559?hl=en" target="_blank" rel="noopener">https://www.google.com/maps/place/7-Eleven/@35.6860776,139.7311838,16.54z/data=!4m5!3m4!1s0x60188c6237da9fa1:0xb9b025732699d516!8m2!3d35.6852775!4d139.733559?hl=en</a></p><hr><h2 id="Overlays"><a class="anchor hidden-xs" href="#Overlays" title="Overlays"><span class="octicon octicon-link"></span></a>Overlays</h2><h3 id="OVRtoolkit"><a class="anchor hidden-xs" href="#OVRtoolkit" title="OVRtoolkit"><span class="octicon octicon-link"></span></a>OVRtoolkit</h3><p><strong>Website: <a href="https://store.steampowered.com/app/1068820/OVR_Toolkit/" target="_blank" rel="noopener">https://store.steampowered.com/app/1068820/OVR_Toolkit/</a></strong></p><p>OVR Toolkit is a utility application designed to make viewing the desktop in VR simple and fast, it allows for viewing the desktop within VR, placing desktop windows around the world, mouse input, typing with a virtual keyboard, and quickly switching between windows.</p><p><img src="https://i.imgur.com/Ucc53fT.jpg" alt=""></p><p>Many folks weren’t able to join us because they didn’t have access to a PC. In order to accomodate those folks we overlaid the Twitch chat into the game so that we can have a closer interaction with our viewers from the livestream.</p><p><img src="https://i.gyazo.com/8fdb0e2018161bba92eb330907ae76bf.gif" alt=""></p><h3 id="PlutoVR"><a class="anchor hidden-xs" href="#PlutoVR" title="PlutoVR"><span class="octicon octicon-link"></span></a>PlutoVR</h3><p><strong>Website: <a href="https://www.plutovr.com/" target="_blank" rel="noopener">https://www.plutovr.com/</a></strong></p><p>Pluto is a spatial computing communication service. We used it as sort of a walkie talkie network during the event to stay connected since groups sometimes get split apart. It’s sort of like Skype for XR. You can learn more about how to use PlutoVR <a href="https://www.plutovr.com/wp-content/uploads/2018/06/How-to-use-Pluto.pdf" target="_blank" rel="noopener">here</a>.</p><p><img src="https://i.imgur.com/WeYWePt.png" alt=""></p><p>VRChat only supports spatial audio which means you have to be in the same world and next to someone in order to talk to them. PlutoVR opened up a communication line while in VR that was persistent even between changing worlds.</p><p><img src="https://i.gyazo.com/0d4ea6fc943a6784b1f256b5b3dcda2e.gif" alt=""></p><h3 id="Dark-Booth"><a class="anchor hidden-xs" href="#Dark-Booth" title="Dark-Booth"><span class="octicon octicon-link"></span></a>Dark Booth</h3><p>Dark booth combines a QR code scanner with the concept of an ARG (alternate reality game), like Pokemon Go or Ingress. While people walk around Vket4, the QR code scanner will find and ‘absorb’ new QR codes.</p><p><img src="https://i.gyazo.com/ce618b6c1932c3e5586b90b6f460f248.gif" alt=""></p><p><img src="https://i.gyazo.com/6d64d75cc2e768a4b5b172d3e7bf4ac1.gif" alt=""></p><p>When you finally collect enough ‘DARK’ a special event happens revealing the dark booth.</p><iframe width="100%" height="400" src="https://www.youtube.com/embed/yp7aXubeB50" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe><hr><h2 id="Notes"><a class="anchor hidden-xs" href="#Notes" title="Notes"><span class="octicon octicon-link"></span></a>Notes</h2><p><a href="https://www.v-market.work/" target="_blank" rel="noopener">Virtual Market Beta</a> has a collaboration feature that automatically distributes the income from sales to the group. This means that the artist designing the merch, 3d modeler creating the booth, and developer helping glue it all together can all share revenue from sales.</p><p>Source: <a href="https://twitter.com/Virtual_Market_/status/1255436667738927104" target="_blank" rel="noopener">https://twitter.com/Virtual_Market_/status/1255436667738927104</a></p><hr><h2 id="Post-Discussion"><a class="anchor hidden-xs" href="#Post-Discussion" title="Post-Discussion"><span class="octicon octicon-link"></span></a>Post Discussion</h2><p><strong>Start of video: <a href="https://youtu.be/5rWIHBAbyVA?t=7831" target="_blank" rel="noopener">https://youtu.be/5rWIHBAbyVA?t=7831</a></strong></p><blockquote>
<p>What part of Vket4 was inspiring?</p>
</blockquote><p>The Default Cube was very inspiring to many in the group for its original concept. The last minute decision to add the blobby creature to the cube UX made it more interesting and cute.</p><p>The collaboration aspect of Vket was also greatly inspiring. Vket brings together all many artists across different backgrounds into something that fits in a cohesive way. Those 1400 booths are all individually created.</p><blockquote>
<p>What things for sale surprised you?</p>
</blockquote><p>Surprised by objects that had objects like chessboards, video players, etc. Thought it was just items or wearables. There was a booth that was just about squatting in VR which apparently belonged to a fitness group.</p><blockquote>
<p>How do you think the shopping experience is? What’s missing?</p>
</blockquote><p>Some still think the experience is super jank. One interesting part was how many booths let you try on the avatar. The samples are tagged on either the textures or have a floating add-on tag which incentivizes a person to purchase the avatar to have a clean copy. The social experience was very fun, trying on avatars with other people provided a social mirror in a way. It was confusing sometimes to see if a NPC was a sample avatar or not.</p><blockquote>
<p>Any major noticable differences between this year and Vket3?</p>
</blockquote><p>Parareal Tokyo felt inaccessible but really well produced. Getting all the top sponsors into 1 world must of been a very challenging feat to satisfy everyone.</p><blockquote>
<p>What does the future of virtual economies look like?</p>
</blockquote><blockquote>
<p>Do you think such a thing can be organized in the west?</p>
</blockquote><p>It takes a certain kind of mentality and culture to enforce it for the project to finish. In Japan there isn’t much enforcement for people to follow the rules but in the west you do. With platforms like Cryptovoxels there’s a large buy in to align folks.</p><p>In Japan it’s not cool to show your face when streaming. The ethos is very modest when expressing individuality. The cultural dynamic in Japan may create a bigger demand for avatars, see <a href="https://i.imgur.com/pAPHzzL.png" target="_blank" rel="noopener">proverb about 3 faces</a>.</p><blockquote>
<p>How is culture relevant in creating the Metaverse?</p>
</blockquote><p>It’s very important. People like to show off the things that they’ve earned, collected, or discovered. With systems like Fortnite skins people like to flaunt the loot that they’ve earned. Showing off your achievements is a part of many video game and online gaming culture.</p><blockquote>
<p>What problems can’t be solved with money?</p>
</blockquote><p>True love. Having too much money. (jk jk)</p><p>Community, you can build a house but won’t guarantee people will show up. High Fidelity built amazing worlds but nobody was coming. Meanwhile, Animal Crossing sold 11M copies in 2 weeks.</p><hr><h2 id="Live-Show"><a class="anchor hidden-xs" href="#Live-Show" title="Live-Show"><span class="octicon octicon-link"></span></a>Live Show</h2><p>There was a live concert that took place in the default cube on the last day of Vket4. Music starts at 3 minutes.</p><iframe width="100%" height="400" src="https://www.youtube.com/embed/-iE-KOla6BY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe><hr><h2 id="Studio-Session"><a class="anchor hidden-xs" href="#Studio-Session" title="Studio-Session"><span class="octicon octicon-link"></span></a>Studio Session</h2><p>We dropped into the NIFTIES studio to discuss Vket4 and practice virutal productions. Might create a public release cut but it was mostly as a test for participating in a virtual event then teleporting into a VR studio to talk about it.</p><p><img src="https://i.imgur.com/oCpvhBT.png" alt=""></p><p><img src="https://i.imgur.com/6GcmZ7w.jpg" alt=""></p><p>After our conversation, we popped back out into the playa with fresh ideas and insight that we wanted to bring into our own projects. The booths we setup in the <a href="https://hackmd.io/ujc7wXAUTbaGUZXDH2niWw" target="_blank" rel="noopener">Meta District</a> are inspired by Vket.</p><p><img src="https://i.imgur.com/hElL39E.jpg" alt=""></p><hr><h2 id="Neos-Festa"><a class="anchor hidden-xs" href="#Neos-Festa" title="Neos-Festa"><span class="octicon octicon-link"></span></a>Neos Festa</h2><p><strong>Images: <a href="https://imgur.com/a/x9tsLRA" target="_blank" rel="noopener">https://imgur.com/a/x9tsLRA</a></strong><br>
<strong>Website: <a href="http://cloudx.azurewebsites.net/open/world/G-Neos-East-Japan/R-b4bce280-e2dc-4fd8-9dcb-472efc0d3cd6" target="_blank" rel="noopener">http://cloudx.azurewebsites.net/open/world/G-Neos-East-Japan/R-b4bce280-e2dc-4fd8-9dcb-472efc0d3cd6</a></strong></p><p>“Future creator festival realized by metaverse” is held!</p><p><img src="https://i.imgur.com/8Vs5ZPr.jpg" alt=""></p><p><img src="https://i.imgur.com/mtIyLvn.jpg" alt=""></p><p><img src="https://i.imgur.com/4XygX2M.png" alt=""></p><p>Here’s an example of me approaching a booth and dragging free ‘swag’ into my inventory. This person left out folders full of particles and gifds that people can spawn in any other neosvr world.</p><div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;"><iframe src="https://streamable.com/e/xydsza" frameborder="0" width="100%" height="100%" allowfullscreen="" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div><hr><h2 id="Upcoming-Events"><a class="anchor hidden-xs" href="#Upcoming-Events" title="Upcoming-Events"><span class="octicon octicon-link"></span></a>Upcoming Events</h2><ul>
<li><a href="https://twitter.com/ComicVket" target="_blank" rel="noopener">https://twitter.com/ComicVket</a></li>
<li><a href="https://twitter.com/MusicVket" target="_blank" rel="noopener">https://twitter.com/MusicVket</a></li>
<li><a href="https://harajuku-pop.com/9803" target="_blank" rel="noopener">https://harajuku-pop.com/9803</a></li>
</ul><p><img src="https://i.imgur.com/EwpeSJy.jpg" alt=""></p><p><img src="https://i.imgur.com/senHF6z.png" alt=""></p><p><img src="https://i.imgur.com/oquUasY.png" alt=""></p><hr><h2 id="Notes1"><a class="anchor hidden-xs" href="#Notes1" title="Notes1"><span class="octicon octicon-link"></span></a>Notes</h2><p><a href="https://twitter.com/kudoraia/status/1256754981383712771" target="_blank" rel="noopener">https://twitter.com/kudoraia/status/1256754981383712771</a></p><p><a href="https://twitter.com/Choobiepatootie/status/1256969221667352579" target="_blank" rel="noopener">https://twitter.com/Choobiepatootie/status/1256969221667352579</a></p><p><a href="https://twitter.com/Virtual_Market_/status/1256795618451709953" target="_blank" rel="noopener">https://twitter.com/Virtual_Market_/status/1256795618451709953</a></p><p><a href="https://twitter.com/Virtual_Market_/status/1254606716164964352" target="_blank" rel="noopener">https://twitter.com/Virtual_Market_/status/1254606716164964352</a></p><p><a href="https://twitter.com/Neomance/status/1255575168904163328" target="_blank" rel="noopener">https://twitter.com/Neomance/status/1255575168904163328</a></p><hr><h2 id="Booths"><a class="anchor hidden-xs" href="#Booths" title="Booths"><span class="octicon octicon-link"></span></a>Booths</h2><p>To-do</p><ul>
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled"><label></label>Collage of the booths from each world</li>
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled"><label></label>side by side 3D booth with 2D website</li>
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled"><label></label>Cool supercut of interactive booths</li>
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled"><label></label>Cuts of pano shots looking at booths</li>
</ul></div>
<div class="ui-toc dropup unselectable hidden-print" style="display:none;">
<div class="pull-right dropdown">
<a id="tocLabel" class="ui-toc-label btn btn-default" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" title="Table of content">
<i class="fa fa-bars"></i>
</a>
<ul id="ui-toc" class="ui-toc-dropdown dropdown-menu" aria-labelledby="tocLabel">
<div class="toc"><ul class="nav">
<li class=""><a href="#Virtual-Market-4" title="Virtual Market 4">Virtual Market 4</a><ul class="nav">
<li><a href="#Sponsors" title="Sponsors">Sponsors</a></li>
<li><a href="#Worlds" title="Worlds">Worlds</a><ul class="nav">
<li><a href="#Default-Cube" title="Default Cube">Default Cube</a></li>
<li><a href="#Avatar-Showcase" title="Avatar Showcase">Avatar Showcase</a></li>
<li><a href="#Alaya-Vijnana" title="Alaya Vijnana">Alaya Vijnana</a></li>
<li><a href="#Cyber-City-Mirabilis" title="Cyber City Mirabilis">Cyber City Mirabilis</a></li>
<li><a href="#Nursery-Rhyme" title="Nursery Rhyme">Nursery Rhyme</a></li>
<li><a href="#World-End-Utopia" title="World End Utopia">World End Utopia</a></li>
<li><a href="#Parareal-Tokyo" title="Parareal Tokyo">Parareal Tokyo</a></li>
</ul>
</li>
<li><a href="#Overlays" title="Overlays">Overlays</a><ul class="nav">
<li><a href="#OVRtoolkit" title="OVRtoolkit">OVRtoolkit</a></li>
<li><a href="#PlutoVR" title="PlutoVR">PlutoVR</a></li>
<li><a href="#Dark-Booth" title="Dark Booth">Dark Booth</a></li>
</ul>
</li>
<li><a href="#Notes" title="Notes">Notes</a></li>
<li><a href="#Post-Discussion" title="Post Discussion">Post Discussion</a></li>
<li><a href="#Live-Show" title="Live Show">Live Show</a></li>
<li><a href="#Studio-Session" title="Studio Session">Studio Session</a></li>
<li><a href="#Neos-Festa" title="Neos Festa">Neos Festa</a></li>
<li><a href="#Upcoming-Events" title="Upcoming Events">Upcoming Events</a></li>
<li><a href="#Notes1" title="Notes">Notes</a></li>
<li><a href="#Booths" title="Booths">Booths</a></li>
</ul>
</li>
</ul>
</div><div class="toc-menu"><a class="expand-toggle" href="#">Expand all</a><a class="back-to-top" href="#">Back to top</a><a class="go-to-bottom" href="#">Go to bottom</a></div>
</ul>
</div>
</div>
<div id="ui-toc-affix" class="ui-affix-toc ui-toc-dropdown unselectable hidden-print" data-spy="affix" style="top:17px;display:none;" null null>
<div class="toc"><ul class="nav">
<li class=""><a href="#Virtual-Market-4" title="Virtual Market 4">Virtual Market 4</a><ul class="nav">
<li><a href="#Sponsors" title="Sponsors">Sponsors</a></li>
<li><a href="#Worlds" title="Worlds">Worlds</a><ul class="nav">
<li><a href="#Default-Cube" title="Default Cube">Default Cube</a></li>
<li><a href="#Avatar-Showcase" title="Avatar Showcase">Avatar Showcase</a></li>
<li><a href="#Alaya-Vijnana" title="Alaya Vijnana">Alaya Vijnana</a></li>
<li><a href="#Cyber-City-Mirabilis" title="Cyber City Mirabilis">Cyber City Mirabilis</a></li>
<li><a href="#Nursery-Rhyme" title="Nursery Rhyme">Nursery Rhyme</a></li>
<li><a href="#World-End-Utopia" title="World End Utopia">World End Utopia</a></li>
<li><a href="#Parareal-Tokyo" title="Parareal Tokyo">Parareal Tokyo</a></li>
</ul>
</li>
<li><a href="#Overlays" title="Overlays">Overlays</a><ul class="nav">
<li><a href="#OVRtoolkit" title="OVRtoolkit">OVRtoolkit</a></li>
<li><a href="#PlutoVR" title="PlutoVR">PlutoVR</a></li>
<li><a href="#Dark-Booth" title="Dark Booth">Dark Booth</a></li>
</ul>
</li>
<li><a href="#Notes" title="Notes">Notes</a></li>
<li><a href="#Post-Discussion" title="Post Discussion">Post Discussion</a></li>
<li><a href="#Live-Show" title="Live Show">Live Show</a></li>
<li><a href="#Studio-Session" title="Studio Session">Studio Session</a></li>
<li><a href="#Neos-Festa" title="Neos Festa">Neos Festa</a></li>
<li><a href="#Upcoming-Events" title="Upcoming Events">Upcoming Events</a></li>
<li><a href="#Notes1" title="Notes">Notes</a></li>
<li><a href="#Booths" title="Booths">Booths</a></li>
</ul>
</li>
</ul>
</div><div class="toc-menu"><a class="expand-toggle" href="#">Expand all</a><a class="back-to-top" href="#">Back to top</a><a class="go-to-bottom" href="#">Go to bottom</a></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.6.0/gist-embed.min.js" integrity="sha256-KyF2D6xPIJUW5sUDSs93vWyZm+1RzIpKCexxElmxl8g=" crossorigin="anonymous" defer></script>
<script>
var markdown = $(".markdown-body");
//smooth all hash trigger scrolling
function smoothHashScroll() {
var hashElements = $("a[href^='#']").toArray();
for (var i = 0; i < hashElements.length; i++) {
var element = hashElements[i];
var $element = $(element);
var hash = element.hash;
if (hash) {
$element.on('click', function (e) {
// store hash
var hash = this.hash;
if ($(hash).length <= 0) return;
// prevent default anchor click behavior
e.preventDefault();
// animate
$('body, html').stop(true, true).animate({
scrollTop: $(hash).offset().top
}, 100, "linear", function () {
// when done, add hash to url
// (default click behaviour)
window.location.hash = hash;
});
});
}
}
}
smoothHashScroll();
var toc = $('.ui-toc');
var tocAffix = $('.ui-affix-toc');
var tocDropdown = $('.ui-toc-dropdown');
//toc
tocDropdown.click(function (e) {
e.stopPropagation();
});
var enoughForAffixToc = true;
function generateScrollspy() {
$(document.body).scrollspy({
target: ''
});
$(document.body).scrollspy('refresh');
if (enoughForAffixToc) {
toc.hide();
tocAffix.show();
} else {
tocAffix.hide();
toc.show();
}
$(document.body).scroll();
}
function windowResize() {
//toc right
var paddingRight = parseFloat(markdown.css('padding-right'));
var right = ($(window).width() - (markdown.offset().left + markdown.outerWidth() - paddingRight));
toc.css('right', right + 'px');
//affix toc left
var newbool;
var rightMargin = (markdown.parent().outerWidth() - markdown.outerWidth()) / 2;
//for ipad or wider device
if (rightMargin >= 133) {
newbool = true;
var affixLeftMargin = (tocAffix.outerWidth() - tocAffix.width()) / 2;
var left = markdown.offset().left + markdown.outerWidth() - affixLeftMargin;
tocAffix.css('left', left + 'px');
} else {
newbool = false;
}
if (newbool != enoughForAffixToc) {
enoughForAffixToc = newbool;
generateScrollspy();
}
}
$(window).resize(function () {
windowResize();
});
$(document).ready(function () {
windowResize();
generateScrollspy();
});
//remove hash
function removeHash() {
window.location.hash = '';
}
var backtotop = $('.back-to-top');
var gotobottom = $('.go-to-bottom');
backtotop.click(function (e) {
e.preventDefault();
e.stopPropagation();
if (scrollToTop)
scrollToTop();
removeHash();
});
gotobottom.click(function (e) {
e.preventDefault();
e.stopPropagation();
if (scrollToBottom)
scrollToBottom();
removeHash();
});
var toggle = $('.expand-toggle');
var tocExpand = false;
checkExpandToggle();
toggle.click(function (e) {
e.preventDefault();
e.stopPropagation();
tocExpand = !tocExpand;
checkExpandToggle();
})
function checkExpandToggle () {
var toc = $('.ui-toc-dropdown .toc');
var toggle = $('.expand-toggle');
if (!tocExpand) {
toc.removeClass('expand');
toggle.text('Expand all');
} else {
toc.addClass('expand');
toggle.text('Collapse all');
}
}
function scrollToTop() {
$('body, html').stop(true, true).animate({
scrollTop: 0
}, 100, "linear");
}
function scrollToBottom() {
$('body, html').stop(true, true).animate({
scrollTop: $(document.body)[0].scrollHeight
}, 100, "linear");
}
</script>
</body>
</html>