From f77bb6d1fed4fb2a2b6044374a9549a623f9a326 Mon Sep 17 00:00:00 2001 From: HindrikStegenga Date: Thu, 6 Jan 2022 19:17:14 +0100 Subject: [PATCH 1/5] Add section about Shard. --- content/news/029/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/news/029/index.md b/content/news/029/index.md index ca75eeee8..9c138d9f4 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -75,6 +75,17 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [Shard] + +[Shard] ([GitHub]) by [@HindrikStegenga] +is an Archetype-based Entity Component System implemented in Rust. + +Version 0.2 is a complete rewrite of the ECS, with the main new feature that it supports no_std environments. + +_Discussions: [/r/rust_](https://www.reddit.com/r/rust/comments/r6mn0g/announcing_shard_020_the_no_std_entity_component/)_ + +[Shard]: https://github.com/HindrikStegenga/Shard + ## Popular Workgroup Issues in Github From 6bdce8a9466228461f4d7fb1864c28514411acd5 Mon Sep 17 00:00:00 2001 From: HindrikStegenga Date: Thu, 6 Jan 2022 19:20:21 +0100 Subject: [PATCH 2/5] Fix link. --- content/news/029/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index 9c138d9f4..89c562f88 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -77,14 +77,15 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [Shard] -[Shard] ([GitHub]) by [@HindrikStegenga] +[Shard] ([GitHub]) by @HindrikStegenga] is an Archetype-based Entity Component System implemented in Rust. Version 0.2 is a complete rewrite of the ECS, with the main new feature that it supports no_std environments. -_Discussions: [/r/rust_](https://www.reddit.com/r/rust/comments/r6mn0g/announcing_shard_020_the_no_std_entity_component/)_ +_Discussions: [/r/rust](https://www.reddit.com/r/rust/comments/r6mn0g/announcing_shard_020_the_no_std_entity_component/)_ [Shard]: https://github.com/HindrikStegenga/Shard +[Github]: https://github.com/HindrikStegenga/Shard ## Popular Workgroup Issues in Github From 1088f9d1b0aee71619e34841e086a9324853a985 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 10 Jan 2022 20:27:11 +0000 Subject: [PATCH 3/5] Update content/news/029/index.md Co-authored-by: Forest Anderson --- content/news/029/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index 89c562f88..c4882d816 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -77,7 +77,7 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [Shard] -[Shard] ([GitHub]) by @HindrikStegenga] +[Shard] ([GitHub]) by @HindrikStegenga is an Archetype-based Entity Component System implemented in Rust. Version 0.2 is a complete rewrite of the ECS, with the main new feature that it supports no_std environments. From 82f55bfc33cfcc2c339bcf4f961ff4969f878169 Mon Sep 17 00:00:00 2001 From: HindrikStegenga Date: Tue, 11 Jan 2022 21:59:34 +0100 Subject: [PATCH 4/5] Move link to bottom. --- content/news/029/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index c4882d816..6196099c0 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -82,8 +82,9 @@ is an Archetype-based Entity Component System implemented in Rust. Version 0.2 is a complete rewrite of the ECS, with the main new feature that it supports no_std environments. -_Discussions: [/r/rust](https://www.reddit.com/r/rust/comments/r6mn0g/announcing_shard_020_the_no_std_entity_component/)_ +_Discussions: [/r/rust]_ +[/r/rust]: https://www.reddit.com/r/rust/comments/r6mn0g/announcing_shard_020_the_no_std_entity_component/ [Shard]: https://github.com/HindrikStegenga/Shard [Github]: https://github.com/HindrikStegenga/Shard From a1b2c145f1f067c16603e74c3479f49fc5c79f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9y=20Lesnik=C3=B3v?= Date: Wed, 12 Jan 2022 12:59:44 +0300 Subject: [PATCH 5/5] N20: Shard: fmt tweaks --- content/news/029/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index 734ab3526..bef178f27 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -322,16 +322,15 @@ Discord][graphite-discord] and get involved! ### [Shard] -[Shard] ([GitHub]) by @HindrikStegenga -is an Archetype-based Entity Component System implemented in Rust. +[Shard] by @HindrikStegenga is an Archetype-based Entity Component System. -Version 0.2 is a complete rewrite of the ECS, with the main new feature that it supports no_std environments. +Version 0.2 is a complete rewrite of the ECS, with the main new feature +that it supports no_std environments. _Discussions: [/r/rust]_ -[/r/rust]: https://www.reddit.com/r/rust/comments/r6mn0g/announcing_shard_020_the_no_std_entity_component/ +[/r/rust]: https://reddit.com/r/rust/comments/r6mn0g/shard_020 [Shard]: https://github.com/HindrikStegenga/Shard -[Github]: https://github.com/HindrikStegenga/Shard ### [assets_manager]