History log of /StarryEngine/starry_server/src/base/ (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
731cae0624-May-2024 R0ronoa <84278015+2447742618@users.noreply.github.com>

完善Toolkit库 (#16)

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

智能指针替代读写锁 重构服务端代码 (#15)


/StarryEngine/.github/workflows/fmt-check.yml
/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/asset_manager/resource/loading.png
/StarryEngine/starry_applications/src/lib.rs
/StarryEngine/starry_applications/src/main.rs
/StarryEngine/starry_client/Makefile
/StarryEngine/starry_client/src/base/renderer.rs
/StarryEngine/starry_client/src/window.rs
/StarryEngine/starry_server/Cargo.toml
/StarryEngine/starry_server/Makefile
image.rs
/StarryEngine/starry_server/src/core/compositor.rs
/StarryEngine/starry_server/src/core/input/mod.rs
/StarryEngine/starry_server/src/core/mod.rs
/StarryEngine/starry_server/src/core/window_manager.rs
/StarryEngine/starry_server/src/main.rs
/StarryEngine/starry_server/src/resource/cursor_normal.png
/StarryEngine/starry_server/src/resource/desktop_bg.png
/StarryEngine/starry_toolkit/Makefile
/StarryEngine/starry_toolkit/src/base/event.rs
/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/enter.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/util/mod.rs
/StarryEngine/starry_toolkit/src/widgets/image.rs
/StarryEngine/starry_toolkit/src/widgets/label.rs
/StarryEngine/starry_toolkit/src/widgets/mod.rs
1c11e7de06-Apr-2024 yuyi2439 <68320855+yuyi2439@users.noreply.github.com>

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

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

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

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

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