diff --git a/content/news/024/index.md b/content/news/024/index.md index ffe05b830..46a581790 100644 --- a/content/news/024/index.md +++ b/content/news/024/index.md @@ -242,6 +242,21 @@ game engine! Join them on their [Discord server][emerald-discord]. [Emerald]: https://github.com/Bombfuse/emerald [emerald-discord]: https://discord.gg/NHsz38AhkD +### [Starframe] + +![Demonstration of Starframe's new rope physics](starframe.gif) + +[Starframe] by [@moletrooper] is a work-in-progress game engine for physics-y +sidescrolling 2D games. + +This month's noteworthy development was [particle-based ropes][sf-ropes-tweet] +capable of full two-way coupling with rigid bodies, demonstrated above. +Capsule-shaped colliders were also added. + +[starframe]: https://github.com/MoleTrooper/starframe/ +[@moletrooper]: https://twitter.com/moletrooper +[sf-ropes-tweet]: https://twitter.com/moletrooper/status/1421204030441889792 + ## Learning Material Updates ## Tooling Updates diff --git a/content/news/024/starframe.gif b/content/news/024/starframe.gif new file mode 100755 index 000000000..ff2dd28a8 Binary files /dev/null and b/content/news/024/starframe.gif differ