-
Notifications
You must be signed in to change notification settings - Fork 0
/
study.html
executable file
·216 lines (212 loc) · 12.3 KB
/
study.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Napier Games Technology Group - Study</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/override.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header class="navbar navbar-inverse navbar-fixed-top napier_red" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li class="oactive"><a href="study.html">Study</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</header><!--/header-->
<section id="title" class="napierFill">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1>Study with us</h1>
<p>Our Undergraduate Games Development course will give you the skills you need to pursue a lucrative career in games-development and the freedom to exell in other related fields</p>
</div>
</div>
</div>
</section><!--/#title-->
<section id="services">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="center gap">
<h2>Key Skills</h2>
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa fa-file-code-o icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Lastest Development Standards</h3>
<p>Modern C++, Multithreading, Multi-platform</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa fa-code-fork icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Profesional Colaboratation Skills</h3>
<p>Version controll, asset pipelines, project planning & management.</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa fa-cogs icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Games Technologies</h3>
<p>Engines, Toolsets, Techniques, Standards</p>
</div>
</div>
</div><!--/.col-md-4-->
</div><!--/.row-->
<div class="gap"></div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa fa-cube icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">3D Graphics</h3>
<p>OpenGL</p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa fa-rocket icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Physics</h3>
<p></p>
</div>
</div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<div class="media">
<div class="pull-left">
<i class="fa fa-certificate icon-md"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Personal Projects</h3>
<p>Group project, Honours Project</p>
</div>
</div>
</div><!--/.col-md-4-->
</div><!--/.row-->
<hr>
<div class="row">
<div class="col-lg-12">
<div class="center">
<h2>Modules Exclusive to the Games Degree</h2>
<p>For the full list of modules, visit the course information page</p>
</div>
<div class="row">
<div class="col-md-4">
<h4><a href="http://www.modules.napier.ac.uk/Module.aspx?ID=SET08116">Computer Graphics</a></h4>
<p>This module will cover the fundamental concepts required for interactive graphics programming. Basic mathematical concepts for computer graphics shall be covered throughout the module. Introducing graphical systems and the rendering pipeline, the module will go through creating 3D graphical objects and the use of virtual cameras to interact with the applications made. Particular concepts covered will include terrain rendering, lighting, texturing and the use of 3D models. High level concepts such as programming of the graphical pipeline via shaders and procedural generation of content shall also be covered.</p>
</div>
<div class="col-md-4">
<h4><a href="http://www.modules.napier.ac.uk/Module.aspx?ID=SET11117">Physics Based Animation</a></h4>
<p>This module introduces students to computer animation and related simulation techniques, as applicable to computer games, virtual reality systems, and film special effects. Efficient numerical methods for simulating a variety of visually interesting physical phenomena will be discussed in the context of both interactive and offline simulation. Topics include deformable objects (i.e., solids and cloths), fluids, character rigging, quaternions, inverse kinematics, motion capture, sound simulation, collision detection, rigid body dynamics, and GPU programming.</p>
</div>
<div class="col-md-4">
<h4><a href="http://www.modules.napier.ac.uk/Module.aspx?ID=SET10110">Advanced Games Engineering</a></h4>
<p>This module is a capstone module combining your previous knowledge and experience from the modules studied thus far (i.e., physics-based animation, computer graphics, and programming fundamentals). The module is project based, supplemented by guest lectures from staff and industry which will focus on techniques and processes within the games industry. The module has set of core lectures each year, which key material, such as, trends, life-cycle, testing, and usability, which will adapt with current developments in the games industry, with the addition of topics covered by industry insiders which will change year on year.</p>
</div>
</div>
</div>
</div>
</div>
</section><!--/#services-->
<section id="bottom" class="wet-asphalt">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<div style="padding-left:15%; float: left;" ><img src="images/nvidia.png" height=80px></div>
<div style="padding-left:15%; float: left;" ><img src="images/sonyfirst.png" height=80px></div>
<div align="center" >
<img src="images/skillset.png" height=60px alt="BSc (Hons) Games Development has been awarded the Creative Skillset Tick, the industry quality mark, following a rigorous assessment process by experts working in the Creative Industries. The Creative Skillset Tick is awarded to practice-based courses which best prepare students for a career in the industry." ></div>
</div>
<div class="col-md-6 col-sm-12">
<h4>About Us</h4>
<p>Edinburgh Napier University offers a range of taught programmes that cover the general skills of a good software engineer, with a specialism in games-related technologies. You will gain an in-depth knowledge of game technologies, incorporating practical skills in programming, rendering, artificial intelligence, mathematics, hardware and software engineering.</p>
</div>
<div class="col-md-3 col-sm-6">
<h4>Address</h4>
<address>
<strong>[email protected]</strong><br>
<strong>Games Technology Group</strong><br>
School Of Computing<br>
Edinburgh Napier University<br>
Edinburgh, EH10 5DT<br>
</address>
</div>
</div>
</div>
</section>
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2016 <a target="_blank" href="http://www.napier.ac.uk/" title="Ediburgh napier University">Edinburgh Napier University</a> is a registered Scottish charity. Registration SC018373
</div>
<div class="col-sm-6">
<ul class="pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a id="gototop" class="gototop" href="#"><i class="icon-chevron-up"></i></a></li><!--#gototop-->
</ul>
</div>
</div>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>