Skip to content

Instantly share code, notes, and snippets.

---------------------------------------------------------
-- Include --
-- Dynamically loads a codea tab or project into and --
-- isolated enviroment or _G --
-- Written by XanDDemoX --
-- Version 1.01 --
---------------------------------------------------------
include = {}
-- create meta table
local includemeta = {}
@XanDDemoX
XanDDemoX / Main.lua
Last active December 19, 2015 03:58
SceneCamera AutoInstall
--SceneCamera Single Install
--Installer created by @Briarfox
--- This will pull the SceneCamera project into Codea for you
-- Instructions:
-- * Create a new project in Codea named SceneCamera If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "SceneCamera"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
-- * Make sure there is a single tab in the project
-- * Run and wait for success!
@XanDDemoX
XanDDemoX / 1aTabOrder
Created June 30, 2013 01:28
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.1.5
------------------------------
This file should not be included in the Codea project.
#Floor
#Main
#Scene3D
#SceneCamera
#Tower
@XanDDemoX
XanDDemoX / Main.lua
Created June 23, 2013 20:11
AutoGistReorderTabs AutoInstall
--AutoGistReorderTabs Single Install
--Installer created by @Briarfox
--- This will pull the AutoGistReorderTabs project into Codea for you
-- Instructions:
-- * Create a new project in Codea named AutoGistReorderTabs If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "AutoGistReorderTabs"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
-- * Make sure there is a single tab in the project
@XanDDemoX
XanDDemoX / 1aTabOrder
Created June 23, 2013 20:09
Codea Project Gist Created with AutoGist
AutoGist Tab Order
------------------------------
This file should not be included in the Codea project.
#Main
#Gist
#Installer
#json
#Base64
#ChangeLog
#ReorderTabs
@XanDDemoX
XanDDemoX / Main.lua
Last active December 18, 2015 17:09
AppEvents - An easy to use events framework for Codea - AutoInstall
--AppEvents Single Install
--Installer created by @Briarfox
--- This will pull the AppEvents project into Codea for you
-- Instructions:
-- * Create a new project in Codea named AppEvents If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "AppEvents"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
-- * Make sure there is a single tab in the project
-- * Run and wait for success!
@XanDDemoX
XanDDemoX / 1aTabOrder
Last active December 18, 2015 17:09
AppEvents Release v1.0.2 -AppEvents - An easy to use events framework for Codea
AppEvents Tab Order
------------------------------
This file should not be included in the Codea project.
#Dispatcher
#Event
#Events
#AppEvents
#ExampleEventObject
#Main
#Tower