w95 ~main

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 { }),
                ),
            ),
        ),
    )
);
Authors:
  • Artha
Dependencies:
raylib-d, fluid
Versions:
0.1.0 2024-Oct-19
~main 2024-Oct-19
Show all 2 versions
Download Stats:
  • 2 downloads today

  • 4 downloads this week

  • 4 downloads this month

  • 4 downloads total

Score:
0.4
Short URL:
w95.dub.pm