forked from rust-gamedev/rust-gamedev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (132 loc) · 8.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rust GameDev WG</title>
<meta property="og:title" content="Rust GameDev WG">
<meta name="description" content="Stay up to date with the progress and recent developments in the Rust Game Development Working Group.">
<meta property="og:description" content="Stay up to date with the progress and recent developments in the Rust Game Development Working Group.">
<meta property="og:url" content="https://gamedev.rs">
<meta property="og:type" content="website">
<link rel="canonical" href="https://gamedev.rs">
<meta property="og:image" content="https://gamedev.rs/logo.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<meta property="og:site_name" content="Rust GameDev WG">
<link rel="stylesheet" href="https://gamedev.rs/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="https://gamedev.rs/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://gamedev.rs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://gamedev.rs/favicon-16x16.png">
<link rel="manifest" href="https://gamedev.rs/site.webmanifest">
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" rel="author" href="/">
<img src="https://gamedev.rs/logo_small.png" width="48" height="48" alt="" />
Rust GameDev WG
</a>
</div>
</header>
<main class="page-content" aria-label="Content">
<section class="intro">
<div class="wrapper">
<p class="intro-icons" aria-hidden="true">
<svg><use xlink:href="https://gamedev.rs/intro-icons.svg#crab"></use></svg>
<svg><use xlink:href="https://gamedev.rs/intro-icons.svg#heart"></use></svg>
<svg><use xlink:href="https://gamedev.rs/intro-icons.svg#joystick"></use></svg>
</p>
<p class="intro-lead">
Making Rust a first-class choice for game development
</p>
<p>
The Rust game development working group's goals are to improve the experience of using Rust to make games, and to make it accessible even if you're not an experienced engine/graphics developer.
</p>
<p>
Join us on
<a href="https://github.com/rust-gamedev/wg"><svg class="svg-icon"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#github"></use></svg> Github</a>
or
<a href="https://discord.gg/j6QJsMd"><svg class="svg-icon"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#discord"></use></svg> Discord</a>,
and help shape the future of game development in Rust!
</p>
</div>
</section>
<div class="home wrapper">
<h2 class="post-list-heading">Latest News</h2>
<ul class="post-list">
<li>
<h3>
<a class="post-link" href="https://gamedev.rs/news/024/">
This Month in Rust GameDev #24 - July 2021
</a>
</h3>
<span class="post-meta">2021-08-08</span>
</li>
<li>
<h3>
<a class="post-link" href="https://gamedev.rs/news/023/">
This Month in Rust GameDev #23 - June 2021
</a>
</h3>
<span class="post-meta">2021-07-08</span>
</li>
<li>
<h3>
<a class="post-link" href="https://gamedev.rs/news/022/">
This Month in Rust GameDev #22 - May 2021
</a>
</h3>
<span class="post-meta">2021-06-09</span>
</li>
</ul>
<h2 class="post-list-heading">Latest Blog Posts</h2>
<ul class="post-list">
<li>
<h3>
<a class="post-link" href="https://gamedev.rs/blog/survey-01/">
Rust Game Development - Ecosystem Survey
</a>
</h3>
<span class="post-meta">2020-02-06</span>
</li>
<li>
<h3>
<a class="post-link" href="https://gamedev.rs/blog/introducing-the-rust-game-development-working-group/">
Introducing the Rust Game Development Working Group
</a>
</h3>
<span class="post-meta">2019-08-18</span>
</li>
</ul>
<p class="feed-subscribe">
<a class="btn" id="all-news" href="https://gamedev.rs/news">All News</a>
<a class="btn" id="all-blog-posts" href="https://gamedev.rs/blog">All Blog Posts</a>
<a href="https://gamedev.rs/rss.xml">
<svg class="svg-icon orange"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#rss"></use></svg><span>Subscribe</span>
</a>
</p>
</div>
</main>
<footer class="site-footer h-card">
<data class="u-url" href="https://gamedev.rs"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col one-half">
<h2 class="footer-heading">Rust GameDev WG</h2>
<p>Stay up to date with the progress and recent developments in the Rust Game Development Working Group.</p>
</div>
<div class="footer-col one-half">
<ul class="social-links">
<li><a href="https://github.com/rust-gamedev" title="rust-gamedev"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#github"></use></svg> Github (rust-gamedev)</a></li>
<li><a href="https://twitter.com/rust_gamedev" title="rust_gamedev"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#twitter"></use></svg> Twitter (rust_gamedev)</a></li>
<li><a href="https://discord.gg/j6QJsMd" title="Discord"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#discord"></use></svg> Discord (#wg-gamedev)</a></li>
<li><a href="https://gamedev.rs/rss.xml" title="RSS"><svg class="svg-icon grey"><use xlink:href="https://gamedev.rs/minima-social-icons.svg#rss"></use></svg> RSS feed</a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>