History log of /StarryEngine/starry_toolkit/ (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)

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

toolkit库引入基本的事件处理框架 资源管理器初步实现交互 (#11)

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

完善toolkit库 (#10)

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

增加了starry_applications文件夹 开始实现基本的资源管理器 (#9)

* 增加了starry_applications文件夹

* 开始实现基本的资源管理器

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

完善toolkit库 增加了Grid组件等 (#8)

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)

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

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


/StarryEngine/.gitignore
/StarryEngine/.vscode/settings.json
/StarryEngine/LICENSE
/StarryEngine/README.md
/StarryEngine/starry_client/.cargo/config.toml
/StarryEngine/starry_client/Cargo.toml
/StarryEngine/starry_client/Makefile
/StarryEngine/starry_client/src/base/color.rs
/StarryEngine/starry_client/src/base/event.rs
/StarryEngine/starry_client/src/base/graphicspath.rs
/StarryEngine/starry_client/src/base/mod.rs
/StarryEngine/starry_client/src/base/renderer.rs
/StarryEngine/starry_client/src/font/unifont-license.txt
/StarryEngine/starry_client/src/font/unifont.font
/StarryEngine/starry_client/src/font/unifont.hex
/StarryEngine/starry_client/src/font/unifont.rs
/StarryEngine/starry_client/src/lib.rs
/StarryEngine/starry_client/src/window.rs
/StarryEngine/starry_server/.cargo/config.toml
/StarryEngine/starry_server/Cargo.toml
/StarryEngine/starry_server/Makefile
/StarryEngine/starry_server/src/asset/cursor_normal.png
/StarryEngine/starry_server/src/asset/desktop_bg.png
/StarryEngine/starry_server/src/base/display.rs
/StarryEngine/starry_server/src/base/image.rs
/StarryEngine/starry_server/src/base/mod.rs
/StarryEngine/starry_server/src/base/rect.rs
/StarryEngine/starry_server/src/base/window.rs
/StarryEngine/starry_server/src/config.rs
/StarryEngine/starry_server/src/core/compositor.rs
/StarryEngine/starry_server/src/core/input/inputs.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/lib.rs
/StarryEngine/starry_server/src/main.rs
/StarryEngine/starry_server/src/starry.toml
.cargo/config.toml
Cargo.toml
Makefile
src/asset/desktop_bg.png
src/base/mod.rs
src/base/panel.rs
src/base/point.rs
src/base/rect.rs
src/lib.rs
src/main.rs
src/traits/mod.rs
src/traits/place.rs
src/traits/text.rs
src/widgets/image.rs
src/widgets/label.rs
src/widgets/mod.rs