Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgankryze/consoleappvisuals
User-friendly .NET visuals library designed for console apps
https://github.com/morgankryze/consoleappvisuals
components console console-app console-applications csharp csharp-code csharp-lib csharp-ui library ui ui-library
Last synced: 27 days ago
JSON representation
User-friendly .NET visuals library designed for console apps
- Host: GitHub
- URL: https://github.com/morgankryze/consoleappvisuals
- Owner: MorganKryze
- License: gpl-2.0
- Created: 2023-10-10T12:38:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T14:00:11.000Z (about 1 month ago)
- Last Synced: 2024-10-12T14:21:25.284Z (27 days ago)
- Topics: components, console, console-app, console-applications, csharp, csharp-code, csharp-lib, csharp-ui, library, ui, ui-library
- Language: C#
- Homepage: https://morgankryze.github.io/ConsoleAppVisuals/
- Size: 78.6 MB
- Stars: 27
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# ConsoleAppVisuals
> User-friendly .NET visuals library designed for console apps.
[![version](https://img.shields.io/nuget/v/ConsoleAppVisuals.svg?label=version)](https://www.nuget.org/packages/ConsoleAppVisuals/) [![downloads](https://img.shields.io/nuget/dt/ConsoleAppVisuals.svg)](https://www.nuget.org/packages/ConsoleAppVisuals/) [![stars](https://img.shields.io/github/stars/MorganKryze/consoleappvisuals.svg?style=flat&logo=github&colorB=yellow&label=stars)](https://github.com/MorganKryze/ConsoleAppVisuals) [![coverage](https://coveralls.io/repos/github/MorganKryze/ConsoleAppVisuals/badge.svg?)](https://coveralls.io/github/MorganKryze/ConsoleAppVisuals?branch=main) [![license](https://img.shields.io/badge/License-GPL_v2.0-orange.svg)](https://github.com/MorganKryze/ConsoleAppVisuals/blob/main/LICENSE.md)
[![title](https://raw.githubusercontent.com/MorganKryze/ConsoleAppVisuals/main/docs/assets/vid/gif/presentation.gif)](https://morgankryze.github.io/ConsoleAppVisuals/)
## Documentation
We **highly recommend** you to read the [documentation](https://morgankryze.github.io/ConsoleAppVisuals/) to get started with the library. It contains a detailed guide on how to use the library, its features, and additional articles for the curious ones.
## Supported .NET versions
| Version | Supported |
| ----------------------------------------------- | ------------------ |
| [net8.x](https://dotnet.microsoft.com/download) | :white_check_mark: |
| net7.x | :white_check_mark: |
| net6.x | :white_check_mark: |
| < net6.x | :x: |## Roadmap
The library is still in active development. The next feature and bug resolutions are listed in the [Project](https://github.com/users/MorganKryze/projects/3/views/2) section of the GitHub repository.
## Security Policy
Consider reading our [SECURITY](https://github.com/MorganKryze/ConsoleAppVisuals/blob/main/.github/SECURITY.md) policy to know more about how we handle security issues and how to report them. You will also find the stable versions of the project.
## Acknowledgments
Consider reading the [ACKNOWLEDGMENTS](https://github.com/MorganKryze/ConsoleAppVisuals/blob/main/.github/ACKNOWLEDGMENTS.md) file. It's a testament to the collaborative effort that has gone into improving and refining our library. We're deeply grateful to all our contributors for their invaluable input and the significant difference they've made to the project.
It also lists the open source projects that have been used to build this library until now.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. To do so, follow the steps described in the [CONTRIBUTING](https://github.com/MorganKryze/ConsoleAppVisuals/blob/main/.github/CONTRIBUTING.md) file.
We are always open for feedback and discussions. If you are using our library and want to share your use case, or if you have any suggestions for improvement, please feel free to [open an issue](https://github.com/MorganKryze/ConsoleAppVisuals/issues) or [open a discussion](https://github.com/MorganKryze/ConsoleAppVisuals/discussions) on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.
Do not hesitate to **star** and **share** the project if you like it!
## License
Distributed under the GNU GPL v2.0 License. See [LICENSE](https://github.com/MorganKryze/ConsoleAppVisuals/blob/main/LICENSE.md) for more information.