Info
Version: | 0.1.1-alpha1 |
Author(s): | Bruce Markham, Markus Ewald |
Last Update: | Monday, October 6, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/illuminus86/NuclecticFramework |
NuGet Url: | https://www.nuget.org/packages/Nuclectic.Graphics.Helpers |
Install
Install-Package Nuclectic.Graphics.Helpers
dotnet add package Nuclectic.Graphics.Helpers
paket add Nuclectic.Graphics.Helpers
Nuclectic.Graphics.Helpers Download (Unzip the "nupkg" after downloading)
Dependencies
- MonoGame-Portable(>= 3.2.1 && < 3.3)
- Nuclectic.Support.Helpers(>= 0.1.0 && < 0.1.2)
- Nuclectic.Support.Helpers.InteropServices(>= 0.1.0 && < 0.1.2)
Tags
Use VertexElementAttribute to annotate your custom vertex types, and then use VertexDefinitionBuilder to create arrays of VertexElement to instruct MonoGame how to read your vertices.
Forked from the popular Nuclex Framework.