OpenTK.Next by The Open Toolkit Team

<PackageReference Include="OpenTK.Next" Version="1.1.1616.8959" />

 OpenTK.Next 1.1.1616.8959

The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL. It is suitable for games, scientific visualizations and projects that require 3d graphics, audio or compute functionality. Features - Create cutting-edge graphics with OpenGL 4.4 and OpenGL ES 3.0 - Integrate 3d graphics into your Windows.Forms, WPF or GTK# applications - Write once run everywhere: Windows, Mac OS X, Linux, Android and iOS - Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby - Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions This is the official nuget package from http://www.opentk.com The source code can be found at https://github.com/opentk/opentk

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>OpenTK.Next</id>
    <version>1.1.1616.8959</version>
    <title>The Open Toolkit library</title>
    <authors>The Open Toolkit Team</authors>
    <owners>The Open Toolkit Team</owners>
    <licenseUrl>http://www.opentk.com/project/license</licenseUrl>
    <projectUrl>http://www.opentk.com</projectUrl>
    <iconUrl>file:///./logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL.
            It is suitable for games, scientific visualizations and projects that require 3d graphics, audio or compute functionality.

            Features
            - Create cutting-edge graphics with OpenGL 4.4 and OpenGL ES 3.0
            - Integrate 3d graphics into your Windows.Forms, WPF or GTK# applications
            - Write once run everywhere: Windows, Mac OS X, Linux, Android and iOS
            - Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby
            - Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions

            This is the official nuget package from http://www.opentk.com
            The source code can be found at https://github.com/opentk/opentk</description>
    <summary>The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL.
            This package contains experimental features that have not yet made it to the stable release.</summary>
    <releaseNotes>http://www.opentk.com/news</releaseNotes>
    <copyright>Copyright 2006-2014 Stefanos Apostolopoulos</copyright>
    <tags>OpenTK OpenGL OpenGLES OpenAL OpenCL C# F# VB .Net Mono 3d Graphics Audio Compute</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
      <frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework="" />
    </frameworkAssemblies>
    <references>
      <reference file="OpenTK.dll" />
    </references>
  </metadata>
</package>