File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
content/posts/newsletter-017 Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,35 @@ Sound was recently added to the demo using the quad-snd library.
181181[ weegames-itch ] : https://yeahross.itch.io/weegames
182182[ weegames-demo-source ] : https://github.com/yeahross0/Weegames-Demo
183183
184+ ### [ Cheese]
185+
186+ ![ A screenshot of some mice shooting other mice] ( cheese-screenshot.png )
187+ _ Pew pew!_
188+
189+ [ Cheese] is a small Real Time Strategy game created for the
190+ [ GitHub Game Off 2020] . It was written using a 'low-level gamedev stack'
191+ consisting of:
192+
193+ - [ wgpu-rs] for rendering,
194+ - [ gltf] models,
195+ - [ wgpu_glyph] for text rendering
196+ - [ legion] for ECS
197+ - and [ lyon_tessellation] for rendering 2D UI elements.
198+
199+ The game is in a finished state, but it would be relatively easy to add new
200+ features such as unit types and buildings.
201+
202+ Check out the source code at [ github.com/expenses/cheese] .
203+
204+ [ Cheese ] : https://expenses.itch.io/cheese
205+ [ GitHub Game Off 2020 ] : https://itch.io/jam/game-off-2020
206+ [ wgpu-rs ] : https://github.com/gfx-rs/wgpu-rs
207+ [ gltf ] : https://crates.io/crates/gltf
208+ [ wgpu_glyph ] : https://crates.io/crates/wgpu_glyph
209+ [ legion ] : https://crates.io/crates/legion
210+ [ lyon_tessellation ] : https://crates.io/crates/lyon_tessellation
211+ [ github.com/expenses/cheese ] : https://github.com/expenses/cheese
212+
184213## Learning Material Updates
185214
186215### [ How to Revive a Dead Rust Project] [ rustfest-talk ]
You can’t perform that action at this time.
0 commit comments