History log of /StarryEngine/starry_client/ (Results 1 – 9 of 9)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1bee64b621-Apr-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

完善toolkit库和AssetManager (#14)

2b942a5118-Apr-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

完善toolkit库和AssetManager (#13)

b026285713-Apr-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

完善toolkit库 (#10)


/StarryEngine/.vscode/settings.json
/StarryEngine/Makefile
/StarryEngine/starry_applications/Cargo.toml
/StarryEngine/starry_applications/Makefile
/StarryEngine/starry_applications/src/asset_manager/code/asset_item.rs
/StarryEngine/starry_applications/src/asset_manager/code/mod.rs
/StarryEngine/starry_applications/src/asset_manager/mod.rs
/StarryEngine/starry_applications/src/asset_manager/resource/desktop_bg.png
/StarryEngine/starry_applications/src/asset_manager/resource/dir_icon.png
/StarryEngine/starry_applications/src/asset_manager/resource/file_icon.png
/StarryEngine/starry_applications/src/lib.rs
/StarryEngine/starry_applications/src/main.rs
src/window.rs
/StarryEngine/starry_server/Cargo.toml
/StarryEngine/starry_server/src/core/mod.rs
/StarryEngine/starry_server/src/resource/cursor_normal.png
/StarryEngine/starry_server/src/resource/desktop_bg.png
/StarryEngine/starry_toolkit/src/base/mod.rs
/StarryEngine/starry_toolkit/src/base/panel.rs
/StarryEngine/starry_toolkit/src/base/rect.rs
/StarryEngine/starry_toolkit/src/base/vector2.rs
/StarryEngine/starry_toolkit/src/layout/grid.rs
/StarryEngine/starry_toolkit/src/layout/mod.rs
/StarryEngine/starry_toolkit/src/lib.rs
/StarryEngine/starry_toolkit/src/main.rs
/StarryEngine/starry_toolkit/src/traits/focus.rs
/StarryEngine/starry_toolkit/src/traits/mod.rs
/StarryEngine/starry_toolkit/src/traits/text.rs
/StarryEngine/starry_toolkit/src/traits/transform.rs
/StarryEngine/starry_toolkit/src/widgets/image.rs
/StarryEngine/starry_toolkit/src/widgets/label.rs
/StarryEngine/starry_toolkit/src/widgets/mod.rs
f33c7b2206-Apr-2024 yuyi2439 <68320855+yuyi2439@users.noreply.github.com>

修改makefile,以适应fmt-check (#7)

1c11e7de06-Apr-2024 yuyi2439 <68320855+yuyi2439@users.noreply.github.com>

添加fmt-check并修复一些问题 (#6)

48d9763906-Apr-2024 yuyi2439 <68320855+yuyi2439@users.noreply.github.com>

与fmt有关的修改

- 在根目录新增Makefile,以支持快捷fmt,并进行fmt
- 更换新版Makefile
- 新增fmt-check

45e1715706-Apr-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

创建toolkit库 实现基本的框架和部分控件 (#4)

02d6d5e304-Apr-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

完善渲染库 (#3)

bee61dca31-Mar-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

实现基本的C/S框架 (#1)