- 授权协议: 未知
- 开发语言:
- 操作系统: iOS
- 软件首页: http://code.google.com/p/iphone-poly-demo/
软件介绍
该程序只是为了验证 iPhone 的应用程序开发,学习 iPhone 的开发人员不妨看看。该项目主要包含 iPhone 的一些编程概念包括:
- MVC patterns: this application uses the Interface Builder and an MVC approach to modeling a polygon shape.
- Custom UIViews and Drawing: Using Quartz2D, this program renders a polygon based on user actions. This is done using a child of the UIView class and overriding the drawRect: method.
- Animation: using an NSTimer this application animates the active polygon. This uses the Affine transforms in Quartz2D.
- Multi-touch: detects swipes to allow the user to speed up or slow down the spinning of the animated polygon.
深入浅出WebAssembly
于航 / 电子工业出版社 / 2018-11 / 128.00元
WebAssembly是一种新的二进制格式,它可以方便地将C/C++等静态语言的代码快速地“运行”在浏览器中,这一特性为前端密集计算场景提供了无限可能。不仅如此,通过WebAssembly技术,我们还可以将基于Unity等游戏引擎开发的大型游戏快速地移植到Web端。WebAssembly技术现在已经被计划设计成W3C的标准,众多浏览器厂商已经提供了对其MVP版本标准的支持。在Google I/O ......一起来看看 《深入浅出WebAssembly》 这本书的介绍吧!
