Skip to content

N48: Other engines #1435

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 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
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
Binary file added content/news/048/fyrox-camera.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions content/news/048/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,36 @@ _Discussions:
[bevy_news]: https://bevyengine.org/news/bevy-0-11
[bevy_repo]: https://github.com/bevyengine/bevy

### [Fyrox][fyrox]

![GIF showing focusing camera on object in the editor](fyrox-camera.gif)

[Fyrox][fyrox] ([GitHub][fyrox-src], [Discord][fyrox-dis], [Twitter][fyrox-twi])
is a game engine that aims to be easy to use and provide a large set
of out-of-the-box features.

This month [Fyrox v0.31 was released][fyrox-v0-31]. Highlights include:

- A huge bunch of editor improvements like
the ability to create custom editor plugins,
ability to open multiple scenes,
saving/loading docking manager layout,
and separate panel for camera preview.
- Inverter node for AI behaviour trees.
- 9-slice image widget.
- Lots of [API docs][fyrox-docs] and [the book][fyrox-book] improvements,
mostly related to UI stuff.

_Discussions: [/r/rust](https://reddit.com/r/rust/comments/156pq0g/fyrox_0_31)_

[fyrox]: https://fyrox.rs
[fyrox-src]: https://github.com/FyroxEngine/Fyrox
[fyrox-dis]: https://discord.com/invite/xENF5Uh
[fyrox-twi]: https://twitter.com/DmitryNStepanov
[fyrox-v0-31]: https://fyrox.rs/blog/post/fyrox-game-engine-0-31
[fyrox-book]: https://fyrox-book.github.io
[fyrox-docs]: https://docs.rs/fyrox

## Learning Material Updates

### Mobile development with Bevy
Expand Down Expand Up @@ -422,6 +452,15 @@ See the [CHANGELOG][hanabi-changelog] for all details.

<!-- One-liners for plan items that haven't got their own sections. -->

- Other engine updates:
- [godot-rs now supports Godot 4.1][godot-rs-4-1].
- [ggez v0.9][ggez-v0-9] mostly brings slight API tweaks and bugfixes.
The devs also shared their plans for ggez v10: 3d support, async asset loading,
and coroutines.

[godot-rs-4-1]: https://mastodon.gamedev.place/@GodotRust/110669301088668526
[ggez-v0-9]: https://reddit.com/r/rust_gamedev/comments/14v6x3z/ggez_news_0_9

## Discussions

<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
Expand Down