微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Open Toolkit

程序名称:Open Toolkit

授权协议: MIT/X

操作系统: Windows

开发语言: C#

Open Toolkit 介绍

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.

Open Toolkit 官网

http://www.opentk.com/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