-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
677 lines (623 loc) · 27.5 KB
/
index.html
File metadata and controls
677 lines (623 loc) · 27.5 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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<!DOCTYPE html>
<html lang="en">
<head>
<title>César Moltó Morilla | Computer Graphics R&D Engineer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Cesar Molto Morilla personal website">
<meta name="author" content="Cesar Molto Morilla">
<!-- Preview meta tags -->
<meta property='og:title' content="Rendering Engineer Portfolio">
<meta property='og:image' content="https://cesarmolto.github.io/images/WebPreview.png">
<meta property='og:description'
content=" Hi! My name is Cesar Molto Morilla, and I'm a Rendering Engineer specializing in real-time graphics and performance optimization for video games and interactive applications.">
<meta property='og:url' content="https://cesarmolto.github.io">
<!-- Web tab icon -->
<link rel="shortcut icon" href="images/Icons/Logo.png">
<!--Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top" class="bg-black">
<!-- Beginning of Header -->
<header id="header"></header>
<header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container-fluid"> <a class="navbar-brand js-scroll-trigger"
href="index.html#page-top">CÉSAR
MOLTÓ MORILLA<p>RENDERING ENGINEER | PERFORMANCE AND R&D</p></a>
<button class="navbar-toggler navbar-toggler-right mr-2" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">ABOUT ME</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#professional">PROFESSIONAL</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#research">RESEARCH</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#jams">JAMS</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End of Header -->
<!-- Beginning of About section -->
<section id="about" class="about-section text-center bg-black pb-5">
<div class="container">
<div class="row align-items-center no-gutters my-4 mb-lg-5">
<div class="col-xl-12">
<div class="featured-text text-center text-lg-left pr-0">
<h3>ABOUT ME</h3>
</div>
</div>
</div>
<div class="row justify-content-center no-gutters">
<div class="col-xl-6 mt-4">
<img class="Avatar" src="images/Avatar.jpeg" alt="Avatar" height="350" width="350">
<div class="project-text w-100 my-auto text-center text-lg-justify">
<h4 class="text-orange px-0 mt-4 fw-200">CONTACT</h4>
</div>
<div class="social d-flex justify-content-center mx-auto mb-0">
<a href="mailto:cmoltomorilla@gmail.com" target="_top" class="mx-2">
<i class="fas fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/cesar-molto-morilla" target="_blank" class="mx-2">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<div class="col-xl-6">
<div class="project-text w-100 my-auto text-lg-justify">
<p class="text-justify text-white-75 mb-0">
Hello there!
<br><br>
My name is Cesar, and I'm a <strong>Computer Graphics Engineer</strong> specialized in
<strong>real-time rendering</strong> and <strong>performance optimization</strong> for modern
game engines (<strong>UE4/5</strong>, <strong>Unity</strong>) using
<strong>DirectX12</strong>, <strong>Vulkan</strong>, and <strong>OpenGL/WebGL</strong>.
<br><br>
I focus on developing efficient rendering systems and <strong>shaders</strong> that scale across
<strong>PC</strong>, <strong>XR</strong>, and <strong>mobile platforms</strong>. My work combines deep
technical knowledge with a strong production focus, <strong>profiling</strong> GPU/CPU workloads,
identifying <strong>bottlenecks</strong>, and integrating optimized graphics features into both
proprietary and commercial engines.
<br><br>
I'm currently pursuing a <strong>PhD</strong> at King Juan Carlos University, with research experience
in <strong>physically based rendering of cloth materials</strong> and <strong>high performance computation</strong>.
<br><br>
Below you'll find some of the projects I’ve contributed to. If my work resonates with your needs,
<strong>feel free to reach out</strong>!
<br><br><br>
</p>
<a class="resume-button" href="download/Resume_CesarMoltoMorilla.pdf" target="_blank">RESUME</a>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</section>
<!-- End of About section -->
<!-- Beginning of Professional section -->
<section id="professional" class="applications-section bg-black">
<div class="container">
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-12">
<div class="featured-text text-center text-lg-left pr-0">
<h3>PROFESSIONAL</h3>
</div>
</div>
</div>
<!-- Beginning of Professional 4 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<a href="https://trialxtreme.com/" target="_blank">
<img src="images/TrialXtremeFreedom/Main.png" alt="Trial Xtreme Freedom" style="max-width:100%; max-height:100%; border: 2px solid rgba(255, 255, 255, 0.5);" target="_blank">
</a>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Android.png" alt="Android">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/IOS.png" alt="IOS">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 mt-2">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="https://trialxtreme.com/" target="_blank">
<h4 class="text-orange px-0 py-2">TRIAL XTREME FREEDOM</h4>
</a>
<p class="mb-5 text-justify text-white-75">
Worked on <em>Trial Xtreme Freedom</em> <strong>(1M+ downloads)</strong>, focusing on <strong>GPU/CPU optimization</strong> across large levels.
Halved frame time through <strong>shader optimization</strong>, a custom <strong>batching system</strong>, and <strong>render pipeline</strong> improvements.
<br><br>
Developed custom <strong>HLSL shaders</strong> and <strong>Shader Graph nodes</strong> for <strong>volumetrics</strong>, <strong>decals</strong>, and <strong>water</strong>, while streamlining <strong>artist tools</strong> and workflows.
</p>
<a class="official-site-button download" href="https://trialxtreme.com/" target="_blank">OFFICIAL SITE</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of Professional 4 -->
<!-- Beginning of Professional 3 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<a href="https://www.jp.square-enix.com/trianglestrategy/metaquest/" target="_blank">
<img src="images/TriangleStrategy/Main.png" alt="Triangle Strategy" style="max-width:100%; max-height:100%; border: 2px solid rgba(255, 255, 255, 0.5);" target="_blank">
</a>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/VR.png" alt="VR">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 order-xl-first mt-2">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="https://www.jp.square-enix.com/trianglestrategy/metaquest/" target="_blank">
<h4 class="text-orange px-0 py-2">TRIANGLE STRATEGY - META QUEST VERSION</h4>
</a>
<p class="mb-5 text-justify text-white-75">
Contributed to <em>Triangle Strategy (VR)</em> for <strong>Meta Quest</strong> by identifying and fixing
<strong>GPU bottlenecks</strong> and <strong>draw-call overheads</strong>, reducing them by over 99% to achieve
the required <strong>72 FPS</strong> performance target.
<br><br>
Developed a dynamic <strong>grass instancing system</strong> and resolved <strong>ASW warping artifacts</strong>,
enhancing UI stability and delivering a smoother, more consistent <strong>VR experience</strong>.
</p>
<a class="official-site-button download" href="https://www.jp.square-enix.com/trianglestrategy/metaquest/" target="_blank">OFFICIAL SITE</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of Professional 3 -->
<!-- Beginning of Professional 2 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<a href="https://www.jp.square-enix.com/ffvii_rebirth/pc/" target="_blank">
<img src="images/FinalFantasyVII/Main.png" alt="Final Fantasy Rebirth VII" style="max-width:100%; max-height:100%; border: 2px solid rgba(255, 255, 255, 0.5);" target="_blank">
</a>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/PC.png" alt="PC">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 mt-4">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="https://www.jp.square-enix.com/ffvii_rebirth/pc/" target="_blank">
<h4 class="text-orange px-0 py-2">FINAL FANTASY VII: REBIRTH - PC VERSION</h4>
</a>
<p class="mb-5 text-justify text-white-75">
Contributed to the <em>Final Fantasy VII Rebirth</em> <strong>PC port</strong> by optimizing
<strong>mesh streaming</strong> within a Nanite-inspired <strong>UE4 system</strong>, addressing platform-specific
<strong>memory</strong> and <strong>mesh handling</strong> challenges.
<br><br>
Achieved <strong>30–50% performance gains</strong> through targeted optimizations that improved data flow
efficiency and reduced streaming overhead, ensuring a smoother and more stable gameplay experience on PC.
</p>
<a class="official-site-button download" href="https://www.jp.square-enix.com/ffvii_rebirth/pc/" target="_blank">OFFICIAL SITE</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of Professional 2 -->
<!-- Beginning of Professional 1 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<a href="https://handy-games.com/en/games/titan-quest/" target="_blank">
<img src="images/TitanQuest/Main.png" alt="Titan Quest" style="max-width:100%; max-height:100%; border: 2px solid rgba(255, 255, 255, 0.5);" target="_blank">
</a>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Android.png" alt="Android">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/IOS.png" alt="IOS">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 order-xl-first mt-2">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="https://handy-games.com/en/games/titan-quest/" target="_blank">
<h4 class="text-orange px-0 py-2">TITAN QUEST: LEGENDARY EDITION</h4>
</a>
<p class="mb-5 text-justify text-white-75">
Worked on the mobile adaptation of <em>Titan Quest: Legendary Edition</em>, focusing on <strong>rendering</strong> and
<strong>performance optimization</strong> for <strong>Android</strong> and <strong>iOS</strong>.
Improved GPU performance through <strong>shader optimizations</strong> and reduced memory usage by
<strong>packing texture channels</strong>.
<br><br>
Implemented <strong>UI rendering features</strong>, <strong>controller-specific graphics</strong>, and
<strong>full gamepad support</strong>, ensuring consistent gameplay across touch and controller input.
</p>
<a class="official-site-button download" href="https://handy-games.com/en/games/titan-quest/" target="_blank">OFFICIAL SITE</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of Professional 1 -->
</div>
</section>
<!-- End of Professional section -->
<!-- Beginning of Research section -->
<section id="research" class="applications-section bg-black">
<div class="container">
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-12">
<div class="featured-text text-center text-lg-left pr-0">
<h3>RESEARCH</h3>
</div>
</div>
</div>
<!-- Beginning of Research 1 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/UnrealHome/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/UnrealHome/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Axis.png" alt="Axis Neuron">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Unreal.png" alt="Unreal Engine">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/C++.png" alt="C++">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 mt-4">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="unreal-home.html">
<h4 class="text-orange px-0 py-2">UNREAL HOME</h4>
</a>
<p class="mb-5 text-justify text-white-75">
Unreal Home is a simulation platform designed to carry out the generation of photorealistic synthetic datasets of
human daily basis interactions in virtual environments.
<br>
<br>
It was developed in collaboration with the <a href="https://labs.iuii.ua.es/3dperceptionlab/" target="_blank">3D Perception Lab (3DPL)</a> group from
the Department of Information Technology and Computing (DTIC) of the
<a href="https://www.ua.es" target="_blank">University of Alicante</a>.
</p>
<a class="download-play-button download"
href="https://github.com/3dperceptionlab/unrealhome"
target="_blank">GITHUB REPOSITORY</a>
<!--<a href="unreal-home.html" class="see-more-button">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Research 1 -->
</div>
</section>
<!-- End of Research section -->
<!-- Beginning of Jams section -->
<section id="jams" class="applications-section bg-black">
<div class="container">
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-12">
<div class="featured-text text-center text-lg-left pr-0">
<h3>JAMS</h3>
</div>
</div>
</div>
<!-- Beginning of Jam 6 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/DodgeballMasters/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/DodgeballMasters/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/OpenGL.png" alt="OpenGL">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/C++.png" alt="C++">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 order-xl-first mt-2">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="dodgeball-masters.html">
<h4 class="text-orange px-0 py-2">DODGEBALL MASTERS</h4>
</a>
<p class="mb-5 text-justify text-white-75">
Dodgeball Masters is a frenetic multiplayer sports game where two teams of 3 members compete
until one of them stands above the other by eliminating all the rival team members.
<br>
<br>
There are 8 different characters to choose from, for your team, with differents statistics and skills that enable a
wide range of possibilities and strategies.
</p>
<a class="download-play-button download" href="https://github.com/Woko103/Dodgeball_Masters"
target="_blank">GITHUB REPOSITORY</a>
<!-- <a class="see-more-button" href="dodgeball-masters.html">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Jam 6 -->
<!-- Beginning of Jam 5 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/BattleTank/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/BattleTank/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Unreal.png" alt="Unreal Engine">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/C++.png" alt="C++">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 mt-4">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="battle-tank.html">
<h4 class="text-orange px-0 py-2">BATTLE TANK</h4>
</a>
<p class="mb-5 text-justify text-white-75">Battle Tank is a head-to-head tank fight game with
AI-controlled enemies, an advanced control system, and controller support that takes places in a real looking war environment.
<br>
<br>
Will you be able to defeat the enemies? To do so you must wisely use the strategic
spots distributed around the map.
</p>
<a class="download-play-button download"
href="https://github.com/CesarMolto/cesarmolto.github.io/releases/download/v0.2-alpha/BattleTank.zip"
target="_blank">DOWNLOAD <small>(WINDOWS)</small></a>
<!-- <a href="battle-tank.html" class="see-more-button">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Jam 5 -->
<!-- Beginning of Jam 4 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/Nobody/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/Nobody/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Unity.png" alt="Unity Engine">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/CSharp.png" alt="C#">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 order-xl-first mt-2">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="nobody.html">
<h4 class="text-orange px-0 py-2">NOBODY</h4>
</a>
<p class="mb-5 text-justify text-white-75">Nobody is a platformer and puzzle game
developed for the biggest game development festival in Ireland, the <a href="http://gamesfleadh.ie/" target="_blank">Games Fleadh
2019</a>.
<br>
<br>
To solve the challenging puzzles of the game you will need to kill the enemies of
every level and use the unique body change mechanic.
</p>
<a class="download-play-button" href="https://cesarmolto.itch.io/nobody"
target="_blank">PLAY ON BROWSER</a>
<!-- <a class="see-more-button" href="nobody.html">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Jam 4 -->
<!-- Beginning of Jam 3 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/ProjectStarfall/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/ProjectStarfall/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Unity.png" alt="Unity Engine">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/CSharp.png" alt="C#">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 mt-4">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="project-starfall.html">
<h4 class="mb-4 text-orange px-0">PROJECT STARFALL</h4>
</a>
<p class="mb-5 text-justify text-white-75">Project Starfall is an arcade 2D game, where
the main goal is to survive the longest
possible by dodging the evil aliens and the fast asteroids falling from
the sky.
</p>
<a class="download-play-button" href="https://cesarmolto.itch.io/project-starfall"
target="_blank">PLAY ON BROWSER</a>
<!-- <a class="see-more-button" href="project-starfall.html">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Jam 3 -->
<!-- Beginning of Jam 2 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/BatHunterTanuki/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/BatHunterTanuki/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Unity.png" alt="Unity Engine">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/CSharp.png" alt="C#">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 order-xl-first mt-4">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="bat-hunter-tanuki.html">
<h4 class="mb-4 text-orange px-0">BAT HUNTER TANUKI : THE REVENGE</h4>
</a>
<p class="mb-5 text-justify text-white-75">Bat Hunter Tanuki is a 2D action roguelike
game inspired by Japanese
folklore and originally developed in one week for the <a
href="https://itch.io/jam/2-buttons-jam-2018" target="_blank">2 Buttons Jam
2018</a>.
<br>
<br>
To recover your precious leaves you must kill all the enemies and get to the end of
the randomly generated maze where the Midnight Lord awaits.
</p>
<a class="download-play-button" href="https://cesarmolto.itch.io/bat-hunter"
target="_blank">PLAY ON BROWSER</a>
<!-- <a class="see-more-button" href="bat-hunter-tanuki.html">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Jam 2 -->
<!-- Beginning of Jam 1 -->
<div class="row justify-content-center no-gutters mb-3">
<!-- Video -->
<div class="col-xl-6 mb-3">
<video poster="images/RoomMaker/Main.png" controls preload="none"
style="border: 2px solid rgba(255, 255, 255, 0.5);">
<source src="videos/RoomMaker/Video.mp4" type="video/mp4">
</video>
<div class="row justify-content-center m-0 p-0">
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/Unity.png" alt="Unity Engine">
</div>
<div class="col-lg-icon icon-col">
<img class="img-fluid icon" src="images/Icons/CSharp.png" alt="C#">
</div>
</div>
</div>
<!-- Description and buttons -->
<div class="col-xl-6 mt-2">
<div class="bg-black text-center project">
<div class="d-flex h-100">
<div class="project-text my-auto text-center pt-0">
<a href="room-maker.html">
<h4 class="text-orange px-0 py-2">ROOM MAKER VR <small>(PROTOTYPE)</small></h4>
</a>
<p class="mb-5 text-justify text-white-75">Room Maker is a Virtual Reality scenario
editor developed using Unity 3D and Oculus hardware.
<br>
<br>
Using Room Maker, users can create their own indoor scenarios with different lighting
and furniture, and explore them using VR technology. </p>
<a class="download-play-button download"
href="https://github.com/CesarMolto/cesarmolto.github.io/releases/download/1.13/RooMMaker_Setup.exe">DOWNLOAD
<small>(WINDOWS)</small></a>
<!-- <a class="see-more-button" href="room-maker.html">SEE MORE . . .</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End of Jam 1 -->
</section>
<!-- End of Jams section -->
<!-- Beginning of Footer -->
<footer class="bg-black small text-center text-white-75 pt-8 pb-2">
<div class="container">
Copyright © César Moltó Morilla
<script>document.write(new Date().getFullYear())</script>
</div>
</footer>
<!-- End of Footer -->
</body>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</html>