我的github
[Prerequisites]
OpenTK is a managed library that targets the .Net 2.0 framework. To use it, you will need either the .Net or Mono runtime, plus device drivers for OpenGL (graphics),OpenAL (audio) and OpenCL (compute), depending on the parts of OpenTK you wish to use.
OpenTK是一个面向.Net 2.0框架的托管库。要使用它,您需要.Net或Mono运行时,以及OpenGL(图形)、OpenAL(音频)和OpenCL(计算)的设备驱动程序,具体取决于您希望使用的OpenTK部分。
Most operating systems come with a version of the .Net runtime preinstalled, which means OpenTK is typically usable out of the box. In a few cases, you might need to install manually a version of .Net runtime (Windows) or the Mono runtime(Linux/Mac OS X/Windows). Any version equal to or newer than .Net 2.0 / Mono 2.0 will work fine. Earlier versions of Mono may also work, but are no longer supported.Earlier versions of .Net will not work.
大多数操作系统都预装了.Net运行时版本,这意味着OpenTK通常可以开箱即用。在少数情况下,您可能需要手动安装.Net运行时(Windows)或Mono运行时(Linux/Mac OS X/Windows)的版本。任何等于或高于.Net 2.0/Mono 2.0的版本都可以正常工作。早期版本的Mono也可以工作,但不再受支持。早期版本的.Net将无法工作。
Windows
OpenTK does not come with any installer or setup. Instead, you download the OpenTK binaries and add a reference to "OpenTK.dll" in your Visual Studio/SharpDevelop/MonoDevelop project. (Unzip the binaries first!)
OpenTK不附带任何安装程序或设置。相反,您可以下载OpenTK二进制文件,并在VisualStudio/SharpDevelop/MonoDevelop项目中添加对“OpenTK.dll”的引用。(首先解压缩二进制文件!)
posted on 2022-11-10 15:18  XiaoNiuFeiTian  阅读(100)  评论(0编辑  收藏  举报