OpenGL 的子集 TinyGL

码农软件 · 软件分类 · 3D图形处理库 · 2019-09-11 22:57:49

软件介绍

TinyGL 是提供给嵌入式系统或者游戏的非常小的 OpenGL 子集。TinyGL 只实现了 OpenGL 的主要函数调用。

TinyGL 最大的特色是快,简单,不完全兼容 OpenGL。最特别的是,纹理映射和几何转换非常的快。

TinyGL 主要特性如下:

  • GLX 的子集,非常容易测试 X Window

  • 类似 GLX 的 API (NGLX) to use it with NanoX in Microwindows.

  • 非常小:x86 系统编译后代码大小为 40 KB

  • 支持 x86-Linux 和 sparc-Solaris

支持的架构:

  • Mathematical routines (zmath).

  • OpenGL-like emulation (zgl).

  • Z buffer and rasterisation (zbuffer).

  • GLX interface (zglx).

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

Tagging

Tagging

Gene Smith / New Riders / 2007-12-27 / GBP 28.99

Tagging is fast becoming one of the primary ways people organize and manage digital information. Tagging complements traditional organizational tools like folders and search on users desktops as well ......一起来看看 《Tagging》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具