Skip to content

Commit 8c39edc

Browse files
authored
N44: Fyrox, Tetra (#1347)
1 parent 34a8b04 commit 8c39edc

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

content/news/044/fyrox-yt-preview.jpg

115 KB
Loading

content/news/044/index.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,39 @@ _Discussions:
477477
[bevy_news]: https://bevyengine.org/news/bevy-0-10
478478
[bevy_repo]: https://github.com/bevyengine/bevy
479479

480+
### [Fyrox][fyrox]
481+
482+
[![Youtube screenshot: a head with a combination of face expressions](
483+
fyrox-yt-preview.jpg)][fyrox-blend-shapes-yt]
484+
485+
[Fyrox][fyrox] ([GitHub][fyrox-src], [Discord][fyrox-dis], [Twitter][fyrox-twi])
486+
is a game engine that aims to be easy to use and provide a large set
487+
of out-of-the-box features. This month's highlights include:
488+
489+
- [Basic Android support][fyrox-android] for GLES3.0+ devices - usable
490+
but the renderer lacks mobile-specific optimizations.
491+
- [Lightmapper fixes][fyrox-lightmapper].
492+
- [Blend shapes][fyrox-blend-shapes] allows to dynamically change 3D meshes
493+
(usefull for facial animation, etc).
494+
- Fyrox now uses [tinyaudio] as [its sound output backend][fyrox-audio-improvements].
495+
496+
Full devlogs: [#17][fyrox-17], [#18][fyrox-18].
497+
498+
_Discussions: [/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/11vojtk/fyrox_blend)_
499+
500+
[fyrox]: https://fyrox.rs
501+
[fyrox-src]: https://github.com/FyroxEngine/Fyrox
502+
[fyrox-dis]: https://discord.com/invite/xENF5Uh
503+
[fyrox-twi]: https://twitter.com/DmitryNStepanov
504+
[fyrox-17]: https://fyrox.rs/blog/post/twif17
505+
[fyrox-18]: https://fyrox.rs/blog/post/twif18
506+
[fyrox-blend-shapes-yt]: https://youtube.com/watch?v=2VtYk2vDoTY
507+
[fyrox-android]: https://fyrox.rs/blog/post/twif17#basic-android-support
508+
[fyrox-lightmapper]: https://fyrox.rs/blog/post/twif17#lightmapper-fixes
509+
[fyrox-blend-shapes]: https://fyrox.rs/blog/post/twif18#blend-shapes
510+
[fyrox-audio-improvements]: https://fyrox.rs/blog/post/twif18#audio-improvements
511+
[tinyaudio]: https://github.com/mrDIMAS/tinyaudio
512+
480513
## Learning Material Updates
481514

482515
### Developing an editor with egui
@@ -828,6 +861,12 @@ It's presently in a heavy-development prerelease state, so watch this space!
828861

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

864+
- Other engine updates:
865+
- [Tetra v0.8][tetra-v0-8] brings a bunch of small API improvements
866+
and bugfixes. The engine is still in maintainance-only mode through.
867+
868+
[tetra-v0-8]: https://twitter.com/17cupsofcoffee/status/1636706157568962563
869+
831870
## Discussions
832871

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

0 commit comments

Comments
 (0)