Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@GymbylCoding
GymbylCoding / main.lua
Last active January 6, 2018 19:20
Pixels: Corona SDK Pixel-Based Drawing POC
--------------------------------------------------------------------------------
--[[
Pixels
A simple POC of "pixel-based" drawing in Corona SDK. Implements a simple queue-based flood fill algorithm.
--]]
--------------------------------------------------------------------------------
display.setStatusBar(display.HiddenStatusBar)
@GymbylCoding
GymbylCoding / gist:8676184
Created January 28, 2014 20:53
Old CBEffects Parameter Reference
-------------------------------------------------------
CBEffects Parameter Documentation
-------------------------------------------------------
This is the overwhelmingly large .txt file containing all of the parameters you can possibly put in a Data Table for CBEffects.
Includes parameters for CBEffects One, One and One-Fourth, One and One-Half, One and Three-Fourths, One and Four-Fifths, Two, Two and One-Fourth, Two and Two-Fifths, Two and Four-Ninths.
--------------------------------------------------------
--------------------------------------------------------
@GymbylCoding
GymbylCoding / Perspective
Last active December 16, 2021 09:59
Perspective Virtual Camera System
Perspective Virtual Camera System
Licensed under the MIT license, which basically means you can do anything you want with it.