A standalone version of FyroxEd - native editor of Fyrox engine. The standalone version allows you only to create and edit scenes, but not run your game in the editor. Please see the book to learn how to use the editor in different ways.
To install the latest stable standalone version from crates.io use:
shell
cargo install fyroxed
After that, you can run the editor by simply calling:
shell
fyroxed
If you're on Linux, please make sure that the following dependencies are installed:
shell
sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxkbcommon-dev libasound2-dev