UI / UX

A pure-Lua text rendering module for Corona SDK which can handle basic HTML, fonts, font-styles, and even basic font metrics.

This module renders text close to a proper desktop publishing program like Adobe InDesign. That means I can position text correctly on screen for books, etc.

Comments, 376 Votes - submitted on 09/04/2015 view repo

A Date Picker Wheel widget that actually adjusts for the different number of days in each months, and even accounts for leap years!

Comments, 708 Votes - submitted on 26/03/2015 view repo

Project for the Moving Objects Along a Path tutorial at: http://coronalabs.com/blog/2014/01/07/tutorial-moving-objects-along-a-path/

Comments, 483 Votes - submitted on 31/01/2015 view repo

A drop-in replacement easing curve for transition.to animations, based on a damped spring.

Comments, 569 Votes - submitted on 24/01/2015 view repo

These are a couple modules I've put together to deal with some of my layout needs.

Comments, 732 Votes - submitted on 09/01/2015 view repo

MorphingLabel is a simple module to easily allow you to animate changing a label's text. It works by duplicating the text object and crossfading/scaling between the old and new text for a seamless look.

Example morph gif

Comments, 426 Votes - submitted on 02/01/2015 view repo
Comments, 569 Votes - submitted on 19/11/2014 view repo

This is a short and robust implementation of a springboard, using Corona's scrollView widget.
It supports two kinds of touch events: a quick touch and flip, or a slow page drag and release.

Comments, 469 Votes - submitted on 05/11/2014 view repo