(Latest Release: 2018.01.02
)
Super Starter Kit 2 (aka SSK2) is a collection of libraries and utilities designed to take your Corona SDK development experience to a whole new level of efficiency and speed.
To use SSK2, simply:
- Copy the ssk2 folder and its contents to the same folder as your main.lua file.
- Add this to main.lua at or very near the top of the file:
require "ssk2.loadSSK"
_G.ssk.init()