Cr4shd3v / crash_ide

A simple IDE written in Rust + Bevy.
GNU General Public License v3.0
3 stars 0 forks source link
bevy editor ide

Editor

A simple IDE written in Rust + Bevy.

NOTE

This is in early development! It will contain bugs and is feature incomplete!

Reporting Issues

Feel free to open an issue at the repository.

Features

Platforms

Linux

Windows

macOS

Development

Linux

Execute the setup file at build/linux/setup.sh.

After that, you can simply run cargo run.

Packaging

If you want to build a .deb file, you can use cargo-deb. Configurations for cargo-deb already exist.

There is also support for packaging a .rpm file with cargo-generate-rpm. Configurations for it are present as well.

Windows cross-compilation

Execute the setup file at build/windows/setup.sh.

After that, you can simply run cargo run.

macOs

Execute the setup file at build/macos/setup.sh.

After that, you can simply run cargo run and pray.