#editor #rg3d #rust

app rusty-editor

A scene editor for rg3d game engine

1 unstable release

0.11.0 Jan 8, 2022

#2067 in Game dev

MIT license

1MB
20K SLoC

rusty editor

Scene editor for rg3d engine.

Limitations

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.

How to install and run

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

How to build latest unstable version

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

Platform specific

Linux

On Linux you need to install additional dependencies first:

sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxkbcommon-dev libasound2-dev

Screenshots

1

Controls

  • [Click] - Select
  • [W][S][A][D] - Move camera
  • [Space][Q]/[E] - Raise/Lower Camera
  • - Select interaction mode
  • - Move interaction mode
  • - Scale interaction mode
  • - Rotate interaction mode
  • [Ctrl]+[Z] - Undo
  • [Ctrl]+[Y] - Redo

Dependencies

~38–52MB
~696K SLoC