Skip to content

N36: add bevy_godot section #1124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/news/036/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down