-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcredits.html
87 lines (79 loc) · 2.61 KB
/
credits.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
---
layout: default
title: Credits
---
<body>
<div class="jumbotron" style="background: #15191b">
<div class="container">
<h1>Credits</h1>
<p>Credits to open source components used in the development of our product</p>
</div>
</div>
<div class="container">
<h2>Website</h2>
</div>
<div class="container">
<h3>LineageOS</h3>
<p>
From the LineageOS website, we adapted their blog page, 404 Page and we have also adapted
some of their layouts for other pages in our website as we found it to meet our aesthetic requirements
and it also provided an efficient way to write blog posts.
We have also adapted and built upon the SCSS used in their project to suit the requirements of our website and have
also added some of our own SCSS files for components exclusive to our website.
</p>
</div>
<div class="container">
<h3>Other credits</h3>
<ul>
<li>
Roboto is the font style used in the website.
</li>
<li>
Jekyll: Static Site Generation
</li>
<li>
SlickJS was used to make the carousel/slide show found in the home page.
</li>
</ul>
</div>
<div class="container">
<h2>CopsAndRobbers Game</h2>
<ul>
<li>
Mirror was used to implement multiplayer use Mirror. This is an Open-Source implementation of Unity’s
now
deprecated UNet library. This library was pre-tested, scalable, had a strong community backing and
already had the strong Unity integration that PlayerLink lacked. We then spent the final week of the MVP
stage working to port our game to Mirror.
</li>
<li>
JoystickPack for Mobile Controls.
</li>
<li>
TextMeshPro for UI Components.
</li>
</ul>
</div>
<div class="container">
<h2>Documentation Website</h2>
<ul>
<li>
Doxygen for parsing source code.
</li>
<li>
Doxybook2 to convert Doxygen output into Markdown.
</li>
<li>
MkDocs-Material for converting markdown into documentation website.
</li>
</ul>
</div>
<div class="container">
<h2>PlayerLink</h2>
<ul>
<li>
Boost for Multithreading
</li>
</ul>
</div>
</body>