From 35be110636860963f3f82dd941f0001554cbc010 Mon Sep 17 00:00:00 2001 From: Abby Bryant Date: Thu, 4 Aug 2022 22:04:12 -0400 Subject: [PATCH] add bevy_godot section --- content/news/036/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/news/036/index.md b/content/news/036/index.md index d72d04b91..f42bb3906 100644 --- a/content/news/036/index.md +++ b/content/news/036/index.md @@ -127,6 +127,21 @@ post on the Discussion boards! ## Library Updates +### [bevy_godot] + +[bevy_godot] is an in-development library that offers a familiar Bevy environment +inside of the [Godot Engine][godot-engine]. [bevy_godot] currently features Scene +Tree integration, collision detection, spawning Godot scenes from Bevy, and +included examples to demonstrate the API. The upcoming update will feature Godot +signal events, Bevy assets integration, and a full implementation of the Dodge +the Creeps example game. + +[bevy_godot] is looking for contributors to help grow the library to fit all +Godot Engine game development needs. + +[bevy_godot]: https://github.com/rand0m-cloud/bevy_godot +[godot-engine]: https://godotengine.org + ### [hecs] [hecs] is a fast, lightweight, and unopinionated archetypal ECS library.