This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppEvents Tab Order | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Dispatcher | |
#Event | |
#Events | |
#AppEvents | |
#ExampleEventObject | |
#Main | |
#Tower |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AutoGist Tab Order | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Main | |
#Gist | |
#Installer | |
#json | |
#Base64 | |
#ChangeLog | |
#ReorderTabs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AutoGist Tab Order Version: 2.1.5 | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Floor | |
#Main | |
#Scene3D | |
#SceneCamera | |
#Tower |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------- | |
-- 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 = {} |