红联Linux门户
Linux帮助

OpenGL和OpenAL封装 Open Toolkit

发布时间:2012-12-05 15:05:29来源:红联作者:empast
Open Toolkit (OpenTk) 是一个强类型的跨平台 OpenGL 和 OpenAL 封装,适应 C# 和 Mono以及.NET 平台。可以在 GTK# 以及 WinForms 应用中独立的运行。

主要特点:

Strong-typing.
Strongly-typed OpenGL and OpenAL bindings help you catch errors before they get a chance to manifest.
Integration.
OpenTK can be used standalone, as a Windows.Forms.Control or as a GTK# Widget.
Deployment.
OpenTK is a single dll that works on all platforms without recompilation (Windows, Linux and Mac OS X).
Rapid development.
OpenTK has extensive inline documentation, while strong types and intellisense simplify OpenGL and OpenAL code.
Optimization.
OpenTK plays well with the Garbage Collector - no memory is allocated while your program is running.

主页:http://www.opentk.com/

下载:http://www.opentk.com/project/all

来自:开源中国社区
文章评论

共有 0 条评论