A simple IDE written in Rust + Bevy.
This is in early development! It will contain bugs and is feature incomplete!
Feel free to open an issue at the repository.
Execute the setup file at build/linux/setup.sh
.
After that, you can simply run cargo run
.
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.
Execute the setup file at build/windows/setup.sh
.
After that, you can simply run cargo run
.
Execute the setup file at build/macos/setup.sh
.
After that, you can simply run cargo run
and pray.