Skip to content

N34: Add Fyrox #1051

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
Jun 5, 2022
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/034/fyrox.png
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/034/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,45 @@ Features:

## Engine Updates

### [Fyrox]

![Fyroxed](fyrox.png)

[Fyrox] ([Discord][fyrox_discord], [Twitter][fyrox_twitter]) is a game engine that
aims to be easy to use and provide a large set of out-of-the-box features. In May
it hit version 0.25 which added a lot of new functionality:

- Static plugin system.
- User-defined scripts.
- Play mode for the editor.
- Animation blending state machine editor.
- Prefab inheritance improvements.
- Layout and render transform support for widgets.
- Shortcuts improvements in the editor.
- UI performance improvements.
- Double click support in `fyrox-ui`
- Better serializer error recovery.
- Tons of small improvements and fixes.

Some time after, the engine hit version 0.26 which was primarily focused on bug fixing,
but also added some interesting features:

- Project template generator.
- Script API improvements.
- Shader cache fixes.
- Skybox validator.

See full list of changes in respective blog posts - [0.25] and [0.26]. Everybody,
who wants to learn how to use the engine should check the new
[2D Platformer Tutorial][platformer_tutorial].

[Fyrox]: https://github.com/FyroxEngine/Fyrox
[0.25]: https://fyrox.rs/blog/post/feature-highlights-0-25/
[0.26]: https://fyrox.rs/blog/post/feature-highlights-0-26/
[fyrox_discord]: https://discord.com/invite/xENF5Uh
[fyrox_twitter]: https://twitter.com/DmitryNStepanov
[platformer_tutorial]: https://fyrox-book.github.io/fyrox/tutorials/platformer/part1.html

## Learning Material Updates

### [Intro to Material/Shaders in Bevy][bevy-materials-playlist]
Expand Down