-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements.html
More file actions
169 lines (159 loc) · 6.52 KB
/
elements.html
File metadata and controls
169 lines (159 loc) · 6.52 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
<!DOCTYPE HTML>
<!--
Transitive by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Aaron Samaniego Diaz</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">My personal site on this huge web</a></div>
<a href="#menu" class="toggle"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Who i am</a></li>
<li><a href="elements.html">My projects</a></li>
<li><a href="AaronSamaniegoDiaz.pdf" target="_blank">CV</a></li>
</ul>
</nav>
<!-- Banner -->
<!--
To use a video as your background, set data-video to the name of your video without
its extension (eg. images/banner). Your video must be available in both .mp4 and .webm
formats to work correctly.
<a href="https://templated.co/">Templated</a> and released under the <a href="https://templated.co/license">Creative Commons</a>
-->
<section id="banner" data-video="images/banner">
<div class="inner">
<a href="#one" class="button special scrolly">See my participation in projects</a>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<!-- Elements -->
<h2 id="elements">My participation in team projects</h2>
<div>
<div class="6u 12u$(medium)">
<!-- Text stuff -->
<!-- Old Town Stories -->
<h3>Old Town Stories</h3>
<p> Old Town Stories is the main project of my portfolio so here you can see the list of which task i made during the project. </p>
<ul>
<li>Migration of source control system. From Git to Perforce</li>
<li>Shield mechanic which was changed in the future. Particle systems of the shield</li>
<li>Dron enemy.</li>
<li>Hand´s recoil effect.</li>
<li>
Bugs solving.
<ul>
<li>UE4 Blueprint compiler crash</li>
<li>UE4 unknown error, headers related</li>
<li>Magnetizable system bugs</li>
</ul>
</li>
<li>Teleport mechanic*.</li>
<li>Initial implementation of enemy spawners and enemy placers.</li>
<li>HP feedback system.</li>
<li>Player hitbox.</li>
<li>Glove energy quanitity feedback system.</li>
<li>Dismemberment of some enemies.(This was removed on latest builds)</li>
<li>Hands interactuable system improvement.</li>
<li>Level design and building.</li>
<li>Weapons highlighting system.</li>
<li>Tutorial scripting.</li>
<li>
Performance optimizations.
<ul>
<li>Lightning related optimziations.</li>
<li>Transparency problems.</li>
</ul>
</li>
</ul>
<p>*: not made alone</p>
<hr />
<!-- RASA -->
<h3>RASA Engine</h3>
<p> Despite of be unsuccessful I learnt a lot. </p>
<ul>
<li>
Core.
<ul>
<li>Engine clock</li>
<li>Engine UI</li>
<li>Project generation using GeNie</li>
<li>Entities based nodes system</li>
</ul>
</li>
<li>
Render.
<ul>
<li>OpenGL commands</li>
<li>GPU resources abstraction, (Textures, buffers, shaders, programs)</li>
<li>Render System based on Display Lists</li>
<li>Lightning</li>
<li>Shadow mapping</li>
<li>Materials system</li>
<li>Post processing system</li>
</ul>
</li>
<li>Port to linux*.</li>
</ul>
<p>*: not made alone</p>
<hr />
<!-- Pursuit the falcon -->
<!-- Lists -->
<h3>Pursuit the falcon</h3>
<p> Mobile game made with Unity. </p>
<ul>
<li>Destroying Animations</li>
<li>Make models from existing ones (I made the fusion between some models i found on Unity Store because we had no artist on the team)</li>
<li>Save system.</li>
<li>Movement system.</li>
<li>Ship particles.</li>
<li>Progression/XP system.</li>
<li>Shop system.</li>
<li>Sounds system.</li>
</ul>
<hr />
<ul class="icons">
<li><a href="https://twitter.com/Blyron__" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/blyron_314/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/Blyron" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Four -->
<!-- Footer -->
<footer id="footer" class="wrapper">
<div class="inner">
<div class="copyright">
© Untitled Design: <a href="https://templated.co/">Templated</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>