8000 Deploy to GitHub pages · CleanCut/rust-gamedev.github.io@7006b17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7006b17

Browse files
committed
Deploy to GitHub pages
1 parent 1cd8f93 commit 7006b17

File tree

2 files changed

+138
-0
lines changed

2 files changed

+138
-0
lines changed

news/027/index.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ <h1 class="post-title p-name" itemprop="name headline">This Month in Rust GameDe
9090
<li><a href="https://gamedev.rs/news/027/#engine-updates">Engine Updates</a></li>
9191
<li><a href="https://gamedev.rs/news/027/#tooling-updates">Tooling Updates</a></li>
9292
<li><a href="https://gamedev.rs/news/027/#library-updates">Library Updates</a></li>
93+
<li><a href="https://gamedev.rs/news/027/#other-news">Other News</a></li>
9394
<li><a href="https://gamedev.rs/news/027/#meeting-minutes">Meeting Minutes</a></li>
9495
<li><a href="https://gamedev.rs/news/027/#discussions">Discussions</a></li>
9596
<li><a href="https://gamedev.rs/news/027/#requests-for-contribution">Requests for Contribution</a></li>
@@ -516,6 +517,74 @@ <h3 id="godot-rust"><a href="https://github.com/godot-rust/godot-rust">godot-rus
516517
section in the book to help promote games, applications, and libraries/tools
517518
that are working with godot-rust. If you have a project that you would like to
518519
be included, please feel free to reach out to the godot-rust team.</p>
520+
<h2 id="other-news">Other News&nbsp;<a class="anchor" href="#other-news" aria-hidden="true">#</a>
521+
</h2>
522+
<!-- One-liners for plan items that haven't got their own sections. -->
523+
<ul>
524+
<li>Other game updates:
525+
<ul>
526+
<li>LD49 <a href="https://ldjam.com/events/ludum-dare/49/unbalanced-brawl">Unbalanced Brawl</a>
527+
(<a href="https://github.com/yopox/LD49">GitHub</a>)
528+
is an autochess with ever-changing rules in the shop.</li>
529+
<li>LD49 <a href="https://ldjam.com/events/ludum-dare/49/chevalchemy-a-hoof-of-concept">Chevalchemy</a>
530+
(<a href="https://github.com/xlambein/ldjam49">GitHub</a>) is a game where you play
531+
as a horse alchemist working for the great Neighcolas Flamel.</li>
532+
<li>LD49 <a href="https://ldjam.com/events/ludum-dare/49/procedural-spider">Proc Spider</a>
533+
(<a href="https://github.com/darthdeus/procedural-spider">GitHub</a>)
534+
is a small game where you play a big spider chasing small spiders.</li>
535+
<li><a href="https://mk48.io">mk48.io</a> (<a href="https://github.com/SoftbearStudios/mk48">GitHub</a>) is
536+
an online multiplayer naval combat game, in which you take command
537+
of a ship and sail your way to victory.</li>
538+
<li>Tweets about <a href="https://store.steampowered.com/app/1673940/BITGUN">Bitgun</a> progress:
539+
<a href="https://twitter.com/LogLogGames/status/1449485172114591749">new inventory and weapon systems</a>,
540+
<a href="https://twitter.com/LogLogGames/status/1449742242734772225">new item pickup</a>,
541+
<a href="https://twitter.com/LogLogGames/status/1450922044065992708">jumping zombies</a>,
542+
<a href="https://twitter.com/LogLogGames/status/1451088866052489218">death animation</a>.</li>
543+
<li><a href="https://reddit.com/r/roguelikedev/comments/pqbvv1/sharing_saturday_380/hdbx5xt">An update about the progress of Rust version of Nox Futura</a>.</li>
544+
<li><a href="https://twitter.com/RecallSingular1">A Recall Singularity</a> shared a <a href="https://youtube.com/watch?v=nsjnCZslNdg">YouTube video</a>
545+
that shows new shooting sounds, camera movement, and asteroid dragging.</li>
546+
</ul>
547+
</li>
548+
<li>Other learning material updates:
549+
<ul>
550+
<li><a href="https://youtube.com/watch?v=G-IuH6R-yD8">A video by TanTan</a>
551+
about rewriting a voxel game three times: in Unity, Rust (no engine) and Bevy.</li>
552+
</ul>
553+
</li>
554+
<li>Other engine updates:
555+
<ul>
556+
<li><a href="https://reddit.com/r/rust/comments/qena0b/media_rg3d_game_engine_live_coding">A recording of the first rg3d live-coding stream</a>.</li>
557+
<li>The first prototype of <a href="https://gitlab.com/porky11/vngine-rs">VNgine</a> - Visual Novel Engine -
558+
<a href="https://reddit.com/r/rust/comments/pyvcen/first_prototype_of_vngine">was announced on /r/rust</a>.</li>
559+
<li>Also, a general purpose graphics engine <a href="https://github.com/ElhamAryanpur/BlueEngine">Blue Engine</a>
560+
<a href="https://reddit.com/r/rust_gamedev/comments/q4rana/blue_engine">was announced on /r/rust_gamedev</a>.</li>
561+
</ul>
562+
</li>
563+
<li>Other tooling updates:
564+
<ul>
565+
<li><a href="https://github.com/TomasKralCZ/Fearless-NES">Fearless-NES</a> is a NES emulator written using egui, macroquad, and GilRs.</li>
566+
<li><a href="https://github.com/not-fl3/FishFight-The-Prequel/tree/main/fishsteam">FishSteam</a> is a tool for deploying SteamWorks-enabled steam builds
567+
for Windows/macOS/Linux without SteamWorks SDK on a CI.</li>
568+
</ul>
569+
</li>
570+
<li>Other library updates:
571+
<ul>
572+
<li><a href="https://github.com/LPGhatguy/crevice/blob/main/CHANGELOG.md#080---2021-10-26">Crevice v0.8</a>
573+
brings a direct support for many math libraries
574+
and allows to generate GLSL source from structs.</li>
575+
<li><a href="https://github.com/AlbinSjoegren/SPV">SPV</a> 0.0.6 is the second pre-alpha release of a celestial object position
576+
and velocity calculator.</li>
577+
<li><a href="https://github.com/LPGhatguy/thunderdome/blob/main/CHANGELOG.md">Thunderdome</a> generational arena library released
578+
<a href="https://github.com/LPGhatguy/thunderdome/blob/main/CHANGELOG.md">0.4..0.5 versions</a>.</li>
579+
<li><a href="https://reddit.com/r/rust/comments/qeue67/announcing_egui_015">egui 0.15</a> brings:
580+
syntax highlighting, horizontal scrolling, new monospace font,
581+
and a new opt-in glow backend for eframe.</li>
582+
<li><a href="https://twitter.com/ernerfeldt/status/1447961523696066564">New puffin-egui/puffin-viewer</a>
583+
allows selection and manipulation of multiple frames.</li>
584+
<li><a href="https://github.com/QodotPlugin/shalrath">Shalrath</a> is a fully-safe Rust representation and nom parser for Quake map files.</li>
585+
</ul>
586+
</li>
587+
</ul>
519588
<h2 id="meeting-minutes">Meeting Minutes&nbsp;<a class="anchor" href="#meeting-minutes" aria-hidden="true">#</a>
520589
</h2>
521590
<p>There is currently discussion ongoing around bringing back the

