Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kgn/paintcodeexample
- Owner: kgn
- Created: 2012-03-21T07:57:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-02T06:45:02.000Z (over 12 years ago)
- Last Synced: 2024-10-31T14:50:35.651Z (16 days ago)
- Language: Objective-C
- Homepage:
- Size: 149 KB
- Stars: 68
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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