项目主页:https://bitbucket.org/xilium/xilium.cefglue/wiki/HomeXilium.CefGlue:https://bitbucket.org/xilium/xilium.cefglue/get/master.zipCEF3:https://cefbui...
分类:
其他好文 时间:
2014-07-23 16:48:01
阅读次数:
642
Similar to computer IO buffer, OpenGL commands are not executed immediately. All commands are stored in buffers first, including network buffers and the graphics accelerator itself, and are awaiting e...
分类:
其他好文 时间:
2014-07-23 13:24:46
阅读次数:
240
rhel 6.4 增加光盘为yum repo版本LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4....
分类:
其他好文 时间:
2014-07-23 12:39:16
阅读次数:
224
之前Google就说了,由于CentOS/RHEL 6已经是过期的系统,所以不再会有Chrome了。 虽然后来由于引起了社区的抗议,从而改口,不再提CentOS/RHEL 6是过期系统了;但是,目前在CentOS/RHEL 6上已经没有Chrome可以下载使用了。其实,根本的原因不是CentOS/R...
分类:
其他好文 时间:
2014-07-22 22:40:34
阅读次数:
345
Chromium是一个开源的浏览器项目,官方网站列出了许多文档。 官网最值得学习的地方:许多指引写得非常细致,能以老师教导学生的态度去叙述如何工作,而不是为了写文档而写文档,例如“不要害怕问问题,总有人会在IRC上帮到你”。多数文章写得很好很凝练,没法抽取主要信息,全文翻译又太耗时,不如直接看原文。所以只需要筛选出有用的信息,而不用自己总结什么。虽然一些文档会偏旧,但胜在齐全,特别是工作规范类的文...
分类:
其他好文 时间:
2014-07-22 17:43:11
阅读次数:
277
直接上代码吧 1 package com.mygdx.game; 2 3 import com.badlogic.gdx.Gdx; 4 import com.badlogic.gdx.graphics.g2d.Animation; 5 import com.badlogic.gdx.graphic....
分类:
其他好文 时间:
2014-07-21 23:30:20
阅读次数:
360
## Tip ## android.graphics 包 ## Abstract ## android.graphics 包android提供的2D开发包,它提供了一些初级图形工具,诸如画布、颜色过滤器、画 笔等 ## Usage ## 1. surfaceview结合graphics包可以创建自定义控...
分类:
移动开发 时间:
2014-07-21 10:23:22
阅读次数:
340
在Host PC (x86)下编译ARM的应用时需要使用ARM交叉编译器,
虽然可以从头编译相关工具,但是实在是太麻烦了,而且一般都没有这必要。
目前可以使用的已编译好的二进制文件主要是由Mentor Graphics提供。
主要步骤如下:
1. 下载相关的软件包
$ wget https://sourcery.mentor.com/GNUToolchain/package128...
分类:
系统相关 时间:
2014-07-21 09:28:42
阅读次数:
293
认识WebGL作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszsWebGL是一个跨平台、免费的底层3D绘图API的Web标准,它基于OpenGL ES 2.0标准。WebGL是网页上渲染三维图形图像的技术,它本身是HTML5规范的一部分。WebGL通过HTML5 Canvas元素对外暴露DOM编程接口。WebGL全称是Web-based Graphics ...
分类:
Web程序 时间:
2014-07-20 22:41:03
阅读次数:
352
package com.kale.utils;import android.content.Context;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Can...
分类:
其他好文 时间:
2014-07-19 22:38:10
阅读次数:
285