From 48203f37fc3d3de59240e429f5cbe662a860d35f Mon Sep 17 00:00:00 2001 From: Julian Antonielli Date: Mon, 5 Sep 2022 15:07:34 +0100 Subject: [PATCH 1/3] N37: Runty8 --- content/news/037/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/news/037/index.md b/content/news/037/index.md index e532aa263..3e7f0825b 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -93,6 +93,23 @@ refactoring tool based on the [Language Server Protocol][language-server-protoco ## Engine Updates +### [Runty8][runty8-repo] + +[![Runty 8 logo][runty8-logo]][runty8-repo] + +[Runty8][runty8-repo] is an experimental port of the [Pico8][pico8-site] fantasy console that supports writing games in Rust. + +It's currents goals are to follow Pico8's APIs as closely as possible, to allow easily porting existing games to Rust, as well as developing new games in a familiar development environment. + +The project is in very early stages, and is currently looking for contributors. If you're interested, feel free to read our [Contributing guide][runty8-contributing-guide] or browse through the [open issues][runty8-open-issues]. + +[runty8-repo]: https://github.com/jjant/runty8 +[runty8-contributing-guide]: https://github.com/jjant/runty8/blob/master/CONTRIBUTING.md +[runty8-open-issues]: https://github.com/jjant/runty8/issues +[pico8-site]: https://www.lexaloffle.com/pico-8.php +[runty8-logo]: https://user-images.githubusercontent.com/15112080/188467323-037617cf-7dbc-4988-bbd7-fbafd1524455.png + + ## Learning Material Updates ## Tooling Updates From e25f4a2bce5d4d011ba7e63d1ead00b29691c149 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Fri, 9 Sep 2022 00:06:13 +0100 Subject: [PATCH 2/3] Update index.md --- content/news/037/index.md | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/content/news/037/index.md b/content/news/037/index.md index 1dbdb8716..071cc7ae0 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -93,27 +93,6 @@ refactoring tool based on the [Language Server Protocol][language-server-protoco ## Engine Updates -### [Runty8][runty8-repo] - -[![Runty 8 logo][runty8-logo]][runty8-repo] - -[Runty8][runty8-repo] is an experimental port of the [Pico8][pico8-site] -fantasy console that supports writing games in Rust. - -It's currents goals are to follow Pico8's APIs as closely as possible, -to allow easily porting existing games to Rust, -as well as developing new games in a familiar development environment. - -The project is in very early stages, and is currently looking for contributors. -If you're interested, feel free to read our [Contributing guide][runty8-contributing-guide] -or browse through the [open issues][runty8-open-issues]. - -[runty8-repo]: https://github.com/jjant/runty8 -[runty8-contributing-guide]: https://github.com/jjant/runty8/blob/master/CONTRIBUTING.md -[runty8-open-issues]: https://github.com/jjant/runty8/issues -[pico8-site]: https://www.lexaloffle.com/pico-8.php -[runty8-logo]: https://user-images.githubusercontent.com/15112080/188467323-037617cf-7dbc-4988-bbd7-fbafd1524455.png - ### [miniquad] [![diff](android_playground.gif)][quad-android-playground] @@ -137,6 +116,27 @@ It includes: [miniquad]: https://github.com/not-fl3/miniquad/ [quad-android-playground]: https://github.com/not-fl3/quad-android-playground +### [Runty8][runty8-repo] + +[![Runty 8 logo][runty8-logo]][runty8-repo] + +[Runty8][runty8-repo] is an experimental port of the [Pico8][pico8-site] +fantasy console that supports writing games in Rust. + +Its current goals are to follow Pico8's APIs as closely as possible, +to allow easily porting existing games to Rust, +as well as developing new games in a familiar development environment. + +The project is in very early stages, and is currently looking for contributors. +If you're interested, feel free to read their [contributing guide][runty8-contributing-guide] +or browse through the [open issues][runty8-open-issues]. + +[runty8-repo]: https://github.com/jjant/runty8 +[runty8-contributing-guide]: https://github.com/jjant/runty8/blob/master/CONTRIBUTING.md +[runty8-open-issues]: https://github.com/jjant/runty8/issues +[pico8-site]: https://www.lexaloffle.com/pico-8.php +[runty8-logo]: https://user-images.githubusercontent.com/15112080/188467323-037617cf-7dbc-4988-bbd7-fbafd1524455.png + ## Learning Material Updates ## Tooling Updates From 1bb64ab1c8e74d0d7bc0eba2662dfad1ed7c4c54 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Fri, 9 Sep 2022 00:07:49 +0100 Subject: [PATCH 3/3] Update index.md --- content/news/037/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/news/037/index.md b/content/news/037/index.md index 071cc7ae0..b03a4e4aa 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -123,11 +123,11 @@ It includes: [Runty8][runty8-repo] is an experimental port of the [Pico8][pico8-site] fantasy console that supports writing games in Rust. -Its current goals are to follow Pico8's APIs as closely as possible, -to allow easily porting existing games to Rust, +Its current goals are to follow Pico8's APIs as closely as possible, +to allow easily porting existing games to Rust, as well as developing new games in a familiar development environment. -The project is in very early stages, and is currently looking for contributors. +The project is in very early stages, and is currently looking for contributors. If you're interested, feel free to read their [contributing guide][runty8-contributing-guide] or browse through the [open issues][runty8-open-issues].