From 24bf050b2246e588acd020ae6081ac294032b7e7 Mon Sep 17 00:00:00 2001 From: John Wells Date: Sat, 9 Apr 2022 12:32:51 -0400 Subject: [PATCH 1/2] Add Screen 13 library update --- content/news/032/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/news/032/index.md b/content/news/032/index.md index 8dddeba59..8fabbe720 100644 --- a/content/news/032/index.md +++ b/content/news/032/index.md @@ -376,6 +376,25 @@ _Discussions: [/r/rust], [twitter]_ [/r/rust]: https://www.reddit.com/r/rust/comments/t984ss/kira_game_audio_library_v060_complete_rewrite [twitter]: https://twitter.com/tesselode/status/1501213862988849152 +### [screen-13 v0.2.1-alpha](https://github.com/attackgoat/screen-13) + +[Screen 13] is an easy-to-use 2D/3D rendering engine in the spirit of QBasic. The +library provides a thin Vulkan 1.1 driver using smart pointers and a fully-generic +render graph structure. + +Earlier this year [Screen 13] was updated with a dynamic graph pattern, but there +was no good starter documentation and a few bugs. There is a [getting started][s13-getting-started] +guide now! Also, a ton of new features that have been added in the last month: + +* ImGui support +* Mac support +* Shader specialization +* [change log...][s13-change-log] + +[Screen 13]: https://github.com/attackgoat/screen-13 +[s13-getting-started]: https://github.com/attackgoat/screen-13/blob/master/examples/getting-started.md +[s13-change-log]: https://github.com/attackgoat/screen-13/blob/master/CHANGELOG.md + ## Popular Workgroup Issues in Github From 671819785a2aa8014b60b42d421bd29576c7f781 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 9 Apr 2022 18:15:15 +0100 Subject: [PATCH 2/2] Update content/news/032/index.md --- content/news/032/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/news/032/index.md b/content/news/032/index.md index 8fabbe720..0d8101aa2 100644 --- a/content/news/032/index.md +++ b/content/news/032/index.md @@ -386,10 +386,11 @@ Earlier this year [Screen 13] was updated with a dynamic graph pattern, but ther was no good starter documentation and a few bugs. There is a [getting started][s13-getting-started] guide now! Also, a ton of new features that have been added in the last month: -* ImGui support -* Mac support -* Shader specialization -* [change log...][s13-change-log] +- ImGui support +- Mac support +- Shader specialization + +For more details, see the [changelog][s13-change-log]. [Screen 13]: https://github.com/attackgoat/screen-13 [s13-getting-started]: https://github.com/attackgoat/screen-13/blob/master/examples/getting-started.md