Skip to content

ludolpif/hello-bevy

Repository files navigation

Purpose

My attempt to build and run a minimal Bevy project.

Building

Linux

I currently use Debian trixie (testing) for that. It will generate a binary with low system dependancy but needs GLIBC_2.38 symbols which is not a good choice to distribute currently. This envrionnement is great for now to explore recent things around rust, bevy, and latest audio/video software stacks.

git clone https://github.com/ludolpif/hello-bevy
cd hello-bevy
sudo ./build-dep-system.sh
./build-dep-user.sh
cargo build
cargo run

cat Makefile # act as cheat sheet for non-rust developpers

Contributing

See CONTRIBUTING.md

About

My attempts to compile and discover Bevy rust game engine

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published