- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://bellard.org/TinyGL/
软件介绍
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).
Algorithms in C (Computer Science Series)
Robert Sedgewick / Addison-Wesley Professional / 1990-01-11 / USD 59.99
This new version of the best-selling book, Algorithms, SecondEdition, provides a comprehensive collection of algorithmsimplemented in C. A variety of algorithms are described in eachofthe following ar......一起来看看 《Algorithms in C (Computer Science Series)》 这本书的介绍吧!
