An open API service indexing awesome lists of open source software.

https://github.com/shade-sdev/avaloniagamelibrary

A Prototype Game library built with Avalonia UI
https://github.com/shade-sdev/avaloniagamelibrary

avalonia-ui csharp desktop dotnet mvvm wpf

Last synced: 3 months ago
JSON representation

A Prototype Game library built with Avalonia UI

Awesome Lists containing this project

README

        

# Game Library UI

A prototype UI for a game library built using Avalonia UI with WPF and MVVM.

## Screenshot

![Game Library UI](GameLibraryUI/Assets/Screenshot.png)

## Features
- Browse and manage your game collection
- Modern and responsive UI
- Built with Avalonia UI and MVVM pattern

## Requirements
- .NET 9 or later
- Avalonia UI

## Installation
1. Clone the repository:
```sh
git clone https://github.com/shade-sdev/AvaloniaGameLibrary.git
```
2. Navigate to the project directory:
```sh
cd GameLibraryUI
```
3. Build and run the application:
```sh
dotnet run
```

## Contributing
Feel free to fork the project and submit pull requests with improvements or new features.

## License
This project is licensed under the MIT License.