<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://code.coronalabs.com/taxonomy/term/13/all" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <channel> <title>Menus</title> <link>https://code.coronalabs.com/taxonomy/term/13/all</link> <description></description> <language>en</language> <atom:link href="https://code.coronalabs.com/taxonomy/term/13/all/feed" rel="self" type="application/rss+xml" /> <item> <title>simple_toast</title> <link>https://code.coronalabs.com/code/simpletoast</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Simple example for Toast Notification without any plugins for Corona SDK.</p> <p>For all supported platforms!</p> <p>How to use?</p> <p>• Add toast.lua in your Corona project root directory</p> <p>• Add string 'require "toast"' in main.lua</p> <p>• For display a toast notification, use next code:</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">krdpnsk</div></div></div></description> <pubDate>Thu, 14 Nov 2019 07:18:03 +0000</pubDate> <dc:creator>krdpnsk</dc:creator> <guid isPermaLink="false">207 at https://code.coronalabs.com</guid> </item> <item> <title>Color Transition Matrix</title> <link>https://code.coronalabs.com/code/color-transition-matrix</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This function returns a matrix of RGB values that allow you to gradually change from one color to another using a single index, like the position of a scrollview/springboard.</p> <p>It takes a two dimensional array of RGB colors, each page width and the total amount of pages.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Tanner Gower</div></div></div></description> <pubDate>Fri, 15 May 2015 03:23:28 +0000</pubDate> <dc:creator>triggdev</dc:creator> <guid isPermaLink="false">181 at https://code.coronalabs.com</guid> </item> <item> <title>Flood fill</title> <link>https://code.coronalabs.com/code/flood-fill</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Flood fill a display object with a Gfx2.0 gradient fill. Can be used to provide the Android Material Design button interaction animation, eg: <a href="http://www.google.com/design/spec/components/buttons.html#buttons-flat-raised-buttons">http://www.google.com/design/spec/components/buttons.html#buttons-flat-r...</a></p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">HoraceBury</div></div></div></description> <pubDate>Fri, 17 Apr 2015 11:28:18 +0000</pubDate> <dc:creator>horacebury</dc:creator> <guid isPermaLink="false">176 at https://code.coronalabs.com</guid> </item> <item> <title>Starter Template</title> <link>https://code.coronalabs.com/code/starter-template</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is an empty project template for Corona SDK starters, explaining some of the basic concepts and providing an example project organization.</p> <p>Some of the basic concepts included and explained in this template are:</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Serkan Aksit - bgmadclown</div></div></div></description> <pubDate>Tue, 24 Mar 2015 23:26:18 +0000</pubDate> <dc:creator>bgmadclown</dc:creator> <guid isPermaLink="false">171 at https://code.coronalabs.com</guid> </item> <item> <title>Springboard (horizontal page flip thingy from iOS)</title> <link>https://code.coronalabs.com/code/springboard-horizontal-page-flip-thingy-ios</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is a short and robust implementation of a springboard, using Corona's scrollView widget.<br /> It supports two kinds of touch events: a quick touch and flip, or a slow page drag and release.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Wim Coosemans</div></div></div></description> <pubDate>Wed, 05 Nov 2014 19:25:08 +0000</pubDate> <dc:creator>wim.coosemans</dc:creator> <guid isPermaLink="false">141 at https://code.coronalabs.com</guid> </item> <item> <title>SlideView 1.1</title> <link>https://code.coronalabs.com/code/slideview-11</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Modified version of Corona SlideView.</p> <p>You can add your external listener (callback) and add any display objects.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">vadiminc</div></div></div></description> <pubDate>Sat, 01 Nov 2014 14:09:28 +0000</pubDate> <dc:creator>vadiminc</dc:creator> <guid isPermaLink="false">140 at https://code.coronalabs.com</guid> </item> <item> <title>BackSwipe Navigation for Composer</title> <link>https://code.coronalabs.com/code/backswipe-navigation-composer</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>iOS 7 style back swipe navigation library with demonstration app. Includes a template scene file.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">HoraceBury</div></div></div></description> <pubDate>Tue, 09 Sep 2014 09:01:21 +0000</pubDate> <dc:creator>horacebury</dc:creator> <guid isPermaLink="false">134 at https://code.coronalabs.com</guid> </item> <item> <title>Bitmap Font</title> <link>https://code.coronalabs.com/code/bitmap-font</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>An implementation of a Bitmap Font SpriteSheet using Corona. The example shows one of the effects you can achieve when using Bitmap Fonts.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Zunware</div></div></div></description> <pubDate>Mon, 17 Mar 2014 19:22:39 +0000</pubDate> <dc:creator>Anonymous</dc:creator> <guid isPermaLink="false">92 at https://code.coronalabs.com</guid> </item> <item> <title>Simple grid system</title> <link>https://code.coronalabs.com/code/simple-grid-system</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>A simple grid to create columns in your Corona SDK project. Now its easier to create lay-outs that work on all devices and resolutions.</p> <p>Preview: <a href="https://www.dropbox.com/s/3c91f798ne27r2l/example.png">https://www.dropbox.com/s/3c91f798ne27r2l/example.png</a></p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Foxbyte</div></div></div></description> <pubDate>Mon, 10 Mar 2014 20:55:10 +0000</pubDate> <dc:creator>Anonymous</dc:creator> <guid isPermaLink="false">89 at https://code.coronalabs.com</guid> </item> <item> <title>Vertical auto-scrolling menu</title> <link>https://code.coronalabs.com/code/vertical-auto-scrolling-menu</link> <description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is a little example that I use to my app, is a autoscroll menu. The basic function is, when the user hits the square at the left top corner the menu appear using a transtion.</p> <p>You can view the functionality here: <a href="http://youtu.be/xivzToX-obU">http://youtu.be/xivzToX-obU</a></p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">arananet</div></div></div></description> <pubDate>Tue, 04 Mar 2014 22:54:31 +0000</pubDate> <dc:creator>Anonymous</dc:creator> <guid isPermaLink="false">82 at https://code.coronalabs.com</guid> </item> </channel> </rss>