Skip to content

Instantly share code, notes, and snippets.

@loopspace
loopspace / 1aTabOrder
Created May 20, 2013 10:39
Library Maths Release v2.1 -A library of classes and functions for mathematical objects.
Library Maths Tab Order Version: 2.1
------------------------------
This file should not be included in the Codea project.
#ChangeLog
#Main
#Matrix
#Complex
#Quaternion
#Vec3
#Vector
@loopspace
loopspace / 1aTabOrder
Created May 20, 2013 10:39
Library Graphics Release v2.2a -A library of classes and functions relating to graphical things.
Library Graphics Tab Order
------------------------------
This file should not be included in the Codea project.
#ChangeLog
#Main
#Bezier
#Explosion
#Path
#TextNode
#View
@loopspace
loopspace / 1aTabOrder
Created May 20, 2013 10:38
Library Base Release v2.1 -A library of classes and functions forming basic functionality.
Library Base Tab Order
------------------------------
This file should not be included in the Codea project.
#ChangeLog
#Main
#Rectangle
#Font
#Coordinates
#BinDecHex
#Colour
@loopspace
loopspace / AirBrush.lua
Created May 17, 2013 20:12
Harmony CModule Release v2.10 -A drawing application with lots of brush styles.
-- AirBrush
--[==[
local Brush = cimport "Brush"
local AirBrush = class(Brush)
function AirBrush:init(tb)
Brush.init(self,"AirBrush",tb)
end