-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
350 lines (324 loc) · 15 KB
/
index.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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TRQWWTPQDJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TRQWWTPQDJ');
</script>
<title>CheWei Wang's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="rain/p5.js"></script>
<script src="rain/p5.sound.min.js"></script>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">Projects</a></li>
<li><a href="#two">DevLog</a></li>
<li><a href="#three">About Me</a></li>
<li><a href="#four">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>CheWei Wang</h1>
<p>Game Developer + HCI Researcher<br />
Coding + Gaming + Engineering + Research</p>
<ul class="actions">
<li><a href="#one" class="button scrolly">Learn more</a></li>
</ul>
</div>
</section>
<!-- Projects -->
<section id="one" class="wrapper style2 spotlights">
<section>
<!-- <a href="#" class="image"><img src="images/NetworkFormation/NetworkFormation_title.gif" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/MetroVerse/MetroVerse_title.gif" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>MetroVerse</h2>
<p>MetroVerse is an AR gaming on vehicle prototype, featuring game contents interacting with real-time outside-window view, like using buildings as obstacles.
</p>
<ul class="actions">
<li><a href="https://www.youtube.com/watch?v=36AazKPTSgY&list=PLn1Qf9xNVEOuaCxBon56JgThGQCfuuJgI&index=11" class="button"> Demo Video</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/NetworkFormation/NetworkFormation_title.gif" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/NetworkFormation/NetworkFormation_title.gif" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>Network Formation</h2>
<p>Network Formation is a VR network visualization tool
to help study the process of network formation.
A long term ongoing project researched and developed by
a University of Michigan project team consisted of 2 professors and 4 students.
</p>
<ul class="actions">
<li><a href="https://www.youtube.com/playlist?list=PLR1OVOGFjHaC_nb-WLWBNayBGgPUEx_jY" class="button">Some demo videos at the moment</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/GhostBlade/Ghost Blade_title.png" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/GhostBlade/GhostBlade_title.png" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>Ghost Blade</h2>
<p>Ghost Blade is a VR hack-and-slash game featuring ability to deflect enemies shurikens with a katana.
A project completed over 3 months.
</p>
<ul class="actions">
<li><a href="projects/GhostBlade.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/XtractionPoint/XP-title2.gif" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/XtractionPoint/XP-title2.gif" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>XTRACTION POINT</h2>
<p>Xtraction Point is a 2D game in which two players have to collaborate together to fight against enemies
and solve puzzles to escape from a spaceship occupied by space pirates.
A project completed over 2 months by 3 friends and me.
</p>
<ul class="actions">
<li><a href="projects/XtractionPoint.html" class="button">Learn more</a></li>
<li><a href="https://www.indiedb.com/games/xtraction-point/downloads/xtraction" class="button primary">Download</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/Circuitry/Circuitry_title.png" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/Circuitry/Circuitry_title.png" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>Circuitry</h2>
<p>Circuitry is a 2D top-down twin-stick roguelike shooter heavily inspired by 2015 indie hit Nuclear Throne.
The player is a robot with the ability to dash and wield guns.
Guide them through an infinite journey as they make their way through dangerous abandoned wastelands,
run down by hostile and armed drones.
A project completed over 3 months by around 25 University of Michigan students.
</p>
<ul class="actions">
<li><a href="projects/circuitry.html" class="button">Learn more</a></li>
<li><a href="https://wolverinesoft-studio.itch.io/circuitry" class="button primary">Download</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/DesolationPlace/DesolationPlace_title.png" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/DesolationPlace/DesolationPlace_title.png" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>DESOLATION PLACE</h2>
<p>Desolation Place is a 3D first-person stealth horror game
where the player character must traverse through an abandoned castle,
avoiding both the horrors that lurk within its shadows as well as the terrors that lurk within his past.
A long term project completed over 3.5 months by around 25 University of Michigan students.
</p>
<ul class="actions">
<li><a href="projects/DesolationPlace.html" class="button">Learn more</a></li>
<li><a href="https://wolverinesoft-studio.itch.io/desolation-place" class="button primary">Download</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/Balloon/balloon_title.png" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/Balloon/balloon_title.png" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>BALLOON</h2>
<p>Balloon is a game in which you are a balloon and try to push yourself as high as you can.
Won 1st place at University of Michigan Wolverine Soft 2019 48-hours Turkey Game Jam.
Developed by 6 University of Michigan students.
</p>
<ul class="actions">
<li><a href="projects/balloon.html" class="button">Learn more</a></li>
<li><a href="https://itch.io/jam/wsoft-turkey-jam-19/rate/522999" class="button primary">PC Download</a></li>
<li><a href="https://apps.apple.com/us/app/balloon-by-laforce/id1500200115#?platform=iphone" class="button">App Store</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/IO/IO_title.png" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/IO/IO_title.png" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>IO</h2>
<p>Io is a single-player 2D action platformer game featuring challenging combat, difficult platforming and a final boss.
Player has to fight their way down to the bottom of the dark abyss to discover the source of the problem that is plaguing the village.
A project completed over a semester by around 90 University of Michigan students.
</p>
<ul class="actions">
<li><a href="projects/IO.html" class="button">Learn more</a></li>
<li><a href="https://wolverinesoft-studio.itch.io/io" class="button primary">Download</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/Dreamwillow/Dreamwillow_title.png" alt="" data-position="center center" /></a> -->
<div class="image"><img src="images/Dreamwillow/Dreamwillow_title.png" alt="" data-position="center center" /></div>
<div class="content">
<div class="inner">
<h2>DREAMWILLOW</h2>
<p>Dreamwillow is a lighthearted 2D top down twin stick shooter game about a necromancer
ressurecting their foes to help them escape a dark forest.
A project completed over a semester by around 30 University of Michigan students. </p>
<ul class="actions">
<li><a href="projects/dreamwillow.html" class="button">Learn more</a></li>
<li><a href="https://wolverinesoft-studio.itch.io/dreamwillow" class="button primary">Download</a></li>
</ul>
</div>
</div>
</section>
<section>
<!-- <a href="#" class="image"><img src="images/OpenHighlight/OpenHighlight_title.png" alt="" data-position="top center" /></a> -->
<div class="image"><img src="images/OpenHighlight/OpenHighlight_title.png" alt="" data-position="top center" /></div>
<div class="content">
<div class="inner">
<h2>OpenHighlight : Twitch Stream VOD Highlight Extractor</h2>
<p>OpenHighlight is a web application tool to automatically extract gameplay highlights from Twitch recording.
A long term ongoing project designed, researched, and developed on my own.
</p>
<ul class="actions">
<li><a href="https://www.youtube.com/watch?v=1mxz_9V2h5Y" class="button">Tool Demo</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLR1OVOGFjHaBxU3M8fACFNOFhgV-LpBi0" class="button primary">Test Demo</a></li>
<!-- <li><a href="https://project-seth.com/" class="button">Learn more</a></li> -->
<li><a class="button">DevLog (Going Dark)</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- About Me -->
<section id="three" class="wrapper style3 fade-up">
<div class="inner">
<h2 style="padding-bottom: 1em; border-bottom: solid 2px">About Me</h2>
<div style="float: right;">
<div style="float: right;"><img src="images/self/selfie2.jpg" style="border-radius: 100%; border-radius: 100%;
margin: 0 3em 2em 0;
width: 13em;
overflow: hidden;
-ms-flex: 1;" align="right" /></div>
<h2 class="major" align="right">
<font size="+12">Che Wei Wang</font><br>
<font size="+2">[email protected]</font>
</h2>
</div>
<br>
<div>
<img class="icon" src="images/self/researcher_icon_white.png" height="50" width="50"><span style="vertical-align: super;">
Graduate study at <b>NTU HCI Lab</b> in <b>National Taiwan University</b></span>
</div>
<br>
<div>
<img class="icon" src="images/self/research_icon_white.png" height="50" width="50"><span style="vertical-align: super;">
<b>Research assistant</b> at the <b>University of Michigan</b></span>
</div>
<br>
<div>
<img class="icon" src="images/self/UofM_icon.png" height="50" width="50"><span style="vertical-align: super;">
BS in <b>Computer Science</b> from <b>University of Michigan</b></span>
</div>
<br>
<div>
<img class="icon" src="images/self/WSoft_icon.png" height="50" width="50"><span style="vertical-align: super;">
<b>Programming team member</b> of game development club <b>WolverineSoft</b></span>
</div>
<br>
<div>
<img class="icon" src="images/self/unity_icon.png" height="50" width="50"><span style="vertical-align: super;">
<b>Lots </b>of experience with <b>Unity</b></span>
</div>
<br><br>
<!-- <ul class="actions">
<li><a href="AboutMe.html" class="button">Learn more</a></li>
</ul> -->
</div style="float: right;">
</section>
<!-- Contact -->
<section id="four" class="wrapper style1 fade-up">
<div class="inner">
<div>
<div id="contact">
<h2 style="padding-bottom: 1em;
border-bottom: solid 2px" class="major">CONTACT</h2>
</div>
<div class="col-6 col-12-medium" align="center" style="vertical-align:text-bottom;">
<ul class="icons">
<font size="+4">
<li>
<a href="tel:(+1)734-239-5058" target="blank" class="icon solid fa-phone">
<span class="label">Phone</span></a>
</li>
<li>
<a href="mailto:[email protected]" target="blank" class="icon solid fa-envelope">
<span class="label">Email</span></a>
</li>
<li>
<a href="https://discordapp.com/users/331664652318670848" target="blank" class="icon brands fa-discord">
<span class="label">Discord</span></a>
</li>
<li>
<a href="https://www.linkedin.com/in/che-wei-wang-747556174/" target="blank" class="icon brands fa-linkedin-in">
<span class="label">LinkedIn</span></a>
</li>
</font>
</ul>
</div>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Che Wei Wang. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="rain/sketch.js"></script>
</body>
</html>