banner
[面包]MrTwoC

[面包]MrTwoC

你好,欢迎来到这个基于区块链的个人博客 名字:面包 / MrTwoc 爱好:跑步(5/10KM)、拿铁咖啡、游戏(Minecraft、Warframe、CS) 兴趣方向:Rust、区块链、图形学、游戏设计与开发
bilibili
steam
email
github

[0x03] Bevy-Run-demo

Reference Article
Try running the built-in bevy demo

cargo new bevy-demo
cd bevy-demo
code.

Open VScode - Add bevy dependency in the terminal
image.png

use bevy::prelude::*;

fn main() {
    App::new().run();
}
cargo run

image.png
Successful execution, but nothing happened
image.png

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.