Skip to content

Commit 300f023

Browse files
committed
N19: Antorum Online
1 parent e1bc860 commit 300f023

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed
Loading

content/posts/newsletter-019/index.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,12 @@ screen.
383383
_Macroquad-UI runtime GUI skins configuration._
384384

385385
[macroquad] is a cross-platform (Windows/Linux/macOS/Android/iOS/WASM)
386-
game framework built on top of [miniquad].
386+
game framework built on top of [miniquad].
387387

388388
This month biggest update: Macroquad got its own fully skinnable and
389-
customizable immediate mode UI system 🎉.
389+
customizable immediate mode UI system 🎉.
390390
The new system took origins from heavily refactored [megaui] and support
391-
custom font sizes, fonts and skins for each UI element.
391+
custom font sizes, fonts and skins for each UI element.
392392
While work is still in progress, all important decisions were made and
393393
implementation [PR][macroquad-ui-pr] got merged.
394394

@@ -468,6 +468,7 @@ wgpu-rs is a WebGPU implementation and API in Rust.
468468
- SPIRV-Cross was made optional, which was useful for Deno in order to
469469
work around the linking conflict with "rusty_v8".
470470

471+
<<<<<<< HEAD
471472
[wgpu-rs]: https://github.com/gfx-rs/wgpu-rs
472473

473474
### [gfx-rs]
@@ -576,6 +577,26 @@ and quality)
576577
[basis-universal-open-sourced]: https://opensource.googleblog.com/2019/05/google-and-binomial-partner-to-open.html
577578
[basis-universal-contributed-kronos]: https://www.khronos.org/blog/google-and-binomial-contribute-basis-universal-texture-format-to-khronos-gltf-3d-transmission-open-standard
578579

580+
### [Antorum Online]
581+
582+
![A player standing in front of a giant crab](antorum-2-21-2021.jpg)
583+
_Challenging Kroob_
584+
585+
[Antorum Online] is a micro-multiplayer online role-playing game by [@dooskington].
586+
The game server is written in Rust, and the official client is being developed
587+
in Unity.
588+
589+
The Armorcrafting, Weaponcrafting, and Salvaging skills were implemented this month!
590+
Players can now craft gear in town using materials gathered out in the world. They
591+
can also break down old or unwanted gear to recycle it.
592+
593+
- [#30: Crafting And Salvaging](https://ratwizard.dev/dev-log/antorum/30);
594+
595+
[Antorum Online]: https://ratwizard.dev/dev-log/antorum
596+
[@dooskington]: https://twitter.com/dooskington
597+
598+
## Library & Tooling Updates
599+
579600
### [egui]
580601

581602
![The plot thickens](egui-plot.gif)

0 commit comments

Comments
 (0)