home.social

#fyrox — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fyrox, aggregated by home.social.

  1. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  2. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  3. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  4. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  5. Also if you need a replacement for #UnrealEngine and are a #Rustacean like me, there is #bevy and #Fyrox to consider.

  6. This Week in Game Engines #25! enginesdatabase.com/blog/this-

    This week we have the full release of a Rust Game Engine (not Bevy!), an Open-Source alternative to Mixamo, how to Text Adventure, and much more!

    #gamedev #rust #fyrox

  7. fyrox.rs/blog/post/how-i-made-

    Epic update from the developer of #Fyrox!

    This is a complete 3D platformer game inspired by the likes of Fall Guys and Mario Party, set in the Fish Folk universe. Major asset assist by @quaternius 🫶

    This sets the stage for a community-created "Party Guys" hybrid with an ever-increasing catalogue of minigames, new and old.

    #rust #gamedev

  8. I've been studying Rust's Bevy game engine and building a demo project with it.

    I recently saw another Rust game engine called Fyrox that looks a bit more like Unity, Unreal Engine, or Godot that hadn't crossed my radar before.

    Anyone built with both and can offer a short comparison between the two?

    #Bevy #Fyrox #Rust

  9. Today I released my first (two) #rust crates! 🎉
    mesh_to_sdf generates a signed distance field from a 3D mesh and its client lets you visualize it to fine-tune the parameters (and more).

    It's agnostic to your math library, so you start using it right now with #bevy #fyrox or your favorite math library / game engine.

    crates.io/crates/mesh_to_sdf
    crates.io/crates/mesh_to_sdf_c
    github.com/Azkellas/mesh_to_sd

    #rustlang #wgpu #rendering #gamedev