From 83fe5944d6441c40dd701d44a80a42f260043756 Mon Sep 17 00:00:00 2001 From: Seb Ospina Date: Wed, 12 Apr 2023 20:53:48 +0200 Subject: [PATCH 1/2] Documenting Rust version Signed-off-by: Seb Ospina --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a070ea6..5186cc4 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,9 @@ This Java implementation is part of the open source [Scelight](https://github.co **Java MPQ parser:** https://github.com/icza/scelight/tree/master/src-app-libs/hu/belicza/andras/mpq **Java s2protocol:** https://github.com/icza/scelight/tree/master/src-app/hu/scelight/sc2/rep/s2prot + +### Rust + +**Rust Nom MPQ parser:** https://github.com/sebosp/nom-mpq + +**Rust Nom s2protocol parser:** https://github.com/sebosp/s2protocol-rs From b088bd8f653d4a6e1f69f075c9ad102174d50c54 Mon Sep 17 00:00:00 2001 From: Seb Ospina Date: Wed, 12 Apr 2023 20:55:00 +0200 Subject: [PATCH 2/2] Adding swarmy for visualization of replays Signed-off-by: Seb Ospina --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5186cc4..ec6d242 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,5 @@ This Java implementation is part of the open source [Scelight](https://github.co **Rust Nom MPQ parser:** https://github.com/sebosp/nom-mpq **Rust Nom s2protocol parser:** https://github.com/sebosp/s2protocol-rs + +**Visualization of Replays with wgpu:** https://github.com/sebosp/swarmy