History log of /StarryEngine/starry_applications/ (Results 1 – 5 of 5)
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文件夹

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


/StarryEngine/.github/workflows/fmt-check.yml
/StarryEngine/.gitignore
/StarryEngine/.vscode/settings.json
/StarryEngine/LICENSE
/StarryEngine/Makefile
/StarryEngine/README.md
Cargo.toml
Makefile
src/asset_manager/code/asset_item.rs
src/asset_manager/code/mod.rs
src/asset_manager/mod.rs
src/asset_manager/resource/desktop_bg.png
src/asset_manager/resource/dir_icon.png
src/asset_manager/resource/file_icon.png
src/lib.rs
src/main.rs
/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/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/resource/cursor_normal.png
/StarryEngine/starry_server/src/resource/desktop_bg.png
/StarryEngine/starry_server/src/starry.toml
/StarryEngine/starry_toolkit/.cargo/config.toml
/StarryEngine/starry_toolkit/Cargo.toml
/StarryEngine/starry_toolkit/Makefile
/StarryEngine/starry_toolkit/src/asset/desktop_bg.png
/StarryEngine/starry_toolkit/src/base/mod.rs
/StarryEngine/starry_toolkit/src/base/panel.rs
/StarryEngine/starry_toolkit/src/base/point.rs
/StarryEngine/starry_toolkit/src/base/rect.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