Skip to content

Commit 5550ad9

Browse files
authored
Newsletter 8: Add Akigi, Garden, Helix, Sphere, Tennis, Nannou (#100)
1 parent 1b6076d commit 5550ad9

File tree

7 files changed

+99
-0
lines changed

7 files changed

+99
-0
lines changed
276 KB
Loading
1.05 MB
Loading
284 KB
Loading

content/posts/newsletter-008/index.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,82 @@ This month v0.1.1 and v0.1.2 versions were released. Some of the updates:
188188

189189
[@Roal_Yr]: https://twitter.com/Roal_Yr
190190

191+
### [Akigi][akigi]
192+
193+
![game screenshot](akigi.png)
194+
195+
> [Akigi][akigi] is a multiplayer online world where most believe that humans are inferior.
196+
197+
Some of March's updates:
198+
199+
- [Migration to specs is finished](https://devjournal.akigi.com/march-2020/058-2020-03-15.html).
200+
- [Asset compilation rewrite](https://devjournal.akigi.com/march-2020/058-2020-03-15.html#asset-compilation-rewrite).
201+
- [Deploying process update](https://devjournal.akigi.com/march-2020/059-2020-03-22.html).
202+
- [Preparations for the initial alpha release is being done](https://devjournal.akigi.com/march-2020/060-2020-03-29.html).
203+
204+
Full devlogs:
205+
[#056](https://devjournal.akigi.com/march-2020/056-2020-03-01.html),
206+
[#057](https://devjournal.akigi.com/march-2020/057-2020-03-08.html),
207+
[#058](https://devjournal.akigi.com/march-2020/058-2020-03-15.html),
208+
[#059](https://devjournal.akigi.com/march-2020/059-2020-03-22.html),
209+
[#060](https://devjournal.akigi.com/march-2020/060-2020-03-29.html),
210+
211+
[akigi]: https://akigi.com
212+
213+
### [Sphere Game][sphere]
214+
215+
![game screenshot: spheres!](sphere.png)
216+
217+
In [Sphere Game][sphere] by [Coffé Junk Studio][coffe]
218+
you control a sphere in a bowl-shaped 2D space:
219+
220+
> Your goal is to hit the other spheres as hard as possible
221+
> to shatter them into pieces!
222+
> But take care; if you get hit too hard too often by other spheres,
223+
> you will be smashed yourself!
224+
> Avoiding them is challenging as the bent space keeps dragging you to the center.
225+
> Can you destroy everything around you until you are the only one left?
226+
227+
The game is a test for the studio's "Sphere Engine" engine
228+
that is being implemented using Rust and Vulkan.
229+
230+
[sphere]: https://coffejunkstudio.itch.io/spheregame
231+
[coffe]: https://twitter.com/CoffeJunkStudio
232+
233+
### [Helix Repair][helix]
234+
235+
![game screenshot: DNA](helix-repair.png)
236+
237+
[Helix Repair][helix] is another game by [Coffé Junk Studio][coffe]
238+
written using the same engine.
239+
Your task is to repair a broken DNA sequence
240+
by replacing wrong nucleobases with the right ones.
241+
You have 20 seconds: how many nucleobases can you repair with in that time?
242+
243+
The game was developend within one weekend during
244+
the Global Game Jam 2020, whose theme was "repair".
245+
246+
[helix]: https://coffejunkstudio.itch.io/helix-repair
247+
248+
### [Garden]: March Devlog
249+
250+
[![demo preview](garden.gif)][garden-video]
251+
252+
[Garden][garden] is an upcoming game centered around growing realistic plants.
253+
254+
[March][garden-devlog] devlogs were posted.
255+
Some of the updates:
256+
257+
- Splashing sweat symbol water diffusion in the new soil;
258+
- Herb improved leaf translucency;
259+
- Joystickcollision detection, player movement;
260+
- Artist palette debug tool for visualizing the forces
261+
acting upon a game object and its other vectors.
262+
263+
[garden]: https://epcc.itch.io/garden
264+
[garden-devlog]: https://cyberplant.xyz/posts/march
265+
[garden-video]: https://twitter.com/logicsoup/status/1246774418233348096
266+
191267
## Library & Tooling Updates
192268

193269
### gfx-rs and wgpu news
@@ -253,6 +329,29 @@ Satellite projects:
253329
[naga]: https://github.com/gfx-rs/naga
254330
[boids example]: https://github.com/gfx-rs/naga/blob/thda1f6a4/test-data/boids.wgsl
255331

332+
### [Nannou v0.13][nannou-post]
333+
334+
![Daily Sketch 0114 by Mactuitui](nannou.png)
335+
336+
^ _Daily Sketch 0114 by Mactuitui_
337+
338+
[Nannou][nannou] is a creative coding framework that aims to make it easy
339+
for artists to express themselves with simple, fast, reliable code.
340+
341+
This month [Nannou v0.13 was released][nannou-post].
342+
Some of the updates:
343+
344+
- Migration to wgpu-rs.
345+
- Nicer native macOS experience.
346+
- Capturing Frames & Textures.
347+
348+
Also check out lots of cool sketches from the community:
349+
[\#nannou][nannou-twitter] tag on Twitter.
350+
351+
[nannou]: https://nannou.cc
352+
[nannou-post]: https://nannou.cc/posts/nannou_v0.13
353+
[nannou-twitter]: https://twitter.com/search?q=%23nannou&src=typed_query
354+
256355
### [Quest Engine Part 2: Deploying a Rust App On Android][quest-part-2]
257356

258357
![Oculus Quest](quest.jpg)
518 KB
Loading
421 KB
Loading
480 KB
Loading

0 commit comments

Comments
 (0)