Skip to content

copperdevs/windowing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windowing

simple, thin, windowing abstraction

installation

packages

simple eample

A full, simple, example project based off of SDL3 can be found here

Example of the creation of an empty window using SDL3

    public static void Main()
    {
        var options = SDL3WindowOptions.Default with { Title = "Example" };

        using var window = Window.Create<SDL3Window>(options);

        window.Run();
    }

About

Simple, thin, windowing abstraction

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Contributors