Skip to content

Commit 061ae7e

Browse files
committed
Adds Amethyst library update section.
1 parent 8607aee commit 061ae7e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

content/posts/newsletter-009/index.md

+32
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,38 @@ Main changes:
577577

578578
[Shipyard]: https://crates.io/crates/shipyard
579579

580+
### [Amethyst][amethyst]
581+
582+
[![Amethyst logo](../newsletter-008/amethyst-logo.png)][amethyst]
583+
584+
- Early [WASM support][amethyst_wasm_support] exists on the
585+
[`wasm` branch][amethyst_wasm_branch].
586+
587+
- Basic input, audio, and rendering support.
588+
- Online play support through `WebSocket`s.
589+
- Includes OpenGL support for native applications.
590+
591+
- [`amethyst_lyon`][amethyst_lyon] by [@cuberoo_] provides integration with the
592+
[`lyon` tessellation library][lyon].
593+
594+
This is used as a renderer plugin.
595+
596+
- [MachineHum] shared two videos on his game development ventures:
597+
598+
- [Compiling Amethyst][amethyst_gameshell] for the [GameShell].
599+
- [Making Pokemon Gold][amethyst_pokemon_gold].
600+
601+
[@cuberoo_]: https://twitter.com/cuberoo_
602+
[amethyst]: https://amethyst.rs
603+
[amethyst_gameshell]: https://youtu.be/YVmk82nxahM
604+
[amethyst_lyon]: https://crates.io/crates/amethyst_lyon
605+
[amethyst_pokemon_gold]: https://youtu.be/oQZnF5dmIjY
606+
[amethyst_wasm_branch]: https://github.com/amethyst/amethyst/tree/wasm
607+
[amethyst_wasm_support]: https://community.amethyst.rs/t/wasm-effort/1336
608+
[GameShell]: https://www.clockworkpi.com/
609+
[lyon]: https://github.com/nical/lyon
610+
[MachineHum]: https://github.com/Machine-Hum
611+
580612
### This Month in Mun
581613

582614
[![Mun logo](mun-logo.png)][Mun]

0 commit comments

Comments
 (0)