Skip to content

Hide Startup header logs#125

Open
IrishBruse wants to merge 1 commit intoFosterFramework:mainfrom
IrishBruse:NoHeader
Open

Hide Startup header logs#125
IrishBruse wants to merge 1 commit intoFosterFramework:mainfrom
IrishBruse:NoHeader

Conversation

@IrishBruse
Copy link

@IrishBruse IrishBruse commented Jan 29, 2026

I have added a new prop to the app config and refactored it so the doc comments actually work on the constructor (records dont seem to play well with doc comments 😦)

NoHeader

    public static void Main()
    {
        AppConfig config = new("GRun", "GRun", 1280, 720)
        {
            PreferredGraphicsDriver = GraphicsDriver.Vulkan,
            Resizable = true,
            NoHeader = true
        };

        using var game = new Game(config);
        game.Run();
    }
image

With it off
image

Doc comments

image image

Should all be backwards compatible.

Btw id recommend doing a dotnet format on the project to make pr diffs easier to review I have auto format on and it caused alot of whitespace changes.

PS love the project its got such a nice api and is readly easy to modify and read 👍🏻

Incase you didnt know you can review changes with whitespace ignored
https://github.com/FosterFramework/Foster/pull/125/changes?w=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant