@@ -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
@@ -468,6 +468,7 @@ wgpu-rs is a WebGPU implementation and API in Rust.
468
468
- SPIRV-Cross was made optional, which was useful for Deno in order to
469
469
work around the linking conflict with "rusty_v8".
470
470
471
+ <<<<<<< HEAD
471
472
[ wgpu-rs ] : https://github.com/gfx-rs/wgpu-rs
472
473
473
474
### [ gfx-rs]
@@ -576,6 +577,26 @@ and quality)
576
577
[ basis-universal-open-sourced ] : https://opensource.googleblog.com/2019/05/google-and-binomial-partner-to-open.html
577
578
[ basis-universal-contributed-kronos ] : https://www.khronos.org/blog/google-and-binomial-contribute-basis-universal-texture-format-to-khronos-gltf-3d-transmission-open-standard
578
579
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
+
579
600
### [ egui]
580
601
581
602
![ The plot thickens] ( egui-plot.gif )
0 commit comments