#editor #i3m #game-engine #rust

yanked I3M-Engine-Core

A standalone scene editor for IThreeM game engine

2 releases

new 0.17.1 Oct 21, 2024
0.17.0 Oct 19, 2024

#1490 in Game dev

46 downloads per month

MIT license

29KB

I3M-Engine-Core (standalone)

WARNING: Standalone version of the editor is not supported, use project template generator to utilize the full power of the editor. Standalone version does not support plugins and scripts, it won't be update in next releases!

A standalone version of I3M-Engine-Core - native editor of IThreeM 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.

How to install and run

To install the latest stable standalone version from crates.io use:

cargo install I3M-Engine-Core

After that, you can run the editor by simply calling:

I3M-Engine-Core

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

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

~48–68MB
~1M SLoC