rss.xml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Feel free to send PRs about your own projects!&lt;&#x2F;p&gt;
3535
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#engine-updates&quot;&gt;Engine Updates&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
3636
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#tooling-updates&quot;&gt;Tooling Updates&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
3737
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#library-updates&quot;&gt;Library Updates&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
38+
&lt;li&gt;&lt;a href=&quot;https:&#x2F; F438 &#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#other-news&quot;&gt;Other News&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
3839
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#meeting-minutes&quot;&gt;Meeting Minutes&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
3940
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#discussions&quot;&gt;Discussions&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
4041
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;027&#x2F;#requests-for-contribution&quot;&gt;Requests for Contribution&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
@@ -461,6 +462,74 @@ and &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;godot-rust&#x2F;godot-rus
461462
section in the book to help promote games, applications, and libraries&#x2F;tools
462463
that are working with godot-rust. If you have a project that you would like to
463464
be included, please feel free to reach out to the godot-rust team.&lt;&#x2F;p&gt;
465+
&lt;h2 id=&quot;other-news&quot;&gt;Other News&amp;nbsp;&lt;a class=&quot;anchor&quot; href=&quot;#other-news&quot; aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;a&gt;
466+
&lt;&#x2F;h2&gt;
467+
&lt;!-- One-liners for plan items that haven&#x27;t got their own sections. --&gt;
468+
&lt;ul&gt;
469+
&lt;li&gt;Other game updates:
470+
&lt;ul&gt;
471+
&lt;li&gt;LD49 &lt;a href=&quot;https:&#x2F;&#x2F;ldjam.com&#x2F;events&#x2F;ludum-dare&#x2F;49&#x2F;unbalanced-brawl&quot;&gt;Unbalanced Brawl&lt;&#x2F;a&gt;
472+
(&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;yopox&#x2F;LD49&quot;&gt;GitHub&lt;&#x2F;a&gt;)
473+
is an autochess with ever-changing rules in the shop.&lt;&#x2F;li&gt;
474+
&lt;li&gt;LD49 &lt;a href=&quot;https:&#x2F;&#x2F;ldjam.com&#x2F;events&#x2F;ludum-dare&#x2F;49&#x2F;chevalchemy-a-hoof-of-concept&quot;&gt;Chevalchemy&lt;&#x2F;a&gt;
475+
(&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;xlambein&#x2F;ldjam49&quot;&gt;GitHub&lt;&#x2F;a&gt;) is a game where you play
476+
as a horse alchemist working for the great Neighcolas Flamel.&lt;&#x2F;li&gt;
477+
&lt;li&gt;LD49 &lt;a href=&quot;https:&#x2F;&#x2F;ldjam.com&#x2F;events&#x2F;ludum-dare&#x2F;49&#x2F;procedural-spider&quot;&gt;Proc Spider&lt;&#x2F;a&gt;
478+
(&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;darthdeus&#x2F;procedural-spider&quot;&gt;GitHub&lt;&#x2F;a&gt;)
479+
is a small game where you play a big spider chasing small spiders.&lt;&#x2F;li&gt;
480+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;mk48.io&quot;&gt;mk48.io&lt;&#x2F;a&gt; (&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;SoftbearStudios&#x2F;mk48&quot;&gt;GitHub&lt;&#x2F;a&gt;) is
481+
an online multiplayer naval combat game, in which you take command
482+
of a ship and sail your way to victory.&lt;&#x2F;li&gt;
483+
&lt;li&gt;Tweets about &lt;a href=&quot;https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;1673940&#x2F;BITGUN&quot;&gt;Bitgun&lt;&#x2F;a&gt; progress:
484+
&lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;LogLogGames&#x2F;status&#x2F;1449485172114591749&quot;&gt;new inventory and weapon systems&lt;&#x2F;a&gt;,
485+
&lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;LogLogGames&#x2F;status&#x2F;1449742242734772225&quot;&gt;new item pickup&lt;&#x2F;a&gt;,
486+
&lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;LogLogGames&#x2F;status&#x2F;1450922044065992708&quot;&gt;jumping zombies&lt;&#x2F;a&gt;,
487+
&lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;LogLogGames&#x2F;status&#x2F;1451088866052489218&quot;&gt;death animation&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
488+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;roguelikedev&#x2F;comments&#x2F;pqbvv1&#x2F;sharing_saturday_380&#x2F;hdbx5xt&quot;&gt;An update about the progress of Rust version of Nox Futura&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
489+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;RecallSingular1&quot;&gt;A Recall Singularity&lt;&#x2F;a&gt; shared a &lt;a href=&quot;https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=nsjnCZslNdg&quot;&gt;YouTube video&lt;&#x2F;a&gt;
490+
that shows new shooting sounds, camera movement, and asteroid dragging.&lt;&#x2F;li&gt;
491+
&lt;&#x2F;ul&gt;
492+
&lt;&#x2F;li&gt;
493+
&lt;li&gt;Other learning material updates:
494+
&lt;ul&gt;
495+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=G-IuH6R-yD8&quot;&gt;A video by TanTan&lt;&#x2F;a&gt;
496+
about rewriting a voxel game three times: in Unity, Rust (no engine) and Bevy.&lt;&#x2F;li&gt;
497+
&lt;&#x2F;ul&gt;
498+
&lt;&#x2F;li&gt;
499+
&lt;li&gt;Other engine updates:
500+
&lt;ul&gt;
501+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;qena0b&#x2F;media_rg3d_game_engine_live_coding&quot;&gt;A recording of the first rg3d live-coding stream&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
502+
&lt;li&gt;The first prototype of &lt;a href=&quot;https:&#x2F;&#x2F;gitlab.com&#x2F;porky11&#x2F;vngine-rs&quot;&gt;VNgine&lt;&#x2F;a&gt; - Visual Novel Engine -
503+
&lt;a href=&quot;https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;pyvcen&#x2F;first_prototype_of_vngine&quot;&gt;was announced on &#x2F;r&#x2F;rust&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
504+
&lt;li&gt;Also, a general purpose graphics engine &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;ElhamAryanpur&#x2F;BlueEngine&quot;&gt;Blue Engine&lt;&#x2F;a&gt;
505+
&lt;a href=&quot;https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;rust_gamedev&#x2F;comments&#x2F;q4rana&#x2F;blue_engine&quot;&gt;was announced on &#x2F;r&#x2F;rust_gamedev&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
506+
&lt;&#x2F;ul&gt;
507+
&lt;&#x2F;li&gt;
508+
&lt;li&gt;Other tooling updates:
509+
&lt;ul&gt;
510+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;TomasKralCZ&#x2F;Fearless-NES&quot;&gt;Fearless-NES&lt;&#x2F;a&gt; is a NES emulator written using egui, macroquad, and GilRs.&lt;&#x2F;li&gt;
511+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;not-fl3&#x2F;FishFight-The-Prequel&#x2F;tree&#x2F;main&#x2F;fishsteam&quot;&gt;FishSteam&lt;&#x2F;a&gt; is a tool for deploying SteamWorks-enabled steam builds
512+
for Windows&#x2F;macOS&#x2F;Linux without SteamWorks SDK on a CI.&lt;&#x2F;li&gt;
513+
&lt;&#x2F;ul&gt;
514+
&lt;&#x2F;li&gt;
515+
&lt;li&gt;Other library updates:
516+
&lt;ul&gt;
517+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;LPGhatguy&#x2F;crevice&#x2F;blob&#x2F;main&#x2F;CHANGELOG.md#080---2021-10-26&quot;&gt;Crevice v0.8&lt;&#x2F;a&gt;
518+
brings a direct support for many math libraries
519+
and allows to generate GLSL source from structs.&lt;&#x2F;li&gt;
520+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;AlbinSjoegren&#x2F;SPV&quot;&gt;SPV&lt;&#x2F;a&gt; 0.0.6 is the second pre-alpha release of a celestial object position
521+
and velocity calculator.&lt;&#x2F;li&gt;
522+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;LPGhatguy&#x2F;thunderdome&#x2F;blob&#x2F;main&#x2F;CHANGELOG.md&quot;&gt;Thunderdome&lt;&#x2F;a&gt; generational arena library released
523+
&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;LPGhatguy&#x2F;thunderdome&#x2F;blob&#x2F;main&#x2F;CHANGELOG.md&quot;&gt;0.4..0.5 versions&lt;&#x2F;a&gt;.&lt;&#x2F;li&gt;
524+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;qeue67&#x2F;announcing_egui_015&quot;&gt;egui 0.15&lt;&#x2F;a&gt; brings:
525+
syntax highlighting, horizontal scrolling, new monospace font,
526+
and a new opt-in glow backend for eframe.&lt;&#x2F;li&gt;
527+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;twitter.com&#x2F;ernerfeldt&#x2F;status&#x2F;1447961523696066564&quot;&gt;New puffin-egui&#x2F;puffin-viewer&lt;&#x2F;a&gt;
528+
allows selection and manipulation of multiple frames.&lt;&#x2F;li&gt;
529+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;QodotPlugin&#x2F;shalrath&quot;&gt;Shalrath&lt;&#x2F;a&gt; is a fully-safe Rust representation and nom parser for Quake map files.&lt;&#x2F;li&gt;
530+
&lt;&#x2F;ul&gt;
531+
&lt;&#x2F;li&gt;
532+
&lt;&#x2F;ul&gt;
464533
&lt;h2 id=&quot;meeting-minutes&quot;&gt;Meeting Minutes&amp;nbsp;&lt;a class=&quot;anchor&quot; href=&quot;#meeting-minutes&quot; aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;a&gt;
465534
&lt;&#x2F;h2&gt;
466535
&lt;p&gt;There is currently discussion ongoing around bringing back the

0 commit comments

Comments
 (0)
0