会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Furau
失去很多 失去自己
管理
上一页
1
2
3
4
5
下一页
2025年6月2日
全景架构图
摘要: ┌───────────────────────┐ ┌───────────────────────┐ │ 自定义脚本语言 │ │ Rust 引擎核心 │ │ (视觉小说专用DSL) │ │ (状态管理/渲染/资源等) │ └──────────┬────────────┘ └──────────▲
阅读全文
posted @ 2025-06-02 05:55 Furau
阅读(32)
评论(0)
推荐(0)
2025年5月29日
bevy 案例分析 window_settings.rs
摘要: 对应的路径 bevy/examples/window/window_settings.rs 使用方式 运行程序后: 窗口会在3帧后显示 按 空格键:切换光标可见性和抓取模式 按 V 键:切换垂直同步 按 T 键:切换窗口层级 按 F 键:切换亮/暗主题 按 1/2/3 键:切换窗口控制按钮 鼠标左键
阅读全文
posted @ 2025-05-29 22:08 Furau
阅读(105)
评论(0)
推荐(0)
常用命令表
摘要: cargo run --example demo # 运行 examples/demo.rs
阅读全文
posted @ 2025-05-29 20:02 Furau
阅读(23)
评论(0)
推荐(0)
123
摘要: @startuml hide footbox skinparam sequence { LifeLineBorderColor Black LifeLineBorderThickness 1 LifeLineBorderStyle dashed } actor 用户 as User particip
阅读全文
posted @ 2025-05-29 01:59 Furau
阅读(24)
评论(0)
推荐(0)
2025年5月28日
哈哈
摘要: @startuml hide footbox skinparam sequence { LifeLineBorderColor Black LifeLineBorderThickness 1 LifeLineBorderStyle dashed } actor 管理员 as Admin partic
阅读全文
posted @ 2025-05-28 22:17 Furau
阅读(18)
评论(0)
推荐(0)
2025年5月26日
SCS系统UI设计材料索引
摘要: 前言 SCS 渲染模块完全搬迁自Godot 4.2.2 理论上Godot4.x的设计工具和动效代码完全兼容SCS 小部件教程 https://space.bilibili.com/55245483 https://docs.godotengine.org/zh-cn/4.x/tutorials/ui
阅读全文
posted @ 2025-05-26 15:08 Furau
阅读(73)
评论(0)
推荐(0)
2025年5月14日
行高设置
摘要: Name::new("namebox"), Text::new("戴安娜"), TextFont { font: asset_server.load("fonts/GenSenMaruGothicTW-Bold.ttf"), font_size:28.0, line_height: bevy::te
阅读全文
posted @ 2025-05-14 04:32 Furau
阅读(34)
评论(0)
推荐(0)
2025年5月12日
bevy 0.16 案例部分翻译
摘要: 文件目录结构 用户界面 (UI) 视口节点 viewport_node.rs UI材质 ui_material.rs 窗口穿透 window_fallthrough.rs 溢出处理 overflow.rs 溢出调试 overflow_debug.rs 显示与可见性 display_and_visib
阅读全文
posted @ 2025-05-12 12:46 Furau
阅读(91)
评论(0)
推荐(0)
bevy 0.16 案例快速运行命令
摘要: 尽可能多的一些常用案例运行命令 方便复制 cargo run --example sprite_animation cargo run --example text2d
阅读全文
posted @ 2025-05-12 03:00 Furau
阅读(52)
评论(0)
推荐(0)
2025年5月11日
bevy 0.16 基础案例
摘要: use bevy::prelude::*; fn main() { App::new() .add_systems(Update, hello_world_system) .run(); } fn hello_world_system() { println!("hello world"); }
阅读全文
posted @ 2025-05-11 12:27 Furau
阅读(45)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页