Very small OpenGL wrapper (before moggle was there)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

342 lines
15 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
425E9DF2140A74DA00A81A65 /* basic.h in Headers */ = {isa = PBXBuildFile; fileRef = 425E9DF1140A74DA00A81A65 /* basic.h */; };
425E9DF6140A774D00A81A65 /* basic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 425E9DF5140A774D00A81A65 /* basic.cpp */; };
425E9DF9140A7EB400A81A65 /* fbo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 425E9DF8140A7EB400A81A65 /* fbo.mm */; };
425E9DFB140A846700A81A65 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 425E9DFA140A846700A81A65 /* QuartzCore.framework */; };
425E9E02140A96C400A81A65 /* J.h in Headers */ = {isa = PBXBuildFile; fileRef = 4268136D140A321800CBF943 /* J.h */; settings = {ATTRIBUTES = (); }; };
42681369140A321800CBF943 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42681368140A321800CBF943 /* Foundation.framework */; };
4268136F140A321800CBF943 /* J.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4268136E140A321800CBF943 /* J.mm */; };
4283A45F14115AC400036A5D /* interpolator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4283A45E14115AC300036A5D /* interpolator.h */; };
4283A4641411707700036A5D /* array.h in Headers */ = {isa = PBXBuildFile; fileRef = 4283A4631411707700036A5D /* array.h */; };
429E3BAB159616FD0044306C /* texture_objc.mm in Sources */ = {isa = PBXBuildFile; fileRef = 429E3BAA159616FD0044306C /* texture_objc.mm */; };
42C7D6C016B31E7200DA372A /* sound.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C7D6BF16B31E7200DA372A /* sound.h */; };
42C7D6C316B31E8B00DA372A /* CDOpenALSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C7D6C116B31E8B00DA372A /* CDOpenALSupport.h */; };
42C7D6C416B31E8B00DA372A /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 42C7D6C216B31E8B00DA372A /* CDOpenALSupport.m */; };
42C7D6CA16B31F1900DA372A /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42C7D6C616B31EE200DA372A /* OpenAL.framework */; };
42C7D6CB16B31F1E00DA372A /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42C7D6C816B31EE800DA372A /* AudioToolbox.framework */; };
42ED6A6B140A380000402F76 /* fbo.h in Headers */ = {isa = PBXBuildFile; fileRef = 42ED6A68140A380000402F76 /* fbo.h */; };
42ED6A6C140A380000402F76 /* shader.h in Headers */ = {isa = PBXBuildFile; fileRef = 42ED6A69140A380000402F76 /* shader.h */; };
42ED6A6D140A380000402F76 /* to_string.h in Headers */ = {isa = PBXBuildFile; fileRef = 42ED6A6A140A380000402F76 /* to_string.h */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
425E9DF1140A74DA00A81A65 /* basic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic.h; sourceTree = "<group>"; };
425E9DF5140A774D00A81A65 /* basic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic.cpp; sourceTree = "<group>"; };
425E9DF8140A7EB400A81A65 /* fbo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = fbo.mm; sourceTree = "<group>"; };
425E9DFA140A846700A81A65 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
42681365140A321800CBF943 /* libJ.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJ.a; sourceTree = BUILT_PRODUCTS_DIR; };
42681368140A321800CBF943 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
4268136C140A321800CBF943 /* J-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "J-Prefix.pch"; sourceTree = "<group>"; };
4268136D140A321800CBF943 /* J.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = J.h; sourceTree = "<group>"; };
4268136E140A321800CBF943 /* J.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = J.mm; sourceTree = "<group>"; };
4283A45E14115AC300036A5D /* interpolator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interpolator.h; sourceTree = "<group>"; };
4283A4631411707700036A5D /* array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = array.h; sourceTree = "<group>"; };
429E3BA715960FCA0044306C /* texture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = texture.h; sourceTree = "<group>"; };
429E3BA9159616C00044306C /* texture_objc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = texture_objc.h; sourceTree = "<group>"; };
429E3BAA159616FD0044306C /* texture_objc.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = texture_objc.mm; sourceTree = "<group>"; };
42C7D6BF16B31E7200DA372A /* sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sound.h; sourceTree = "<group>"; };
42C7D6C116B31E8B00DA372A /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = "<group>"; };
42C7D6C216B31E8B00DA372A /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = "<group>"; };
42C7D6C616B31EE200DA372A /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
42C7D6C816B31EE800DA372A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
42ED6A68140A380000402F76 /* fbo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fbo.h; sourceTree = "<group>"; };
42ED6A69140A380000402F76 /* shader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = shader.h; sourceTree = "<group>"; };
42ED6A6A140A380000402F76 /* to_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = to_string.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
42681362140A321800CBF943 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
42C7D6CB16B31F1E00DA372A /* AudioToolbox.framework in Frameworks */,
42C7D6CA16B31F1900DA372A /* OpenAL.framework in Frameworks */,
425E9DFB140A846700A81A65 /* QuartzCore.framework in Frameworks */,
42681369140A321800CBF943 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
425E9DF4140A751200A81A65 /* std */ = {
isa = PBXGroup;
children = (
42ED6A6A140A380000402F76 /* to_string.h */,
4283A4631411707700036A5D /* array.h */,
);
name = std;
path = J;
sourceTree = "<group>";
};
4268135A140A321700CBF943 = {
isa = PBXGroup;
children = (
4268136A140A321800CBF943 /* J */,
425E9DF4140A751200A81A65 /* std */,
4268136B140A321800CBF943 /* Supporting Files */,
42681367140A321800CBF943 /* Frameworks */,
42681366140A321800CBF943 /* Products */,
);
sourceTree = "<group>";
};
42681366140A321800CBF943 /* Products */ = {
isa = PBXGroup;
children = (
42681365140A321800CBF943 /* libJ.a */,
);
name = Products;
sourceTree = "<group>";
};
42681367140A321800CBF943 /* Frameworks */ = {
isa = PBXGroup;
children = (
42C7D6C816B31EE800DA372A /* AudioToolbox.framework */,
42C7D6C616B31EE200DA372A /* OpenAL.framework */,
425E9DFA140A846700A81A65 /* QuartzCore.framework */,
42681368140A321800CBF943 /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
4268136A140A321800CBF943 /* J */ = {
isa = PBXGroup;
children = (
42C7D6BE16B31E5400DA372A /* AL */,
4283A46114115AD400036A5D /* GL */,
4283A46214116ECB00036A5D /* utils */,
4268136D140A321800CBF943 /* J.h */,
4268136E140A321800CBF943 /* J.mm */,
);
path = J;
sourceTree = "<group>";
};
4268136B140A321800CBF943 /* Supporting Files */ = {
isa = PBXGroup;
children = (
4268136C140A321800CBF943 /* J-Prefix.pch */,
);
name = "Supporting Files";
path = J;
sourceTree = "<group>";
};
4283A46114115AD400036A5D /* GL */ = {
isa = PBXGroup;
children = (
425E9DF1140A74DA00A81A65 /* basic.h */,
425E9DF5140A774D00A81A65 /* basic.cpp */,
42ED6A68140A380000402F76 /* fbo.h */,
429E3BA715960FCA0044306C /* texture.h */,
429E3BA9159616C00044306C /* texture_objc.h */,
429E3BAA159616FD0044306C /* texture_objc.mm */,
425E9DF8140A7EB400A81A65 /* fbo.mm */,
42ED6A69140A380000402F76 /* shader.h */,
);
name = GL;
sourceTree = "<group>";
};
4283A46214116ECB00036A5D /* utils */ = {
isa = PBXGroup;
children = (
4283A45E14115AC300036A5D /* interpolator.h */,
);
name = utils;
sourceTree = "<group>";
};
42C7D6BE16B31E5400DA372A /* AL */ = {
isa = PBXGroup;
children = (
42C7D6C116B31E8B00DA372A /* CDOpenALSupport.h */,
42C7D6C216B31E8B00DA372A /* CDOpenALSupport.m */,
42C7D6BF16B31E7200DA372A /* sound.h */,
);
name = AL;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
42681363140A321800CBF943 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
425E9E02140A96C400A81A65 /* J.h in Headers */,
42ED6A6B140A380000402F76 /* fbo.h in Headers */,
42ED6A6C140A380000402F76 /* shader.h in Headers */,
42ED6A6D140A380000402F76 /* to_string.h in Headers */,
425E9DF2140A74DA00A81A65 /* basic.h in Headers */,
4283A45F14115AC400036A5D /* interpolator.h in Headers */,
4283A4641411707700036A5D /* array.h in Headers */,
42C7D6C016B31E7200DA372A /* sound.h in Headers */,
42C7D6C316B31E8B00DA372A /* CDOpenALSupport.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
42681364140A321800CBF943 /* J */ = {
isa = PBXNativeTarget;
buildConfigurationList = 42681372140A321800CBF943 /* Build configuration list for PBXNativeTarget "J" */;
buildPhases = (
42681361140A321800CBF943 /* Sources */,
42681362140A321800CBF943 /* Frameworks */,
42681363140A321800CBF943 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = J;
productName = J;
productReference = 42681365140A321800CBF943 /* libJ.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4268135C140A321700CBF943 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
ORGANIZATIONNAME = Vadovas;
};
buildConfigurationList = 4268135F140A321700CBF943 /* Build configuration list for PBXProject "J" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 4268135A140A321700CBF943;
productRefGroup = 42681366140A321800CBF943 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
42681364140A321800CBF943 /* J */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
42681361140A321800CBF943 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4268136F140A321800CBF943 /* J.mm in Sources */,
425E9DF6140A774D00A81A65 /* basic.cpp in Sources */,
425E9DF9140A7EB400A81A65 /* fbo.mm in Sources */,
429E3BAB159616FD0044306C /* texture_objc.mm in Sources */,
42C7D6C416B31E8B00DA372A /* CDOpenALSupport.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
42681370140A321800CBF943 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
};
name = Debug;
};
42681371140A321800CBF943 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
42681373140A321800CBF943 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DSTROOT = /tmp/J.dst;
GCC_DEBUGGING_SYMBOLS = full;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "J/J-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
42681374140A321800CBF943 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/J.dst;
GCC_DEBUGGING_SYMBOLS = full;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "J/J-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4268135F140A321700CBF943 /* Build configuration list for PBXProject "J" */ = {
isa = XCConfigurationList;
buildConfigurations = (
42681370140A321800CBF943 /* Debug */,
42681371140A321800CBF943 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
42681372140A321800CBF943 /* Build configuration list for PBXNativeTarget "J" */ = {
isa = XCConfigurationList;
buildConfigurations = (
42681373140A321800CBF943 /* Debug */,
42681374140A321800CBF943 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4268135C140A321700CBF943 /* Project object */;
}