|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + |
| 9 | + |
| 10 | + <title>Rust Game Development Working Group</title> |
| 11 | + |
| 12 | + <meta property="og:title" content="Rust Game Development Working Group"> |
| 13 | + |
| 14 | + |
| 15 | + <meta name="description" content="Stay up to date with the progress and recent developments in the Rust Game Development Working Group."> |
| 16 | + <meta property="og:description" content="Stay up to date with the progress and recent developments in the Rust Game Development Working Group."> |
| 17 | + |
| 18 | + |
| 19 | + <meta property="og:url" content="https://rust-gamedev.github.io"> |
| 20 | + <meta property="og:type" content="website"> |
| 21 | + |
| 22 | + <link rel="canonical" href="https://rust-gamedev.github.io"> |
| 23 | + |
| 24 | + |
| 25 | + <meta property="og:image" content="https://rust-gamedev.github.io/logo.png"> |
| 26 | + <meta property="og:image:width" content="200"> |
| 27 | + <meta property="og:image:height" content="200"> |
| 28 | + <meta property="og:site_name" content="Rust Game Development Working Group"> |
| 29 | + |
| 30 | + <link rel="stylesheet" href="https://rust-gamedev.github.io/style.css"> |
| 31 | + |
| 32 | + |
| 33 | + <link rel="alternate" type="application/rss+xml" title="RSS" href="https://rust-gamedev.github.io/rss.xml"> |
| 34 | + |
| 35 | + |
| 36 | + </head> |
| 37 | + |
| 38 | + <body> |
| 39 | + <header class="site-header"> |
| 40 | + <div class="wrapper"> |
| 41 | + <a class="site-title" rel="author" href="/"> |
| 42 | + <img src="https://rust-gamedev.github.io/logo_small.png" width="48" height="48" alt="" /> |
| 43 | + Rust Game Development Working Group |
| 44 | + </a> |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + </div> |
| 49 | +</header> |
| 50 | + |
| 51 | + |
| 52 | + <main class="page-content" aria-label="Content"> |
| 53 | + |
| 54 | + |
| 55 | +<section class="intro"> |
| 56 | + <div class="wrapper"> |
| 57 | + <p class="intro-icons" aria-hidden="true"> |
| 58 | + <svg><use xlink:href="https://rust-gamedev.github.io/intro-icons.svg#crab"></use></svg> |
| 59 | + <svg><use xlink:href="https://rust-gamedev.github.io/intro-icons.svg#heart"></use></svg> |
| 60 | + <svg><use xlink:href="https://rust-gamedev.github.io/intro-icons.svg#joystick"></use></svg> |
| 61 | + </p> |
| 62 | + <p class="intro-lead"> |
| 63 | + Making Rust a first-class choice for game development |
| 64 | + </p> |
| 65 | + <p> |
| 66 | + 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. |
| 67 | + </p> |
| 68 | + <p> |
| 69 | + Join us on |
| 70 | + <a href="https://github.com/rust-gamedev/wg"><svg class="svg-icon"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#github"></use></svg> Github</a> |
| 71 | + or |
| 72 | + <a href="https://discord.gg/j6QJsMd"><svg class="svg-icon"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#discord"></use></svg> Discord</a>, |
| 73 | + and help shape the future of game development in Rust! |
| 74 | + </p> |
| 75 | + </div> |
| 76 | +</section> |
| 77 | + |
| 78 | +<div class="home wrapper"> |
| 79 | + <h2 class="post-list-heading">Latest News</h2> |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + <ul class="post-list"> |
| 84 | + |
| 85 | + <li> |
| 86 | + |
| 87 | + |
| 88 | + <span class="post-meta">2019-11-07</span> |
| 89 | + |
| 90 | + |
| 91 | + <h3> |
| 92 | + <a class="post-link" href="https://rust-gamedev.github.io/posts/newsletter-003/"> |
| 93 | + This Month in Rust GameDev #3 - October 2019 |
| 94 | + </a> |
| 95 | + </h3> |
| 96 | + |
| 97 | + |
| 98 | + </li> |
| 99 | + |
| 100 | + <li> |
| 101 | + |
| 102 | + |
| 103 | + <span class="post-meta">2019-10-05</span> |
| 104 | + |
| 105 | + |
| 106 | + <h3> |
| 107 | + <a class="post-link" href="https://rust-gamedev.github.io/posts/newsletter-002/"> |
| 108 | + This Month in Rust GameDev #2 - September 2019 |
| 109 | + </a> |
| 110 | + </h3> |
| 111 | + |
| 112 | + |
| 113 | + </li> |
| 114 | + |
| 115 | + <li> |
| 116 | + |
| 117 | + |
| 118 | + <span class="post-meta">2019-09-02</span> |
| 119 | + |
| 120 | + |
| 121 | + <h3> |
| 122 | + <a class="post-link" href="https://rust-gamedev.github.io/posts/newsletter-001/"> |
| 123 | + This Month in Rust GameDev #1 - August 2019 |
| 124 | + </a> |
| 125 | + </h3> |
| 126 | + |
| 127 | + |
| 128 | + </li> |
| 129 | + |
| 130 | + <li> |
| 131 | + |
| 132 | + |
| 133 | + <span class="post-meta">2019-08-18</span> |
| 134 | + |
| 135 | + |
| 136 | + <h3> |
| 137 | + <a class="post-link" href="https://rust-gamedev.github.io/posts/introducing-the-rust-game-development-working-group/"> |
| 138 | + Introducing the Rust Game Development Working Group |
| 139 | + </a> |
| 140 | + </h3> |
| 141 | + |
| 142 | + |
| 143 | + </li> |
| 144 | + |
| 145 | + </ul> |
| 146 | + |
| 147 | + |
| 148 | + <p class="feed-subscribe"> |
| 149 | + <a href="https://rust-gamedev.github.io/rss.xml"> |
| 150 | + <svg class="svg-icon orange"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#rss"></use></svg><span>Subscribe</span> |
| 151 | + </a> |
| 152 | + </p> |
| 153 | +</div> |
| 154 | + |
| 155 | + |
| 156 | + </main> |
| 157 | + |
| 158 | + <footer class="site-footer h-card"> |
| 159 | + <data class="u-url" href="https://rust-gamedev.github.io"></data> |
| 160 | + |
| 161 | + <div class="wrapper"> |
| 162 | + |
| 163 | + <div class="footer-col-wrapper"> |
| 164 | + <div class="footer-col one-half"> |
| 165 | + <h2 class="footer-heading">Rust Game Development Working Group</h2> |
| 166 | + |
| 167 | + |
| 168 | + <p>Stay up to date with the progress and recent developments in the Rust Game Development Working Group.</p> |
| 169 | + |
| 170 | + </div> |
| 171 | + |
| 172 | + <div class="footer-col one-half"> |
| 173 | + <ul class="social-links"> |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + <li><a href="https://github.com/rust-gamedev" title="rust-gamedev"><svg class="svg-icon grey"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#github"></use></svg>
BA91
; Github (rust-gamedev)</a></li> |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + <li><a href="https://twitter.com/rust_gamedev" title="rust_gamedev"><svg class="svg-icon grey"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#twitter"></use></svg> Twitter (rust_gamedev)</a></li> |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + <li><a href="https://discord.gg/j6QJsMd" title="Discord"><svg class="svg-icon grey"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#discord"></use></svg> Discord (#wg-gamedev)</a></li> |
| 188 | + <li><a href="https://rust-gamedev.github.io/feed.xml" title="RSS"><svg class="svg-icon grey"><use xlink:href="https://rust-gamedev.github.io/minima-social-icons.svg#rss"></use></svg> RSS feed</a></li> |
| 189 | +</ul> |
| 190 | + |
| 191 | + </div> |
| 192 | + </div> |
| 193 | + |
| 194 | + </div> |
| 195 | + |
| 196 | +</footer> |
| 197 | + |
| 198 | + </body> |
| 199 | +</html> |
0 commit comments