Skip to content

Commit d6128c5

Browse files
authored
N27: Other News prototype (#851)
1 parent 0fa3c18 commit d6128c5

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

Diff for: content/news/027/index.md

+68
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Feel free to send PRs about your own projects!
3737
- [Engine Updates](#engine-updates)
3838
- [Tooling Updates](#tooling-updates)
3939
- [Library Updates](#library-updates)
40+
- [Other News](#other-news)
4041
- [Meeting Minutes](#meeting-minutes)
4142
- [Discussions](#discussions)
4243
- [Requests for Contribution](#requests-for-contribution)
@@ -689,6 +690,73 @@ be included, please feel free to reach out to the godot-rust team.
689690
[gd-discord]: https://discord.com/invite/FNudpBD
690691
[gd-twitter]: https://twitter.com/GodotRust
691692

693+
## Other News
694+
695+
<!-- One-liners for plan items that haven't got their own sections. -->
696+
697+
- Other game updates:
698+
- LD49 [Unbalanced Brawl](https://ldjam.com/events/ludum-dare/49/unbalanced-brawl)
699+
([GitHub](https://github.com/yopox/LD49))
700+
is an autochess with ever-changing rules in the shop.
701+
- LD49 [Chevalchemy](https://ldjam.com/events/ludum-dare/49/chevalchemy-a-hoof-of-concept)
702+
([GitHub](https://github.com/xlambein/ldjam49)) is a game where you play
703+
as a horse alchemist working for the great Neighcolas Flamel.
704+
- LD49 [Proc Spider](https://ldjam.com/events/ludum-dare/49/procedural-spider)
705+
([GitHub](https://github.com/darthdeus/procedural-spider))
706+
is a small game where you play a big spider chasing small spiders.
707+
- [mk48.io] ([GitHub](https://github.com/SoftbearStudios/mk48)) is
708+
an online multiplayer naval combat game, in which you take command
709+
of a ship and sail your way to victory.
710+
- Tweets about [Bitgun] progress:
711+
[new inventory and weapon systems](https://twitter.com/LogLogGames/status/1449485172114591749),
712+
[new item pickup](https://twitter.com/LogLogGames/status/1449742242734772225),
713+
[jumping zombies](https://twitter.com/LogLogGames/status/1450922044065992708),
714+
[death animation](https://twitter.com/LogLogGames/status/1451088866052489218).
715+
- [An update about the progress of Rust version of Nox Futura][noxfutura-devlog].
716+
- [A Recall Singularity][recall] shared a [YouTube video](https://youtube.com/watch?v=nsjnCZslNdg)
717+
that shows new shooting sounds, camera movement, and asteroid dragging.
718+
- Other learning material updates:
719+
- [A video by TanTan](https://youtube.com/watch?v=G-IuH6R-yD8)
720+
about rewriting a voxel game three times: in Unity, Rust (no engine) and Bevy.
721+
- Other engine updates:
722+
- [A recording of the first rg3d live-coding stream](https://reddit.com/r/rust/comments/qena0b/media_rg3d_game_engine_live_coding).
723+
- The first prototype of [VNgine] - Visual Novel Engine -
724+
[was announced on /r/rust](https://reddit.com/r/rust/comments/pyvcen/first_prototype_of_vngine).
725+
- Also, a general purpose graphics engine [Blue Engine][blue-engine]
726+
[was announced on /r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/q4rana/blue_engine).
727+
- Other tooling updates:
728+
- [Fearless-NES] is a NES emulator written using egui, macroquad, and GilRs.
729+
- [FishSteam] is a tool for deploying SteamWorks-enabled steam builds
730+
for Windows/macOS/Linux without SteamWorks SDK on a CI.
731+
- Other library updates:
732+
- [Crevice v0.8](https://github.com/LPGhatguy/crevice/blob/main/CHANGELOG.md#080---2021-10-26)
733+
brings a direct support for many math libraries
734+
and allows to generate GLSL source from structs.
735+
- [SPV] 0.0.6 is the second pre-alpha release of a celestial object position
736+
and velocity calculator.
737+
- [Thunderdome] generational arena library released
738+
[0.4..0.5 versions](https://github.com/LPGhatguy/thunderdome/blob/main/CHANGELOG.md).
739+
- [egui 0.15](https://reddit.com/r/rust/comments/qeue67/announcing_egui_015) brings:
740+
syntax highlighting, horizontal scrolling, new monospace font,
741+
and a new opt-in glow backend for eframe.
742+
- [New puffin-egui/puffin-viewer](https://twitter.com/ernerfeldt/status/1447961523696066564)
743+
allows selection and manipulation of multiple frames.
744+
- [Shalrath] is a fully-safe Rust representation and nom parser for Quake map files.
745+
746+
[Bitgun]: https://store.steampowered.com/app/1673940/BITGUN
747+
[@LogLogGames]: https://twitter.com/LogLogGames
748+
[noxfutura-devlog]: https://reddit.com/r/roguelikedev/comments/pqbvv1/sharing_saturday_380/hdbx5xt
749+
[mk48.io]: https://mk48.io
750+
[recall]: https://twitter.com/RecallSingular1
751+
[Fearless-NES]: https://github.com/TomasKralCZ/Fearless-NES
752+
[FishSteam]: https://github.com/not-fl3/FishFight-The-Prequel/tree/main/fishsteam
753+
[VNgine]: https://gitlab.com/porky11/vngine-rs
754+
[blue-engine]: https://github.com/ElhamAryanpur/BlueEngine
755+
[Crevice]: https://github.com/LPGhatguy/crevice
756+
[SPV]: https://github.com/AlbinSjoegren/SPV
757+
[Thunderdome]: https://github.com/LPGhatguy/thunderdome/blob/main/CHANGELOG.md
758+
[Shalrath]: https://github.com/QodotPlugin/shalrath
759+
692760
## Meeting Minutes
693761

694762
There is currently discussion ongoing around bringing back the

Diff for: newsletter-template.md

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Feel free to send PRs about your own projects!
3535
- [Engine Updates](#engine-updates)
3636
- [Tooling Updates](#tooling-updates)
3737
- [Library Updates](#library-updates)
38+
- [Other News](#other-news)
3839
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
3940
- [Meeting Minutes](#meeting-minutes)
4041
- [Discussions](#discussions)
@@ -78,6 +79,10 @@ If needed, a section can be split into subsections with a "------" delimiter.
7879

7980
<!-- Up to 10 links to interesting issues -->
8081

82+
## Other News
83+
84+
<!-- One-liners for plan items that haven't got their own sections. -->
85+
8186
## Meeting Minutes
8287

8388
<!-- Up to 10 most important notes + a link to the full details -->

0 commit comments

Comments
 (0)