Utilities

Simple example for Toast Notification without any plugins for Corona SDK.

For all supported platforms!

How to use?

• Add toast.lua in your Corona project root directory

• Add string 'require "toast"' in main.lua

• For display a toast notification, use next code:

Comments, 93 Votes - submitted on 13/11/2019 view repo

This program is written in LUA and runs in Corona SDK. Replace 1 main file and generate iOS and Android app icons automatically that are properly named. If you need more icons just add them!

Comments, 685 Votes - submitted on 15/05/2017 view repo

Utility which loads Tiled map (exported to lua format) and provides selector methods for certain elements. Objects returned by these methods can be used as Corona SDK methods input. Currently image, tileset, rectangle or polyline can be retrieved for display. There is also possibility of using polyline as collision shape for image.

Comments, 895 Votes - submitted on 03/08/2016 view repo

The layout manager makes it easy to create regions, rectangular areas defined relative to the screen, the stage (which may or may not be the full screen), and to the previously created user-defined regions. The final regions are created with content coordinates.

Comments, 456 Votes - submitted on 22/06/2016 view repo
Comments, 415 Votes - submitted on 16/05/2016 view repo

This piece of code extends the native.newTextBox so it is possible to turn off the in some cases annoying auto-correction feature.

Comments, 452 Votes - submitted on 16/11/2015 view repo

A simple, elegant, concise helper module that converts quantities between measurement units.
For the moment only common distance units (metric + non-metric) are implemented, but the module can grow.

Comments, 518 Votes - submitted on 05/11/2015 view repo

A simple helper I wrote so I could reference the same colours throughout my app more easily.

I have a color pallette for my app with named colours which I can refer to whenever I need to set the colour for something.

Comments, 444 Votes - submitted on 16/10/2015 view repo

Copy/paste string to pasteboard for Mac OS X builds.
Images not supported.

Comments, 457 Votes - submitted on 24/09/2015 view repo

Graphical representation utilizing the Fibonacci sequence to tell the time.
Clock video demo :
https://youtu.be/bi-uZVHnfbI

Comments, 373 Votes - submitted on 30/07/2015 view repo