PageRenderTime 26ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/_posts/portfolio/coloring-book/2013-04-18-coloring-book.html

https://bitbucket.org/byronsanchez/hackbytes.com
HTML | 360 lines | 280 code | 73 blank | 7 comment | 0 complexity | 7c51da46bcc5d6808d4f183aed025954 MD5 | raw file
Possible License(s): GPL-2.0, CC-BY-3.0
  1. ---
  2. title: "Coloring Book"
  3. description: false
  4. date: 2013-04-18 00:09:45
  5. category: portfolio
  6. pagination_enabled: false
  7. layout: portfolio-page
  8. tags:
  9. - mobile
  10. ---
  11. <div class="row">
  12. <!-- TITLE -->
  13. <div id="{{ page.title | downcase | replace:' ','-' | replace:'.','-' }}">
  14. <!-- The project content -->
  15. <div id="content">
  16. <div class="span8">
  17. <div class="blog">
  18. <div class="pagebody">
  19. <article>
  20. <header>
  21. <h2 class="title"><a href="{{ page.url }}" class="title-link">{{ page.title }}</a></h2>
  22. </header>
  23. <div class="project-tagline">
  24. <p>
  25. An application fitted perfectly for both mobile devices and
  26. tablets.
  27. </p>
  28. </div>
  29. <!-- SCREENSHOTS/CODE SNIPPETS -->
  30. <ul id="pikame" class="clearfix">
  31. <li>
  32. <a href="/img/portfolio/coloring-book/coloring-book-01.png">
  33. <img src="/img/portfolio/coloring-book/coloring-book-01.png"
  34. class="project-screenshot"
  35. alt="" />
  36. </a>
  37. </li>
  38. <li>
  39. <a href="/img/portfolio/coloring-book/coloring-book-02.png">
  40. <img src="/img/portfolio/coloring-book/coloring-book-02.png"
  41. class="project-screenshot"
  42. alt="" />
  43. </a>
  44. </li>
  45. <li>
  46. <a href="/img/portfolio/coloring-book/coloring-book-03.png">
  47. <img src="/img/portfolio/coloring-book/coloring-book-03.png"
  48. class="project-screenshot"
  49. alt="" />
  50. </a>
  51. </li>
  52. <li>
  53. <a href="/img/portfolio/coloring-book/coloring-book-04.png">
  54. <img src="/img/portfolio/coloring-book/coloring-book-04.png"
  55. class="project-screenshot"
  56. alt="" />
  57. </a>
  58. </li>
  59. <li>
  60. <a href="/img/portfolio/coloring-book/coloring-book-05.png">
  61. <img src="/img/portfolio/coloring-book/coloring-book-05.png"
  62. class="project-screenshot"
  63. alt="" />
  64. </a>
  65. </li>
  66. </ul>
  67. <div class="project-description">
  68. <h3>Project Details</h3>
  69. <p>
  70. Coloring Book is for anyone of any age and contains lots of pictures to color!
  71. This application contains no ads.
  72. </p>
  73. <h3>Multiple books to choose from</h2>
  74. <p>
  75. Coloring Book contains many different collections of images to
  76. color.
  77. </p>
  78. <h4>Coloring Books</h4>
  79. <p>
  80. Each coloring book, represented by a single canvas, contains a
  81. set of 10 images. The application comes with a free set to
  82. color. Should you decide you want more, you can always
  83. purchase more sets in the application shop.
  84. </p>
  85. <p>
  86. Each set is a purchase-once unlimited use item. All purchases
  87. are restorable. So even if, one day, you uninstall the
  88. application and decide to reinstall it in the future, you will
  89. be able to color your purchased sets.
  90. </p>
  91. <p>
  92. The pictures range from toys and games to farm animals and
  93. cute pets. And more are on their way. As more sets get
  94. released, there will be more and more images to color.
  95. </p>
  96. <h3>Paint or Fill? Brush or bucket?</h3>
  97. <p>
  98. With these tools at your disposal, you can color your images
  99. exactly how you want to.
  100. </p>
  101. <h4>Brush-mode</h4>
  102. <p>
  103. With brush-mode, gone are the days where you just touch an
  104. area to fill it with color. Brush-mode allows you to color an
  105. image exactly the way you want to.
  106. </p>
  107. <p>
  108. The brush-mode algoritms are constantly being improved in each
  109. update to allow for ever-improving accuracy on mobile devices.
  110. </p>
  111. <h4>Fill-mode</h4>
  112. <p>
  113. Fill-mode allows you to completely fill a bounded section with
  114. color. The floodfill algorithm allows for pixel-perfect
  115. accuracy when using the fill-bucket.
  116. </p>
  117. <h3>It's all in the layers...</h3>
  118. <p>
  119. The coloring book rendering engine uses multiple layers for
  120. rendering the image. This has many benefits and gives more
  121. control with regards to the presentation of the coloring
  122. pages.
  123. </p>
  124. <h4>Erase with ease</h4>
  125. <p>
  126. Erasing your colors will not erase the picture. The colors a
  127. user paints and the actual picture are drawn to two seperate
  128. layers. The result is that the picture will always be
  129. displayed, no matter how a user chooses to alter the image.
  130. </p>
  131. <h4>Layer maps make flood-filling a breeze</h4>
  132. <p>
  133. Each picture is backed by a "layer map." These maps contain an
  134. outline of the pictures, with the outline being 1 pixel in
  135. width. The on-screen picture's stroke-widths vary, as can be
  136. seen on the images to the left. The maps let the flood-fill
  137. algorithm fill an area without producing aliasing artifacts.
  138. The layering also allows for the fill to occur
  139. "behind-the-scenes." The user only sees the result of the
  140. algorithm.
  141. </p>
  142. </div>
  143. </article>
  144. </div> <!-- blogbody solo -->
  145. </div> <!-- blog -->
  146. </div> <!-- span8 bootstrap -->
  147. </div> <!--/content-->
  148. <div id="sidebar">
  149. <!-- The sidebar -->
  150. <div class="span4">
  151. <!-- DISTRIBUTION -->
  152. <div class="side">
  153. <div class="text-center">
  154. <h3 class="dark-title">Distribution</h3>
  155. </div>
  156. <ul class="nav nav-list">
  157. <li class="nav-header">iOS</li>
  158. <li>
  159. <a
  160. href="https://itunes.apple.com/us/app/coloring-book-collection-fun/id611799960?mt=8&amp;uo=4"
  161. rel="alternate">
  162. <img src="/img/icons/ios-icon-16x16.png"
  163. class="sidebar-icon" alt="iOS icon" />&nbsp;View in The App
  164. Store
  165. </a>
  166. </li>
  167. <li>
  168. <a
  169. href="https://fossil.tehpotatoking.com/byronsanchez/coloring-book-ios"
  170. rel="alternate">
  171. <img src="/img/icons/sourcecode-icon-16x16.png"
  172. class="sidebar-icon" alt="Source Code icon" />&nbsp;View Source
  173. Code
  174. </a>
  175. </li>
  176. <li>
  177. <a href="https://github.com/byronsanchez/coloring-book-ios"
  178. rel="alternate">
  179. <img src="/img/icons/github-icon-16x16.png"
  180. class="sidebar-icon" alt="Github icon" />&nbsp;View on
  181. Github
  182. </a>
  183. </li>
  184. <li>
  185. <a
  186. href="https://bitbucket.com/byronsanchez/coloring-book-ios"
  187. rel="alternate">
  188. <img src="/img/icons/bitbucket-icon-16x16.png"
  189. class="sidebar-icon" alt="Bitbucket icon" />&nbsp;View on
  190. Bitbucket
  191. </a>
  192. </li>
  193. <li class="nav-header">Android</li>
  194. <li>
  195. <a
  196. href="https://play.google.com/store/apps/details?id=net.globide.coloring_book_08"
  197. rel="alternate">
  198. <img src="/img/icons/android-icon-16x16.png"
  199. class="sidebar-icon" alt="Android icon" />&nbsp;View on Google
  200. Play
  201. </a>
  202. </li>
  203. <li>
  204. <a
  205. href="https://fossil.tehpotatoking.com/byronsanchez/coloring-book-android"
  206. rel="alternate">
  207. <img src="/img/icons/sourcecode-icon-16x16.png"
  208. class="sidebar-icon" alt="Source Code icon" />&nbsp;View Source
  209. Code
  210. </a>
  211. </li>
  212. <li>
  213. <a href="https://github.com/byronsanchez/coloring-book-android"
  214. rel="alternate">
  215. <img src="/img/icons/github-icon-16x16.png"
  216. class="sidebar-icon" alt="Github icon" />&nbsp;View on
  217. Github
  218. </a>
  219. </li>
  220. <li>
  221. <a
  222. href="https://bitbucket.com/byronsanchez/coloring-book-android"
  223. rel="alternate">
  224. <img src="/img/icons/bitbucket-icon-16x16.png"
  225. class="sidebar-icon" alt="Bitbucket icon" />&nbsp;View on
  226. Bitbucket
  227. </a>
  228. </li>
  229. </ul>
  230. </div> <!-- side -->
  231. <p></p>
  232. <!-- TECHNOLOGY -->
  233. <div class="side">
  234. <div class="text-center">
  235. <h3 class="dark-title">Technology</h3>
  236. </div>
  237. <ul class="nav nav-list">
  238. <li>
  239. <img src="/img/icons/check-icon-16x16.png" class="sidebar-icon" alt="
  240. icon"alt="Check icon" />&nbsp;Objective-C, Java
  241. </li>
  242. <li>
  243. <img src="/img/icons/check-icon-16x16.png" class="sidebar-icon" alt="
  244. icon"alt="Check icon" />&nbsp;HTML, CSS, JavaScript
  245. </li>
  246. <li>
  247. <img src="/img/icons/check-icon-16x16.png" class="sidebar-icon" alt="
  248. icon"alt="Check icon" />&nbsp;SQLite
  249. </li>
  250. <li>
  251. <img src="/img/icons/check-icon-16x16.png" class="sidebar-icon" alt="
  252. icon"alt="Check icon" />&nbsp;Paint-bucket and brush modes
  253. </li>
  254. <li>
  255. <img src="/img/icons/check-icon-16x16.png" class="sidebar-icon" alt="
  256. icon"alt="Check icon" />&nbsp;Compatible with phones and tablets
  257. </li>
  258. </ul>
  259. </div> <!-- side -->
  260. <p></p>
  261. <!-- CODE SNIPPETS -->
  262. <div class="side">
  263. <div class="text-center">
  264. <h3 class="dark-title">Code Snippets</h3>
  265. </div>
  266. <ul class="nav nav-list">
  267. <li>
  268. <a class="fbox" href="/coloring-book-code-snippet-1/">
  269. <img
  270. src="/img/portfolio/coloring-book/coloring-book-06.png"
  271. alt="" class="sidebar-img" />
  272. </a>
  273. </li>
  274. <li>
  275. <a class="fbox" href="/coloring-book-code-snippet-2/">
  276. <img
  277. src="/img/portfolio/coloring-book/coloring-book-07.png"
  278. alt="" class="sidebar-img" />
  279. </a>
  280. </li>
  281. </ul>
  282. </div> <!-- side -->
  283. <p></p>
  284. </div> <!-- span bootstrap -->
  285. </div> <!-- /sidebar -->
  286. </div> <!-- project id -->
  287. </div> <!-- row bootstrap -->