Crates.io | rusty-editor |
lib.rs | rusty-editor |
version | 0.11.0 |
source | src |
created_at | 2022-01-08 07:53:33.428031 |
updated_at | 2022-01-08 07:53:33.428031 |
description | A scene editor for rg3d game engine |
homepage | https://github.com/rg3dengine/rusty-editor |
repository | https://github.com/rg3dengine/rusty-editor |
max_upload_size | |
id | 510130 |
size | 1,731,823 |
Scene editor for rg3d engine.
It should be noted that this editor is the scene editor, it does not allow you to run your game inside like many other editors do (Unreal Engine, Unity, etc.). This fact means that each prototyping iteration of your game will take more time. Having the ability to run game inside editor would be nice indeed, but this is too much work for one person and I just don't want to spend time on this.
To install the latest stable version from crates.io use:
cargo install rusty-editor
If you're on Linux, please make sure that the following dependencies are installed:
sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxkbcommon-dev libasound2-dev
If you want to tackle the latest unstable version of the editor the following instructions will help you:
cd ../
cargo run --release --package rusty-editor
On Linux you need to install additional dependencies first:
sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxkbcommon-dev libasound2-dev