w95 0.1.0
A Windows 95 themed set of Fluid components.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
w95
A Windows 95 themed set of Fluid components.
Please note that for copyright reasons, this package is missing some icons and uses bootleg fonts.
import w95;
run(
window95(
.layout!"center",
titlebar(
.tags!(W95Tag.teal),
"Missing Skin"
),
hspace(
imageView("resources/dialog-icons/flashlight.png"),
vspace(
.layout!"fill",
label("Windows is searching for your skin.\n"
~ "To locate the skin yourself click Browse."),
hspace(
.layout!"end",
button("Browse", delegate { }),
button("Cancel", delegate { }),
),
),
),
)
);
- Registered by Artha
- 0.1.0 released 32 days ago
- ArthaTi/w95
- BSL-1.0
- Artha © 2024
- Authors:
- Dependencies:
- raylib-d, fluid
- Versions:
-
0.1.0 2024-Oct-19 ~main 2024-Oct-19 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
4 downloads total
-
- Score:
- 0.3
- Short URL:
- w95.dub.pm