{"id":25066782,"url":"https://github.com/brianbaldner/dinoui","last_synced_at":"2025-07-07T21:39:34.642Z","repository":{"id":56476468,"uuid":"523600542","full_name":"brianbaldner/DinoUI","owner":"brianbaldner","description":"DinoUI is an easy way to make a UI for your .NET console project.","archived":false,"fork":false,"pushed_at":"2022-08-11T16:00:00.000Z","size":62,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T19:41:13.175Z","etag":null,"topics":["csharp","net"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brianbaldner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-11T05:46:55.000Z","updated_at":"2023-02-15T10:59:56.000Z","dependencies_parsed_at":"2022-08-15T19:30:57.361Z","dependency_job_id":null,"html_url":"https://github.com/brianbaldner/DinoUI","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/brianbaldner/DinoUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianbaldner%2FDinoUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianbaldner%2FDinoUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianbaldner%2FDinoUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianbaldner%2FDinoUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianbaldner","download_url":"https://codeload.github.com/brianbaldner/DinoUI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianbaldner%2FDinoUI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264149693,"owners_count":23564516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","net"],"created_at":"2025-02-06T20:27:45.300Z","updated_at":"2025-07-07T21:39:34.618Z","avatar_url":"https://github.com/brianbaldner.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DinoUI\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/BrianBaldner/DinoUI/Deploy%20to%20NuGet?style=for-the-badge) ![Nuget](https://img.shields.io/nuget/v/DinoUI?style=for-the-badge) ![Nuget](https://img.shields.io/nuget/dt/DinoUI?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/BrianBaldner/DinoUI?style=for-the-badge)\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/brianbaldner/DinoUI/master/testexe.jpg\" width=\"600\" /\u003e\n    \u003c/p\u003e\n\nDinoUI is the easiest way to make a UI for your .NET console project.\n\n## Installation\n\nInstall to your project with [Nuget](https://www.nuget.org/packages/DinoUI)\n\n## Usage\n\nView the full example [in the test program.](DinoUI.Test/Program.cs)\n\n```csharp\nusing DinoUI;\n\nvar config = new MainConfig()\n    {\n        Title = \"DinoUI\",\n        Buttons = button,\n        ForegroundColor = ConsoleColor.White,\n        BackgroundColor = ConsoleColor.DarkRed\n    };\n//Load Home Screen\nHomeScreen.Run(config).Invoke();\n\n//Create progress bar\nvar lscreen = new LoadingScreen();\nlscreen.SetProgress(50)\n\n//Show an alert screen with an OK button\nPopup.Alert(\"The task has completed\");\n\n//A confirmation screen where you can select \"OK\" or \"Cancel\"\nvar r = Popup.Confirm(\"Are you sure you want to see popups?\");\n    if (r)\n        Popup.Alert(\"You said Ok\");\n    else\n        Popup.Alert(\"You said Cancel\");\n\n//A prompt box to ask for input\nstring name = TextInput.Run(\"What is your name?\");\n\n```\n\n## Contributing\nIf you would like to request a new screen, create an issue with the tag \"Screen Idea\" to suggest the idea. If you find a bug, open an issue or you can also make a pull request.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianbaldner%2Fdinoui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianbaldner%2Fdinoui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianbaldner%2Fdinoui/lists"}