Skip to content

N19: Antorum Online #522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 7, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 22 additions & 3 deletions content/posts/newsletter-019/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,12 @@ screen.
_Macroquad-UI runtime GUI skins configuration._

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

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

Expand Down Expand Up @@ -452,6 +452,25 @@ of out-of-box features. Some of the recent updates:
[navmesh]: https://www.youtube.com/watch?v=tqFdQ5OPB1I
[rg3d-youtube]: https://www.youtube.com/watch?v=tqFdQ5OPB1I

### [Antorum Online]

![A player standing in front of a giant crab](antorum-2-21-2021.jpg)
_Challenging Kroob_

[Antorum Online] is a micro-multiplayer online role-playing game by [@dooskington].
The game server is written in Rust, and the official client is being developed
in Unity.

The Armorcrafting, Weaponcrafting, and Salvaging skills were implemented this month!
Players can now craft gear in town using materials gathered out in the world. They
can also break down old or unwanted gear to recycle it.

- [#30: Crafting And Salvaging](https://ratwizard.dev/dev-log/antorum/30);

[Antorum Online]: https://ratwizard.dev/dev-log/antorum
[@dooskington]: https://twitter.com/dooskington


## Library & Tooling Updates

### [wgpu-rs]
Expand Down