Skip to content

Commit 388321b

Browse files
authored
Merge branch 'source' into kvark-15-gfx
2 parents 1a97026 + c0d6344 commit 388321b

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed
Loading

content/posts/newsletter-015/index.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,72 @@ If needed, a section can be split into subsections with a "------" delimiter.
6060

6161
## Game Updates
6262

63+
### [Antorum Online]
64+
65+
![A small marketplace area with a few merchants](antorum-online-10-29-2020.jpg)
66+
67+
Antorum Online is a micro-multiplayer online role-playing game by [@dooskington].
68+
The game server is written in Rust, and the current "official" client is being
69+
developed in Unity. The server can be self-hosted, and the network protocol is
70+
open, so even custom clients that adhere to the protocol can connect and play.
71+
72+
Two more devlogs were published this month, regarding work done to implement
73+
shops, character creation, and a few other features:
74+
75+
- [21: Belmart, Shops, And Bartering](https://ratwizard.dev/dev-log/antorum/21)
76+
- [22: Character Creation And Customization](https://ratwizard.dev/dev-log/antorum/22)
77+
78+
[Antorum Online]: https://ratwizard.dev/dev-log/antorum
79+
[@dooskington]: https://twitter.com/dooskington
80+
81+
### [pGLOWrpg]
82+
83+
![walking through a forest](pglowrpg.gif)
84+
85+
The [@pGLOWrpg] (Procedurally Generated Living Open World RPG) is a long-term
86+
project in development by [@Roal_Yr], which aims to be a text-based game with
87+
maximum portability and [accessibility](https://youtu.be/_jgzAddgEPU)
88+
and focus on replayability, interactions, and emergent narrative.
89+
90+
For the past month the main focus of the development was on:
91+
92+
- Improving the UI.
93+
- Implementing the input autocomplete system.
94+
- Implementing save data import and parsing.
95+
- Implementing world navigation system.
96+
- Implementing rudimentary CLI graphics (for debugging and some future use).
97+
98+
Main features of reported (pre-alpha) version are:
99+
100+
- Ability to generate and explore one or many worlds (see previous news).
101+
102+
For main feature reports and dev blogs follow [@pGLOWrpg] on Twitter.
103+
104+
[@Roal_Yr]: https://twitter.com/Roal_Yr
105+
[@pGLOWrpg]: https://twitter.com/pglowrpg
106+
[pGLOWrpg]: https://github.com/roalyr/pglowrpg
107+
63108
## Learning Material Updates
64109

65110
## Library & Tooling Updates
66111

112+
### [This Month in Mun][mun-october]
113+
114+
[![Mun logo](mun-logo.png)][Mun]
115+
116+
[Mun] is a scripting language for gamedev focused on quick iteration times
117+
that is written in Rust.
118+
119+
[October updates][mun-october] include:
120+
121+
- a plugin for mdbook to test Mun code;
122+
- support for modules and visibility;
123+
- the ability to generate enum ABI types;
124+
- bug fixes and other improvements.
125+
126+
[Mun]: https://mun-lang.org
127+
[mun-october]: https://mun-lang.org/blog/2020/10/31/this-month-october
128+
67129
### [gfx-rs]
68130

69131
gfx-rs support for D3D has been improved. [@kvark] landed a few critical fixes
3.08 KB
Loading
1.16 MB
Loading

0 commit comments

Comments
 (0)