-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
500 lines (475 loc) · 29.7 KB
/
index.html
File metadata and controls
500 lines (475 loc) · 29.7 KB
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!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">
<title>Wyatt Marvil - Graphics Engineer Portfolio</title>
<meta name="description" content="Hi, I'm Wyatt. I specialize in game engine development, graphics engineering, and tool development.">
<link rel="shortcut icon" type="image/jpg" href="images/favicon.png"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="./stylesheets/styles.css">
</head>
<body>
<!-- https://getbootstrap.com/docs/4.0/components/carousel/ for slideshow of game play-->
<!-- day / night mode -->
<section class="landing">
<div class="overlay"></div>
<div class="center">
<h1 class="landing-page-anim">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters letters-left">WYATT</span>
<span class="letters letters-right">MARVIL</span>
<span class="line line2"></span>
</span>
</h1>
<div class="landing-page-row row">
<a href="https://github.com/2020wmarvil" target="_blank"><button class="btn41-43 btn-41 bt">Github</button></a>
<a href="https://www.linkedin.com/in/wyattmarvil/" target="_blank"><button class="btn41-43 btn-41 bt">LinkedIn</button></a>
<a href="https://ydog.itch.io/" target="_blank"><button class="btn41-43 btn-41 bt">Itch</button></a>
<a href="./posts.html"><button class="btn41-43 btn-41 bt">Posts</button></a>
<!--<a href="https://steamcommunity.com/profiles/76561198150498740/" target="_blank"><button class="btn41-43 btn-41 bt">Steam</button></a>-->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="js/anime.min.js"></script>
</div>
<section id="landing-scroll-anim" class="landing-scroll">
<div><span></span></div>
</section>
</section>
<section style="padding-bottom: 0;">
<h1>About Me</h1><br>
<div class="about-me-row">
<div class="about-me-column1">
<img src="images/profile.JPG" alt="Profile Picture" class="profile-picture no-select">
</div>
<div class="about-me-column2">
<p>I'm Wyatt, a student at RPI studying Computer Science, Game Design, and Computer Systems Engineering.
I enjoy staying up late for game jams with my partners at our indie studio <a href="https://www.linkedin.com/company/aestronauts/" target="_blank">Aestronauts</a>,
and crunching for hackathons with my girlfriend.
I'm currently working an internship as a Procedural Tools Programmer at Epic Games.
<br><br>
I specialize in game engine development, graphics engineering, and tool development!
<br><br>
<!--and occasionally <a href="./posts.html">post</a> about my work.-->
</p>
<div class="row">
<a href="./assets/WyattMarvil_resume.pdf" target="_blank"><button class="btn41-43 btn-41 bt">Download Resume</button></a>
</div>
</div>
<div class="about-me-column3"> </div>
</div>
<div>
<div class="timeline">
<input type="checkbox" class="read-more-state" id="post-2" />
<div class="outer read-more-wrap">
<!-- card1 -->
<div class="card">
<div class="info">
<h2 class="card-title">
Procedural Tools Programmer
<img src="images/exp_Epic.jpg" class="card-image"> <!-- style="right: 16em"> -->
</h2>
<h3 class="card-subtitle"><a href="https://www.linkedin.com/company/aestronauts/" target="_blank">Epic Games</a></h3>
<p class="card-content">
Worked on small team to build an asynchronous procedural node-graph editor + runtime for the Unreal Engine 5 for large-scale worldbuilding
<br><br>
Supported technical artists driving feature requests and drove feature implementation for procedural content integration with Lyra and other UE5 sample projects
</p>
</div>
</div>
<!-- card1 -->
<div class="card">
<div class="info">
<h2 class="card-title">
Gameplay/Graphics Programmer
<img src="images/exp_Aestro.jfif" class="card-image" style="right: 16em">
</h2>
<h3 class="card-subtitle"><a href="https://www.linkedin.com/company/aestronauts/" target="_blank">Aestronauts</a></h3>
<p class="card-content">
Cofounded an indie game studio alongside 5 of my coworkers and participated in a start-up incubation program to rapidly prototype multiple video game concepts with a focus on polish and publishing practices.
<br><br>
After 3 months of development and $8,000 in funding, we released the free-to-play rhythm platformer <a href="https://store.steampowered.com/app/1445240/Tempo/" target="_blank">Tempo</a> on Steam.
<br><br>
Tempo reached the top 5 trending on Steam during its first week of release and had over 40,000 unique players in the first month.
</p>
</div>
</div>
<!-- card2 -->
<div class="card">
<div class="info">
<h2 class="card-title">
Unreal Engine Graphics/Tools Programmer
<img src="images/epoch.jpeg" class="card-image"> <!-- style="right: 20.8em"> -->
</h2>
<h3 class="card-subtitle">
<a href="https://epochgames.co.uk/" target="_blank">Epoch Games</a>
</h3>
<p class="card-content">
Developed shaders, lighting, and visual effects in Unreal Engine 4 with a focus on optimization and performance for the large-scale AAA
quality open-world RPG <a href="https://www.indiedb.com/games/the-lays-of-althas-sundered-order" target="_blank">The Lays of Althas</a>.
<br><br>
Directly supported the level design and technical art teams with tooling, bug-fixes, and optimizations
</p>
</div>
</div>
<!-- card3 -->
<div class="card">
<div class="info">
<h2 class="card-title">
Lead Gameplay Programmer
<img src="images/exp_KBI.jfif" class="card-image" style="right: 14em">
</h2>
<h3 class="card-subtitle">
<a href="https://www.knucklebones.us/interactive" target="_blank">Knucklebones Interactive</a>
</h3>
<p class="card-content">
I lead the programming department and work alongside the Project Managers to facilitate collaboration between four other departments totaling over 20 individuals.
<br><br>
I have led two projects from initial concept to playable prototype, and took responsibility for gameplay systems, networking, graphics, game AI, and tool development.
<br><br>
As the lead, I make technical decisions and design the overall architecture of primary systems. I also mentor and support new members of the team by producing quality documentation, engaging in 1on1s, weekly department meetings, and code reviews.
<br><br>
In addition, I give internal presentations and workshops to share my experience in areas such as source control and graphics.
</p>
</div>
</div>
<!-- card4 -->
<div class="card read-more-target">
<div class="info">
<h2 class="card-title">
Associate Software Engineer
<img src="images/exp_Optum.jfif" class="card-image"> <!-- style="right: 14.1em"> -->
</h2>
<h3 class="card-subtitle"><a href="https://www.optum.com/" target="_blank">Optum</a></h3>
<p class="card-content">
Collaborated on a small internal development team creating tooling to expedite the development of healthcare software.
<br><br>
Participated in two-week sprints and led product pitches in Shark-Tank style presentations.
</p>
</div>
</div>
<!-- card5 -->
<div class="card read-more-target">
<div class="info">
<h2 class="card-title">
Tools Programmer
<img src="images/exp_REG.jfif" class="card-image" style="right: 9.2em">
</h2>
<h3 class="card-subtitle"><a href="https://razoredgegames.com/" target="_blank">Razor Edge Games</a></h3>
<p class="card-content">
Led small team in development of backend development tools for the AAA title <a href="https://store.steampowered.com/app/727660/Eden_Falling/" target="_blank">Eden Falling</a> and provided support for the gameplay programming and design teams.
</p>
</div>
</div>
<!-- card6 -->
<div class="card read-more-target">
<div class="info">
<h2 class="card-title">
Software Engineer Intern
<img src="images/exp_Nebula.jfif" class="card-image"> <!-- style="right: 12.2em"> -->
</h2>
<h3 class="card-subtitle"><a href="http://nebulacompute.com/" target="_blank">Nebula Space Enterprise</a></h3>
<p class="card-content">
Researched, designed, and implemented solutions for a high-performance cluster computing system to survive environmental conditions in low earth orbit.
<br><br>
Contributed to payload design for multi-million dollar image processing satellite.
</p>
</div>
</div>
<!-- card7 -->
<div class="card read-more-target">
<div class="info">
<h2 class="card-title">
B.S. Computer Science and Computer Graphics
<img src="images/exp_RPI.jfif" class="card-image" style="right: 23em">
</h2>
<h3 class="card-subtitle"><a href="https://science.rpi.edu/computer-science" target="_blank">Rensselaer Polytechnic Institute</a></h3>
</div>
</div>
</div>
<label for="post-2" class="read-more-trigger"></label>
</div>
</div>
</section>
<section class="salmon">
<h1>Projects</h1><br>
<div id="myBtnContainer">
<button id="1" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('all', this.id)"> All</button>
<button id="2" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('games', this.id)"> Games</button>
<button id="3" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('engines', this.id)"> Engines</button>
<button id="4" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('graphics', this.id)"> Graphics</button>
<button id="5" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('unity', this.id)"> Unity</button>
<button id="6" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('unreal', this.id)"> Unreal</button>
<button id="7" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('opengl', this.id)"> OpenGL</button>
<button id="8" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('vulkan', this.id)"> Vulkan</button>
<button id="9" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('tools', this.id)"> Tools</button>
<button id="10" class="filterDivButton btn41-43 btn-41" onclick="filterSelection('software', this.id)"> Software</button>
</div>
<br>
<div class=filterDiv-wrapper>
<div class="container">
<a href="https://store.steampowered.com/app/1445240/Tempo/" target="_blank">
<div class="filterDiv games unity tempo" >
<div class="filterDiv-inner">
<div class="filterDiv-row1"> </div>
<div class="filterDiv-row2"><div class="title">Tempo</div></div>
</div>
</div>
</a>
<a href="https://jingyu1999.itch.io/wheel-steal" target="_blank">
<div class="filterDiv games unity wheel-steal" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Wheel Steal</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/ShaderCookbook" target="_blank">
<div class="filterDiv graphics unity shadercookbook" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Shader Cookbook</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/UnrealShaderTechniques" target="_blank">
<div class="filterDiv graphics unity unreal unreal-shader-techniques" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">UnrealShaderTechniques</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/EM-Engine" target="_blank">
<div class="filterDiv engines graphics opengl em-engine" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">EM Engine</div></div>
</div>
</div>
</a>
<a href="https://vluk1.itch.io/ghost-town-gunner" target="_blank">
<div class="filterDiv games unity ghost-town-gunner" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Ghost Town Gunner</div></div>
</div>
</div>
</a>
<a href="https://ydog.itch.io/aisacc" target="_blank">
<div class="filterDiv games unreal aisacc" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">AISACC</div></div>
</div>
</div>
</a>
<a href="https://jingyu1999.itch.io/educasters" target="_blank">
<div class="filterDiv games unity educasters" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Educasters</div></div>
</div>
</div>
</a>
<a href="https://ydog.itch.io/bezos" target="_blank">
<div class="filterDiv games unity bezos" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Bezos Prime</div></div>
</div>
</div>
</a>
<a href="https://ydog.itch.io/quantum-leap" target="_blank">
<div class="filterDiv games quantum-leap" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Quantum Leap</div></div>
</div>
</div>
</a>
<a href="https://www.trojanduckgames.com/" target="_blank">
<div class="filterDiv games unity tools super-upbeat" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Super Upbeat</div></div>
</div>
</div>
</a>
<a href="https://ydog.itch.io/stuck-with-you" target="_blank">
<div class="filterDiv games unity stuck-with-you" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Stuck With You</div></div>
</div>
</div>
</a>
<a href="https://ydog.itch.io/moonshot" target="_blank">
<div class="filterDiv games moonshot" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Moonshot</div></div>
</div>
</div>
</a>
<!--<a href="https://ydog.itch.io/labyrinth-of-sound" target="_blank">
<div class="filterDiv games" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Labyrinth of Sound</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/getting-loopy" target="_blank">
<div class="filterDiv games opengl" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Getting Loopy</div></div>
</div>
</div>
</a>
<a href="https://palinus.itch.io/bullet-hell-jam-entry" target="_blank">
<div class="filterDiv games unity" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Electrodus</div></div>
</div>
</div>
</a>-->
<a href="https://github.com/2020wmarvil/Chaos2D" target="_blank">
<div class="filterDiv engines graphics opengl chaos2d" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Chaos2D</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/ChaosMath" target="_blank">
<div class="filterDiv engines tools chaos-math" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">ChaosMath</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/VulkanRenderer" target="_blank">
<div class="filterDiv graphics vulkan vulkan-renderer" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Vulkan Renderer</div></div>
</div>
</div>
</a>
<a href="https://github.com/2020wmarvil/opengl_engine" target="_blank">
<div class="filterDiv engines graphics opengl opengl-engine" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">OpenGL Engine</div></div>
</div>
</div>
</a>
<!--<a href="https://github.com/2020wmarvil/SoftwareRenderer" target="_blank">
<div class="filterDiv graphics tools software-renderer" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">Software Renderer</div></div>
</div>
</div>
</a>-->
<a href="https://github.com/briannata/otis" target="_blank">
<div class="filterDiv software otis" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">OTIS</div></div>
</div>
</div>
</a>
<!--<a href="https://github.com/2020wmarvil/PaintAudio" target="_blank">
<div class="filterDiv tools software paint-audio" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">PaintAudio</div></div>
</div>
</div>
</a>-->
<a href="https://github.com/2020wmarvil/set-timer" target="_blank">
<div class="filterDiv tools set-timer" >
<div class="filterDiv-inner">
<div class=filterDiv-row1></div>
<div class="filterDiv-row2"><div class="title">SetTimer</div></div>
</div>
</div>
</a>
</div>
</div>
<div class="custom-shape-divider-top-1630366959">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
<section class="tangerine">
<h1>Shaders</h1><br>
<p class="p-large">Work In Progress</p>
<br>
<p class="p-large">
In the meantime, here are some of my shader repositories:
</p>
<div class="row">
<a href="https://github.com/2020wmarvil/ShaderCookbook" target="_blank"><button class="btn41-43 btn-41 bt">Shader Cookbook</button></a>
<a href="https://github.com/2020wmarvil/UnrealShaderTechniques" target="_blank"><button class="btn41-43 btn-41 bt">Unreal Shader Techniques</button></a>
<a href="https://www.shadertoy.com/profile/?show=shaders" target="_blank"><button class="btn41-43 btn-41 bt">Shadertoy</button></a>
</div>
<div class="custom-shape-divider-top-1630367696">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
<section style="padding-bottom: 0;">
<h1>Contact Me</h1><br>
<form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/f/mbjwjdde" method="post">
<fieldset id="fs-frm-inputs">
<label for="email-address">Email Address</label>
<input type="email" name="_replyto" id="email-address" placeholder="email@domain.tld" required="">
<label for="subject">Subject</label>
<input name="subject" placeholder="..." />
<label for="message">Message</label>
<textarea rows="8" name="message" id="message" placeholder="..." required=""></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
</fieldset>
<input class="button" type="submit" value="Submit">
</form>
<div class="wrapper">
<a href="https://github.com/2020wmarvil" target="_blank">
<div class="icon github"> <span><i class="fab fa-github"></i></span> </div>
</a>
<a href="https://www.linkedin.com/in/wyattmarvil/" target="_blank">
<div class="icon linkedin"> <span><i class="fab fa-linkedin"></i></span> </div>
</a>
<a href="https://www.youtube.com/channel/UCH3T1Mx6MmiE6KYPpenvkkg" target="_blank">
<div class="icon youtube"> <span><i class="fab fa-youtube"></i></span> </div>
</a>
<a href="https://ydog.itch.io/" target="_blank">
<div class="icon itch"> <span><i class="fab fa-itch-io"></i></span> </div>
</a>
<a href="https://steamcommunity.com/profiles/76561198150498740" target="_blank">
<div class="icon steam"> <span><i class="fab fa-steam"></i></span> </div>
</a>
</div>
<p class="p-large" style="padding-top: 3rem;"> This website was built from scratch by myself and my amazing girlfriend <a href="https://briannata.github.io/" target="_blank">Brianna Ta</a>, who specializes in full-stack software engineering. </p>
<div class="custom-shape-divider-top-1630369170">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</section>
<img class="footer-img no-select" src="./images/layered-waves-haikei.svg" />
<script src="js/filter.js"></script>
</body>
</html>