-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
395 lines (389 loc) · 16 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sebastien Vermeulen</title>
<meta property="title" content="Sebastien Vermeulen">
<meta property="description" content="Portfolio website">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sebastienvermeulen.github.io/">
<meta property="og:title" content="Sebastien Vermeulen">
<meta property="og:description" content="Portfolio website">
<meta property="og:image" content="https://sebastienvermeulen.github.io/images/Texture_space_translucency_cover.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sebastienvermeulen.github.io/">
<meta property="twitter:title" content="Sebastien Vermeulen">
<meta property="twitter:description" content="Portfolio website">
<meta property="twitter:image" content="https://sebastienvermeulen.github.io/images/Texture_space_translucency_cover.png">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="styles_works.css">
<link rel="stylesheet" href="footer.css">
<meta id="viewport" name="viewport">
</head>
<body>
<header>
<link rel="icon" href="images/profile.png">
<nav>
<input type="checkbox" class="toggler">
<div class="hamburger"><div></div></div>
<div class="menu">
<div class="icon">
<img src="images/Icoon.png?raw=true" alt="icon">
</div>
<div class="social">
<ul>
<li class="social-link"><a href="https://www.linkedin.com/in/sebastien-vermeulen-ab0900194/">
<img src="images/linkedin_symbol.png?raw=true" alt="linkedin-symbol">
</a></li>
<li class="social-link"><a href="https://github.com/SebastienVermeulen">
<img src="images/github_symbol.png?raw=true" alt="linkedin-symbol">
</a></li>
<li class="social-link"><a href="mailto:Sebastienvermeulen123@gmail.com">
<img src="images/email_symbol.png?raw=true" alt="email-symbol">
</a></li>
</ul>
</div>
<div class="links">
<ul>
<a href="index.html">
<li class="title">
<h1>SEBASTIEN VERMEULEN</h1>
<p>- Graphics Programmer -</p>
</li>
</a>
</ul>
<ul>
<li class="current-page"><a>Work</a></li>
<li class="nav-link"><a href="Resume.html">Resume</a></li>
<li class="nav-link"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="about-section">
<div class="face">
</div>
<div class="get-to-know">
<ul>
<li>
<h2>Get to know me</h2>
</li>
<li>
<p>Hi there, I am <b><b>Vermeulen Sebastien</b></b> a <b><b>graphics programmer</b></b> with <b><b>multiple years of experience
in the games industry</b></b>. I have worked on <b><b>multiple released titles</b></b> already and hope to add
many more to this list, you can see what those projects were and my involvement in them
in the section below.</p>
</li>
<li>
<p>I graduated from <b><b>Digital Arts & Entertainment</b></b> at the <b><b>university of Howest</b></b> where I majored
in game development, hence my knowledge primarily lies with programming. Since then I have
pushed myself to keep on expanding my knowledge focussing on topics related to graphics from
which I have written down some of the projects as a result, as such take a look at the
personal works section of this page.
</p>
</li>
<li>
<p><b><b>Don't be shy to get in contact with me, have a nice day.</b></b></p>
</li>
<li>
<a href="contact.html">
<button class="contact-button"><strong>Get in touch</strong></button>
</a>
</li>
</ul>
</div>
</section>
<section class="title-section">
<title>Published Works</title>
</section>
<section class="published-section">
<div>
<a href="Games/SWBHM.html">
<ul>
<li>
<img id="SWBImage" src="images/SWBVR-Hordemode-MOM_Cover.png?raw=true" alt="SWBVR">
</li>
<li class="project-display-text">
<h3>The Dark Pictures: Switchback VR Horde Mode DLC</h3>
</li>
<li class="project-display-text">
<p>Engineer</p>
</li>
<li class="project-display-text">
<p>2023</p>
</li>
<li class="project-display-text">
<p>Performance optimizations, Build engineering, Core gameplay systems bugfixing</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Games/SWB.html">
<ul>
<li>
<img id="SWBImage" src="images/SWBVR_cover.png?raw=true" alt="SWBVR">
</li>
<li class="project-display-text">
<h3>The Dark Pictures: Switchback VR</h3>
</li>
<li class="project-display-text">
<p>Engineer</p>
</li>
<li class="project-display-text">
<p>2023</p>
</li>
<li class="project-display-text">
<p>Performance optimizations, Telemetry, Core gameplay systems bugfixing</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Games/TDIM.html">
<ul>
<li>
<img src="images/TheDevilInMe_Cover.png?raw=true" alt="TheDevilInMe">
</li>
<li class="project-display-text">
<h3>The Dark Pictures: The Devil In Me</h3>
</li>
<li class="project-display-text">
<p>Junior Engineer</p>
</li>
<li class="project-display-text">
<p>2022</p>
</li>
<li class="project-display-text">
<p>HDR, Memory optimizations, Performance optimizations</p>
</li>
</ul>
</a>
</div>
</section>
<section id="SecondRow" class="published-section">
<div>
<a href="Games/SpaceControl.html">
<ul>
<li>
<img id="SCImage" src="images/SC_Cover.png?raw=true" alt="SpaceControl">
</li>
<li class="project-display-text">
<h3>SpaceControl</h3>
</li>
<li class="project-display-text">
<p>Internship, Student hire</p>
</li>
<li class="project-display-text">
<p>2021 - 2020</p>
</li>
<li class="project-display-text">
<p>Prototyping, Vertical slice</p>
</li>
</ul>
</a>
</div>
</section>
<section class="title-section">
<title>Personal Works</title>
</section>
<section class="main-section">
<div>
<a href="Pages/VEngine0_2.html">
<ul>
<li>
<img src="images/VEngine0-2_cover.png?raw=true" alt="VEngine0.2">
</li>
<li class="project-display-text">
<h3>VEngine 0.2</h3>
</li>
<li class="project-display-text">
<p>General improvements of the code base and extension of features</p>
</li>
<li class="project-display-text">
<p>2023</p>
</li>
<li class="project-display-text">
<p>C++, DirectX11, HLSL, Imgui</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/VEngine.html">
<ul>
<li>
<img src="images/VEngine_cover.png?raw=true" alt="VEngine">
</li>
<li class="project-display-text">
<h3>VEngine</h3>
</li>
<li class="project-display-text">
<p>Deferred & forwards rendering framework with PBR and Imgui</p>
</li>
<li class="project-display-text">
<p>2022</p>
</li>
<li class="project-display-text">
<p>C++, DirectX11, HLSL, Imgui</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Raymarch_material_generation_in_UE5.html">
<ul>
<li>
<img src="images/Raymarch_material_generation_in_UE5_cover.png?raw=true" alt="Raymarch-material-generation-in-UE5-cover">
</li>
<li class="project-display-text">
<h3>Raymarch material generation in UE5</h3>
</li>
<li class="project-display-text">
<p>Custom editor, generating materials and raymarching modularly in UE5</p>
</li>
<li class="project-display-text">
<p>2021</p>
</li>
<li class="project-display-text">
<p>Unreal Engine 5, Unreal C++, HLSL</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Texture_space_translucency.html">
<ul>
<li>
<img src="images/Texture_space_translucency_cover.png?raw=true" alt="Texture-space-translucency-cover">
</li>
<li class="project-display-text">
<h3>Texture Space Translucency in Commercial Engines</h3>
</li>
<li class="project-display-text">
<p>Real time TST in Unity as research</p>
</li>
<li class="project-display-text">
<p>2021</p>
</li>
<li class="project-display-text">
<p>Unity C#, Unity 5, HLSL</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Mythifood.html">
<ul>
<li>
<img src="images/Mythifood_cover.png?raw=true" alt="Mythifood-cover">
</li>
<li class="project-display-text">
<h3>Mythifood Adventures</h3>
</li>
<li class="project-display-text">
<p>Fight and collect mythical food in a coop adventure</p>
</li>
<li class="project-display-text">
<p>2020</p>
</li>
<li class="project-display-text">
<p>Unreal C++, Unreal Engine 4</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Raytracer_in_a_weekend.html">
<ul>
<li>
<img src="images/Raytracer_in_a_weekend_cover.png?raw=true" alt="Raytracer-in-a-weekend-cover">
</li>
<li class="project-display-text">
<h3>Raytracer in a weekend</h3>
</li>
<li class="project-display-text">
<p>Raytracer made with doc. from: "Raytracing in a weekend"</p>
</li>
<li class="project-display-text">
<p>2020</p>
</li>
<li class="project-display-text">
<p>C++</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Raymarching.html">
<ul>
<li>
<img src="images/Raymarching_cover.png?raw=true" alt="raymarching-cover">
</li>
<li class="project-display-text">
<h3>Raymarching</h3>
</li>
<li class="project-display-text">
<p>Raymarching in shaders, making cool effects<br><br></p>
</li>
<li class="project-display-text">
<p>2020</p>
</li>
<li class="project-display-text">
<p>Shadertoy - GLSL,Kodelife - GLSL</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Bedtime_breakout.html">
<ul>
<li>
<img src="images/Bedtime_breakout_cover.png?raw=true" alt="Bedtime-breakout-cover">
</li>
<li class="project-display-text">
<h3>Bedtime breakout</h3>
</li>
<li class="project-display-text">
<p>A game of tag, where players can turn invisible<br><br></p>
</li>
<li class="project-display-text">
<p>2020</p>
</li>
<li class="project-display-text">
<p>Unreal C++, Unreal Engine 4</p>
</li>
</ul>
</a>
</div>
<div>
<a href="Pages/Starfux.html">
<ul>
<li>
<img src="images/Starfux_cover.png?raw=true" alt="Starfux-cover">
</li>
<li class="project-display-text">
<h3>Starfux</h3>
</li>
<li class="project-display-text">
<p>A project in a custom engine using DirectX11<br><br></p>
</li>
<li class="project-display-text">
<p>2020</p>
</li>
<li class="project-display-text">
<p>C++, DirectX11, HLSL</p>
</li>
</ul>
</a>
</div>
</section>
<section class="footer">
<footer>
<p><strong>Sebastien Vermeulen</strong> - Tel.:+32(0)49/424.17.86 - E-mail: Sebastienvermeulen123@gmail.com</p>
</footer>
</section>
</body>
</html>