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://www.codercto.com/soft/d/14237.html

Visual LISP程序设计

Visual LISP程序设计

李学志 / 清华大学 / 2006-5 / 29.00元

本书系统地介绍了AutoCAD最新版本(2006)的Visual LISP程序设计技术。全书共分13章。前3章介绍AutoLISP语言的基础知识,第4章介绍Visual LISP的开发环境,第5~7章介绍程序的编辑、调试和设计的方法与技巧,第8章介绍如何定义新的AutoCAD命令及创建图层、线型、文字样式、剖面线、尺寸标注等各种AutoCAD对象,以及如何实现参数化图形设计的方法和技术,第9章介绍......一起来看看 《Visual LISP程序设计》 这本书的介绍吧!

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

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码