Skip to content

Instantly share code, notes, and snippets.

@SkyTheCoder
SkyTheCoder / Main.lua
Created August 7, 2013 18:10
Color Chooser AutoInstall
--# Main
--Color Chooser Single Install
--Installer created by @Briarfox
--- This will pull the Color Chooser project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Color Chooser If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Color Chooser"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:56
Ambient Motion AutoInstall
--# Main
--Ambient Motion Single Install
--Installer created by @Briarfox
--- This will pull the Ambient Motion project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Ambient Motion If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Ambient Motion"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:55
Camera Motion Detector AutoInstall
--# Main
--Camera Motion Detector Single Install
--Installer created by @Briarfox
--- This will pull the Camera Motion Detector project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Camera Motion Detector If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Camera Motion Detector"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:54
Ambient AutoInstall
--# Main
--Ambient Single Install
--Installer created by @Briarfox
--- This will pull the Ambient project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Ambient If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Ambient"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:52
SpritePicker AutoInstall
--# Main
--SpritePicker Single Install
--Installer created by @Briarfox
--- This will pull the SpritePicker project into Codea for you
-- Instructions:
-- * Create a new project in Codea named SpritePicker If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "SpritePicker"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:50
Robot Explorer AutoInstall
--# Main
--Robot Explorer Single Install
--Installer created by @Briarfox
--- This will pull the Robot Explorer project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Robot Explorer If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Robot Explorer"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:48
Photo Editor AutoInstall
--# Main
--Photo Editor Single Install
--Installer created by @Briarfox
--- This will pull the Photo Editor project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Photo Editor If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Photo Editor"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Last active December 20, 2015 01:29
Metaballs AutoInstall
--# Main
--Metaballs Single Install
--Installer created by @Briarfox
--- This will pull the Metaballs project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Metaballs If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Metaballs"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:46
LitMesh AutoInstall
--# Main
--LitMesh Single Install
--Installer created by @Briarfox
--- This will pull the LitMesh project into Codea for you
-- Instructions:
-- * Create a new project in Codea named LitMesh If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "LitMesh"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created July 21, 2013 18:45
GhostLight AutoInstall
--# Main
--GhostLight Single Install
--Installer created by @Briarfox
--- This will pull the GhostLight project into Codea for you
-- Instructions:
-- * Create a new project in Codea named GhostLight If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "GhostLight"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)