From c866c7cded610a6cb94c901b2ca92124d840322a Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Tue, 14 May 2024 16:00:32 +0200 Subject: [PATCH 1/5] N51: add RustNL. --- content/news/051/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/news/051/index.md b/content/news/051/index.md index 1098cf41d..7a5c86e49 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -85,6 +85,17 @@ If needed, a section can be split into subsections with a "------" delimiter. +### RustNL + +RustNL happened May 7 & 8 in Delft, Netherlands. + +While the conference was not specific to game development, +organizers contacted rust game development communities +to showcase games developed in Rust between talks, +which you can [watch on youtube][rustnl_games_youtube]. + +[rustnl_games_youtube]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=6453s + ## Meeting Minutes From 7b070981a6cd60c96e48e9a27d537ecd1c3d14fd Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Tue, 14 May 2024 23:32:23 +0200 Subject: [PATCH 2/5] =?UTF-8?q?add=20talks=20from=20Kevin=20Boos,=20Micha?= =?UTF-8?q?=C3=ABl=20Melchiore,=20Ralph=20Levien=20;=20suggested=20from=20?= =?UTF-8?q?PR=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/news/051/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/news/051/index.md b/content/news/051/index.md index 7a5c86e49..1edf78405 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -94,7 +94,17 @@ organizers contacted rust game development communities to showcase games developed in Rust between talks, which you can [watch on youtube][rustnl_games_youtube]. -[rustnl_games_youtube]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=6453s +Special mention to the following talks, relevant to game development: +- [The talk from Kevin Boos][rustnl_kevin_boos_talk]: let's build high performance Rust UI +- [The talk from Ralph Levien][rustnl_xilem_talk] about [Xilem] +[rustnl_xilem_intro]: a research project on Rust user interface architecture. +- [The talk from Michaël Melchiore][rustnl_michael_melchiore_talk]: (Th)Rust for Space: Initial momentum ; who gave a shout out to Bevy Engine. + +[rustnl_games_youtube]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=7583s +[rustnl_xilem_talk]: https://www.youtube.com/watch?v=521NfGf7AR0&t=19308s +[rustnl_xilem_intro]: https://raphlinus.github.io/rust/gui/2022/05/07/ui-architecture.html +[rustnl_kevin_boos_talk]: https://www.youtube.com/watch?v=521NfGf7AR0&t=2928s +[rustnl_michael_melchiore_talk]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=3898s ## Meeting Minutes From d9beded25e9cd4c0f18ae3650af8fd333a69e51d Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Wed, 15 May 2024 09:12:59 +0200 Subject: [PATCH 3/5] fix misplaced semantic linebreak --- content/news/051/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/051/index.md b/content/news/051/index.md index 1edf78405..ef421d73c 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -96,8 +96,8 @@ which you can [watch on youtube][rustnl_games_youtube]. Special mention to the following talks, relevant to game development: - [The talk from Kevin Boos][rustnl_kevin_boos_talk]: let's build high performance Rust UI -- [The talk from Ralph Levien][rustnl_xilem_talk] about [Xilem] -[rustnl_xilem_intro]: a research project on Rust user interface architecture. +- [The talk from Ralph Levien][rustnl_xilem_talk] about [Xilem][rustnl_xilem_intro]: +a research project on Rust user interface architecture. - [The talk from Michaël Melchiore][rustnl_michael_melchiore_talk]: (Th)Rust for Space: Initial momentum ; who gave a shout out to Bevy Engine. [rustnl_games_youtube]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=7583s From 28155fc6ce763490498b568136a380bb5ce854f9 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Thu, 16 May 2024 14:13:56 +0200 Subject: [PATCH 4/5] add links to rustnl + bevy --- content/news/051/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/news/051/index.md b/content/news/051/index.md index ef421d73c..16fb1016b 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -87,7 +87,7 @@ If needed, a section can be split into subsections with a "------" delimiter. ### RustNL -RustNL happened May 7 & 8 in Delft, Netherlands. +[RustNL][rustnl_main_website] happened May 7 & 8 in Delft, Netherlands. While the conference was not specific to game development, organizers contacted rust game development communities @@ -98,13 +98,15 @@ Special mention to the following talks, relevant to game development: - [The talk from Kevin Boos][rustnl_kevin_boos_talk]: let's build high performance Rust UI - [The talk from Ralph Levien][rustnl_xilem_talk] about [Xilem][rustnl_xilem_intro]: a research project on Rust user interface architecture. -- [The talk from Michaël Melchiore][rustnl_michael_melchiore_talk]: (Th)Rust for Space: Initial momentum ; who gave a shout out to Bevy Engine. +- [The talk from Michaël Melchiore][rustnl_michael_melchiore_talk]: (Th)Rust for Space: Initial momentum ; who gave a shout out to [Bevy Engine][rustnl_bevy_engine]. +[rustnl_main_website]: https://2024.rustnl.org/ [rustnl_games_youtube]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=7583s [rustnl_xilem_talk]: https://www.youtube.com/watch?v=521NfGf7AR0&t=19308s [rustnl_xilem_intro]: https://raphlinus.github.io/rust/gui/2022/05/07/ui-architecture.html [rustnl_kevin_boos_talk]: https://www.youtube.com/watch?v=521NfGf7AR0&t=2928s [rustnl_michael_melchiore_talk]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=3898s +[rustnl_bevy_engine]:https://bevyengine.org/ ## Meeting Minutes From 85d431d1bc762908082fd085aea27c2dbca9e2c3 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Fri, 24 May 2024 19:57:01 +0200 Subject: [PATCH 5/5] Minor changes --- content/news/051/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/news/051/index.md b/content/news/051/index.md index 16fb1016b..2d3d86850 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -87,7 +87,7 @@ If needed, a section can be split into subsections with a "------" delimiter. ### RustNL -[RustNL][rustnl_main_website] happened May 7 & 8 in Delft, Netherlands. +[RustNL][rustnl_main_website] happened May 7. & 8. in Delft, Netherlands. While the conference was not specific to game development, organizers contacted rust game development communities @@ -95,10 +95,9 @@ to showcase games developed in Rust between talks, which you can [watch on youtube][rustnl_games_youtube]. Special mention to the following talks, relevant to game development: -- [The talk from Kevin Boos][rustnl_kevin_boos_talk]: let's build high performance Rust UI -- [The talk from Ralph Levien][rustnl_xilem_talk] about [Xilem][rustnl_xilem_intro]: -a research project on Rust user interface architecture. -- [The talk from Michaël Melchiore][rustnl_michael_melchiore_talk]: (Th)Rust for Space: Initial momentum ; who gave a shout out to [Bevy Engine][rustnl_bevy_engine]. +- [Let's Build High Performance Rust UI][rustnl_kevin_boos_talk] by Kevin Boos +- [A Research Project on Rust User Interface Architecture][rustnl_xilem_talk] by Ralph Levien about [Xilem][rustnl_xilem_intro] +- [(Th)Rust for Space: Initial momentum][rustnl_michael_melchiore_talk] by Michaël Melchiore, who gave a shout out to [Bevy Engine][rustnl_bevy_engine]. [rustnl_main_website]: https://2024.rustnl.org/ [rustnl_games_youtube]: https://www.youtube.com/watch?v=XLefuzE-ABU&t=7583s