Skip to content

TheVeryStarlk/Ardaite

Repository files navigation

Ardaite

A toy GUI "framework" project that has a markup language with a simple presentation layer using SFML.

Usage

using Ardaite.Presentation.AppBuilder;

const string view = """
                    (window title="A window"
                        (label text="Hello, world!" color="red" size="30"))
                    """;

ArdaiteAppBuilder
    .CreateBuilder()
    .LoadFont("Roboto.ttf")
    .UseMarkup(view)
    .Build()
    .Run();

About

A primitive graphical user interface framework.

Topics

Resources

License

Stars

Watchers

Forks

Languages