Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgn/paintcodeexample

An example iPhone app using PaintCode and BBlock
https://github.com/kgn/paintcodeexample

Last synced: 9 days ago
JSON representation

An example iPhone app using PaintCode and BBlock

Awesome Lists containing this project

README

        

This project shows how to cache drawing code from [PaintCode](http://www.paintcodeapp.com/) into images for more efficient drawing as described in my [Caching Drawing Code](http://kgn.github.com/blog/2012/03/21/caching-drawing-code/) blog post.

[BBlock](https://github.com/kgn/BBlock) is included as a submodule, so make sure to clone the repo with the `--recursive` flag.

git clone --recursive https://github.com/kgn/PaintCodeExample.git