building zed code editor on pop_os!
https://github.com/zed-industries/zed/blob/main/docs/src/development/linux.md
Success! Don't forget to install clang
https://github.com/zed-industries/zed/blob/main/docs/src/development/linux.md
Success! Don't forget to install clang
the language
https://tourofrust.com/index.html
redox os (unix-like os written in rust)
setup steps (with brew)
Install rustup package manager first and then have rustup install rustc, cargo.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup toolchain install stable
the rust compiler is rustc
To clean up debug and other build files:
cargo clean
slint
iced
Tauri 2.0
https://www.youtube.com/watch?v=rC4FCS-oMpg
https://github.com/makepad/makepad
website https://comfyengine.org/
announcement blog post https://comfyengine.org/blog/first/
Leaving Rust gamedev after 3 years
Using D lang to mix C++ and Rust.
www.tipi.build
https://www.youtube.com/watch?v=z6j-lCOi4XM
Corrosion.rs c++ rust bridge
warp (advanced feature terminal; requires login)
media Philipp Oppermann's blog
Brodie interviews Jeremy Soller developer of Redox OS
https://areweguiyet.com/
A fast new editor to try:
zed.dev (macos, build on linux)
Crust of Rust by Jon Gjengset
apt search nala
sudo apt install nala
sudo nala install curl
## install rustup toolchain manager
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
## install rustc and cargo
rustup toolchain install stable
sudo nala install git
sudo nala install build-essential
sudo nala install clang
sudo nala install strip-nondeterminism
# install macchina alt to neofetch
# https://github.com/Macchina-CLI/macchina/wiki/Installation#build-for-everything-else
#
git clone https://github.com/grtcdr/macchina
cd macchina
cargo build --release
strip target/release/macchina
cargo run --release