@@ -383,12 +383,12 @@ screen.
383
383
_ Macroquad-UI runtime GUI skins configuration._
384
384
385
385
[ 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] .
387
387
388
388
This month biggest update: Macroquad got its own fully skinnable and
389
- customizable immediate mode UI system 🎉.
389
+ customizable immediate mode UI system 🎉.
390
390
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.
392
392
While work is still in progress, all important decisions were made and
393
393
implementation [ PR] [ macroquad-ui-pr ] got merged.
394
394
@@ -452,6 +452,25 @@ of out-of-box features. Some of the recent updates:
452
452
[ navmesh ] : https://www.youtube.com/watch?v=tqFdQ5OPB1I
453
453
[ rg3d-youtube ] : https://www.youtube.com/watch?v=tqFdQ5OPB1I
454
454
455
+ ### [ Antorum Online]
456
+
457
+ ![ A player standing in front of a giant crab] ( antorum-2-21-2021.jpg )
458
+ _ Challenging Kroob_
459
+
460
+ [ Antorum Online] is a micro-multiplayer online role-playing game by [ @dooskington ] .
461
+ The game server is written in Rust, and the official client is being developed
462
+ in Unity.
463
+
464
+ The Armorcrafting, Weaponcrafting, and Salvaging skills were implemented this month!
465
+ Players can now craft gear in town using materials gathered out in the world. They
466
+ can also break down old or unwanted gear to recycle it.
467
+
468
+ - [ #30 : Crafting And Salvaging] ( https://ratwizard.dev/dev-log/antorum/30 ) ;
469
+
470
+ [ Antorum Online ] : https://ratwizard.dev/dev-log/antorum
471
+ [ @dooskington ] : https://twitter.com/dooskington
472
+
473
+
455
474
## Library & Tooling Updates
456
475
457
476
### [ wgpu-rs]
0 commit comments