Open Toolkit

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-09 18:13:45

软件介绍

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.

本文地址:https://codercto.com/soft/d/14237.html

测试驱动开发的艺术

测试驱动开发的艺术

Lasse Koskela / 李贝 / 人民邮电出版社 / 20101023 / 59.00元

在传统的软件开发中,开发人员对于代码是否正确心中无底,一切依赖于后期的测试环节。极限编程反其道而行之,主张采用测试驱动开发(TDD)的方法,即通过测试定义所要开发的功能的接口,然后实现功能的开发过程。TDD通过不断地测试推动代码的开发,既简化了代码,又保证了软件质量。 本书采用“手把手”的教学方式,通过大量实例来解释TDD,还专门用几章的篇幅来讲解如何为难于测试的技术编写单元测试。全书内容循......一起来看看 《测试驱动开发的艺术》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具