《cocos2d-x手机游戏开发》

Filed Under (Android, Book, iOS) by CouldHll on 16-02-2012

Tagged Under : ,

cocos2d-x确实有很多好处,比如跨平台等。王哲写得很好啊。

不过这本书的内容就不敢恭维了,完全是在冲页数。

lSiri

Filed Under (iOS) by CouldHll on 14-02-2012

Tagged Under :

最近有兴趣查了下Siri,发现其用的是nuance引擎识别语音,然后通过trueknowledge查询答案,再用nuance引擎播放语音。

最近有空花了3天时间做了一个,就是界面不太友好。

附上源代码:

lSiri (3)

 

参考资料:

http://www.trueknowledge.com/

http://www.nuance.com/

pocode

Filed Under (C++, iOS, Multi-touch, Technology) by CouldHll on 14-02-2012

Tagged Under : ,

http://www.pocode.org/

pocode is an open-source C++ library designed by Potion for the production of interactive media across multiple platforms.

pocode for OSX, iOS and Windows.

字体损坏导致系统里无法使用

Filed Under (AS3) by CouldHll on 06-02-2012

Tagged Under :

问题描述:昨天加班帮做Castrol研发体验中心工业屏,在Mac下导入字体,在Flash中怎么找怎么没有。

问题分析:又导入了几遍,重启也没有用。

问题解决:咨询Cailven,让PS里看看,字体也没有。最后重新下了字体文件,马上就好了。。。感谢Cailven

iGUI

Filed Under (Technology) by CouldHll on 28-01-2012

Tagged Under : ,

iGUI is a GUI system for Unity 3D engine.

http://avamstudios.com/

IN2AR

Filed Under (AS3, Augmented Reality) by CouldHll on 19-12-2011

Tagged Under : , ,

IN2AR is an Adobe Flash AS3 Library that allows you to detect images and estimate their pose using standard webcams/cameras. The pose information can be used to place 3D objects and/or videos onto the image and create wonderfull Augmented Reality applications, or to createunique games that can be controlled by movements of your image.

http://www.in2ar.com/

Sparrow

Filed Under (iOS) by CouldHll on 09-12-2011

Tagged Under : ,

Sparrow Framework – the Open Source Game Engine for iOS, inspired by the Flash API

http://www.sparrow-framework.org/

jquery.fadeout()在IE8下png图片透明问题

Filed Under (Javascript) by CouldHll on 06-12-2011

Tagged Under : ,

问题描述:AD杂志iPad版需要一个查看礼物的网站,有个效果是png带透明图片用jquery进行fade in和fade out。原本只需要在iPad上使用。结果客户说IE8运行的时候透明的不会呈现全黑。检查后发现Safari、Firefox、Chromx都正常浏览,唯独IE7、8会有问题。

问题分析:猜想是IE7、8对png的兼容问题。原因是:IE修改透明度,不是通过css属性,而是通过filter滤镜。在IE9,微软修复了此问题。但是此问题对于IE7、8是无解。

总结:IE实在是弱爆了。

AIR在Mac和PC平台下隐藏文件问题

Filed Under (AS3) by CouldHll on 04-12-2011

Tagged Under : ,

问题描述:今天加班帮惠氏Wyeth启斌illuma抽奖AIR。在Mac下开发完去PC上测试,发现Mac上一切正常,而PC上程序无法顺利运行。

问题分析:把源代码转到PC运行,一步一步排查。发现PC上会加载隐藏文件,而Mac上不会加载隐藏文件。正是这些隐藏文件的加载导致不正常。

问题解决
添加如下代码:

if(!file.isHidden)

一切OK了。

总结:Mac系统会忽略隐藏文件,与PC上会遍历所有文件不同。这也许是AIR的bug。

Popcode

Filed Under (Android, Augmented Reality, iOS) by CouldHll on 16-11-2011

Tagged Under : , ,

Popcode was created by Extra Reality Limited and has no connection to PopCap® Games, Inc.

官网:http://www.popcode.info/