Skip to content

Adding Reference to Myra

Roman Shapiro edited this page Feb 18, 2019 · 29 revisions

There are two ways of referencing Myra in the Monogame project:

  1. Through nuget: install-package Myra
  2. Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add reference to Myra.dll.

Correspondingly there are two ways of referencing Myra in the FNA project:

  1. Through nuget: install-package Myra.FNA
  2. Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add reference to FNA/Myra.dll.

Finally there are two ways of referencing Myra in the Xenko project:

  1. Through nuget: install-package Myra.Xenko
  2. Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add reference to Xenko/Myra.dll.