banner
[面包]MrTwoC

[面包]MrTwoC

你好,欢迎来到这个基于区块链的个人博客 名字:面包 / MrTwoc 爱好:跑步(5/10KM)、咖啡、游戏(MMORPG、FPS、Minecraft、Warframe) 兴趣方向: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.