Skip to content

copperdevs/CopperDevs.Windowing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copper Windowing

Simple, thin, windowing abstraction

Installation

Nuget Packages

Example

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

Watchers

Forks