Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmlendea/nucixna.dataaccess
DataAccess for the NuciXNA wrapper over MonoGame/XNA.
https://github.com/hmlendea/nucixna.dataaccess
monogame nuget xna
Last synced: about 1 month ago
JSON representation
DataAccess for the NuciXNA wrapper over MonoGame/XNA.
- Host: GitHub
- URL: https://github.com/hmlendea/nucixna.dataaccess
- Owner: hmlendea
- License: gpl-3.0
- Created: 2021-11-19T11:22:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T11:48:08.000Z (7 months ago)
- Last Synced: 2024-11-07T07:17:23.674Z (3 months ago)
- Topics: monogame, nuget, xna
- Language: C#
- Homepage: https://nuget.org/packages/NuciXNA.DataAccess
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Build Status](https://github.com/hmlendea/nucixna.dataaccess/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/nucixna.dataaccess/actions/workflows/dotnet.yml) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/nucixna.dataaccess)](https://github.com/hmlendea/nucixna.dataaccess/releases/latest)
# About
DataAccess for the NuciXNA wrapper over MonoGame/XNA.
# Installation
[![Get it from NuGet](https://raw.githubusercontent.com/hmlendea/readme-assets/master/badges/stores/nuget.png)](https://nuget.org/packages/NuciXNA.DataAccess)
**.NET CLI**:
```bash
dotnet add package NuciXNA.DataAccess
```**Package Manager**:
```powershell
Install-Package NuciXNA.DataAccess
```