- dotnet
- core
- core-maui
- docs
- testing
- maui
This repository contains the core .NET MAUI application framework and related components for the Polyhydra Games ecosystem. It provides foundational elements for building cross-platform applications.
- Cross-Platform UI: Enables development of UIs for mobile and desktop platforms using .NET MAUI.
- Core Framework: Provides essential services and structures for application development.
- Testability: Includes testing projects and adhering to quality standards.
The project utilizes a multi-project structure with shared test projects, likely following common .NET architectural patterns. The presence of .sln and .csproj files indicates a standard .NET project setup.
- Language: C#
- Framework: .NET MAUI, .NET 8+
- Key Libraries: Likely includes ReactiveUI and other core Polyhydra libraries.
- .NET 8 SDK (or compatible version)
- .NET MAUI workload installed (
dotnet workload install maui) - Visual Studio or VS Code with C#/.NET MAUI extensions.
# Clone the repository
git clone [email protected]:lancer1977/PG.Core.Maui.git
cd PG.Core.Maui
# Restore NuGet packages (standard .NET MAUI project)
dotnet restoreUsage involves integrating the Core.Maui components into a .NET MAUI application. Refer to the Core.Maui.App project (if present) or other Polyhydra projects consuming this library for specific examples.
- Repo: PG.Core.Maui
- Hosting Platform: GitHub.
- NuGet:
PolyhydraGames.Core.Maui(Package name inferred from project structure) - Local Projects:
Core.Interfaces,Core.Extensions(Likely dependencies)
- Other
Core.*libraries within the Polyhydra Games ecosystem.
- Features: Docs/Features
- CI/CD: GitHub Actions
This README was generated based on project metadata and description.