https://github.com/hmlendea/nucixna.graphics
Graphics management for MonoGame/XNA.
https://github.com/hmlendea/nucixna.graphics
graphics monogame nuget xna
Last synced: 2 months ago
JSON representation
Graphics management for MonoGame/XNA.
- Host: GitHub
- URL: https://github.com/hmlendea/nucixna.graphics
- Owner: hmlendea
- License: gpl-3.0
- Created: 2021-11-28T13:08:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T11:53:42.000Z (4 months ago)
- Last Synced: 2025-08-01T00:31:54.086Z (3 months ago)
- Topics: graphics, monogame, nuget, xna
- Language: C#
- Homepage: https://nuget.org/packages/NuciXNA.Graphics
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://hmlendea.go.ro/fund.html) [](https://github.com/hmlendea/nucixna.graphics/actions/workflows/dotnet.yml) [](https://github.com/hmlendea/nucixna.graphics/releases/latest)
# About
Graphics management for the NuciXNA wrapper over MonoGame/XNA.
# Installation
[](https://nuget.org/packages/NuciXNA.Graphics)
**.NET CLI**:
```bash
dotnet add package NuciXNA.Graphics
```**Package Manager**:
```powershell
Install-Package NuciXNA.Graphics
```