Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Bevy Starter

This repo is a minimal starter for Bevy 0.19

Inspiration

Building

You can build your game

cargo run

If you want the extra dev features then you can toggle them:

cargo run --features dev

Depending on if you are building a 2D or 3D game you can set your Bevy features accordingly in Cargo.toml to reduce compile times. For 2D games you can use:

bevy = { version = "0.19", default-features = false, features = ["2d"] }

See Cargo Feature Collections for more information.

Features

  • Cargo configured according to Bevy guide with build optimizations
  • Avian physics
  • Generic set of starting plugins with your games logic inside GamePlugin
  • TLDR.md for quick reference and passing to LLMs
  • .agents folder with bevy skills for LLMs

Missing

  • Deployment

关于 About

A minimalist starter for bevy and rust
bevybevy-enginegame-developmentrust

语言 Languages

Rust66.1%
JavaScript15.2%
HTML10.5%
CSS8.3%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
29
Total Commits
峰值: 6次/周
Less
More

核心贡献者 Contributors