Skip to content

Commit

Permalink
Added Romo example, fixed file locations in xcode project for origina…
Browse files Browse the repository at this point in the history
…l sample code
  • Loading branch information
jetpaccomputer committed Apr 3, 2014
1 parent 00f6e76 commit 0d0cde6
Show file tree
Hide file tree
Showing 314 changed files with 10,031 additions and 23 deletions.
41 changes: 20 additions & 21 deletions DeepBeliefExample/DeepBeliefExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
592FF8BD18ECBD7600C164F8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 592FF8BC18ECBD7600C164F8 /* UIKit.framework */; };
592FF8EB18ECBDBD00C164F8 /* SquareCamAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 592FF8E718ECBDBD00C164F8 /* SquareCamAppDelegate.m */; };
592FF8EC18ECBDBD00C164F8 /* SquareCamViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 592FF8E918ECBDBD00C164F8 /* SquareCamViewController.m */; };
592FF8F318ECBDC900C164F8 /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 592FF8EE18ECBDC900C164F8 /* MainStoryboard_iPad.storyboard */; };
592FF8F418ECBDC900C164F8 /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 592FF8F018ECBDC900C164F8 /* MainStoryboard_iPhone.storyboard */; };
592FF8F718ECBDF700C164F8 /* DeepBelief.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 592FF8F618ECBDF700C164F8 /* DeepBelief.framework */; };
592FF90018ECC59F00C164F8 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 592FF8FF18ECC59F00C164F8 /* Accelerate.framework */; };
592FF90218ECC66200C164F8 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 592FF90118ECC66200C164F8 /* main.mm */; };
592FF90618ECCD3B00C164F8 /* jetpac.ntwk in Resources */ = {isa = PBXBuildFile; fileRef = 592FF90518ECCD1E00C164F8 /* jetpac.ntwk */; };
592FF90C18EDD0DA00C164F8 /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 592FF90818EDD0DA00C164F8 /* MainStoryboard_iPad.storyboard */; };
592FF90D18EDD0DA00C164F8 /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 592FF90A18EDD0DA00C164F8 /* MainStoryboard_iPhone.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -26,17 +26,17 @@
592FF8BA18ECBD7600C164F8 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
592FF8BC18ECBD7600C164F8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
592FF8D118ECBD7600C164F8 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
592FF8E618ECBDBD00C164F8 /* SquareCamAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareCamAppDelegate.h; path = ../../../../vagrant/jpcnn/jpcnn_ios/SquareCamAppDelegate.h; sourceTree = "<group>"; };
592FF8E718ECBDBD00C164F8 /* SquareCamAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SquareCamAppDelegate.m; path = ../../../../vagrant/jpcnn/jpcnn_ios/SquareCamAppDelegate.m; sourceTree = "<group>"; };
592FF8E818ECBDBD00C164F8 /* SquareCamViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareCamViewController.h; path = ../../../../vagrant/jpcnn/jpcnn_ios/SquareCamViewController.h; sourceTree = "<group>"; };
592FF8E918ECBDBD00C164F8 /* SquareCamViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SquareCamViewController.m; path = ../../../../vagrant/jpcnn/jpcnn_ios/SquareCamViewController.m; sourceTree = "<group>"; };
592FF8EF18ECBDC900C164F8 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = MainStoryboard_iPad.storyboard; sourceTree = "<group>"; };
592FF8F118ECBDC900C164F8 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = MainStoryboard_iPhone.storyboard; sourceTree = "<group>"; };
592FF8E618ECBDBD00C164F8 /* SquareCamAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareCamAppDelegate.h; path = ../SquareCamAppDelegate.h; sourceTree = "<group>"; };
592FF8E718ECBDBD00C164F8 /* SquareCamAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SquareCamAppDelegate.m; path = ../SquareCamAppDelegate.m; sourceTree = "<group>"; };
592FF8E818ECBDBD00C164F8 /* SquareCamViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareCamViewController.h; path = ../SquareCamViewController.h; sourceTree = "<group>"; };
592FF8E918ECBDBD00C164F8 /* SquareCamViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SquareCamViewController.m; path = ../SquareCamViewController.m; sourceTree = "<group>"; };
592FF8F618ECBDF700C164F8 /* DeepBelief.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DeepBelief.framework; path = ../DeepBelief.framework; sourceTree = "<group>"; };
592FF8FF18ECC59F00C164F8 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; };
592FF90118ECC66200C164F8 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = SOURCE_ROOT; };
592FF90318ECCB8300C164F8 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; };
592FF90518ECCD1E00C164F8 /* jetpac.ntwk */ = {isa = PBXFileReference; lastKnownFileType = file; path = jetpac.ntwk; sourceTree = SOURCE_ROOT; };
592FF90918EDD0DA00C164F8 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = MainStoryboard_iPad.storyboard; sourceTree = "<group>"; };
592FF90B18EDD0DA00C164F8 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = MainStoryboard_iPhone.storyboard; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -88,7 +88,7 @@
592FF8BE18ECBD7600C164F8 /* DeepBeliefExample */ = {
isa = PBXGroup;
children = (
592FF8ED18ECBDC900C164F8 /* en.lproj */,
592FF90718EDD0DA00C164F8 /* en.lproj */,
592FF90318ECCB8300C164F8 /* Info.plist */,
592FF90518ECCD1E00C164F8 /* jetpac.ntwk */,
592FF90118ECC66200C164F8 /* main.mm */,
Expand All @@ -100,15 +100,14 @@
path = DeepBeliefExample;
sourceTree = "<group>";
};
592FF8ED18ECBDC900C164F8 /* en.lproj */ = {
592FF90718EDD0DA00C164F8 /* en.lproj */ = {
isa = PBXGroup;
children = (
592FF8EE18ECBDC900C164F8 /* MainStoryboard_iPad.storyboard */,
592FF8F018ECBDC900C164F8 /* MainStoryboard_iPhone.storyboard */,
592FF90818EDD0DA00C164F8 /* MainStoryboard_iPad.storyboard */,
592FF90A18EDD0DA00C164F8 /* MainStoryboard_iPhone.storyboard */,
);
name = en.lproj;
path = ../../../../vagrant/jpcnn/jpcnn_ios/en.lproj;
sourceTree = "<group>";
path = en.lproj;
sourceTree = SOURCE_ROOT;
};
/* End PBXGroup section */

Expand Down Expand Up @@ -160,9 +159,9 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
592FF90D18EDD0DA00C164F8 /* MainStoryboard_iPhone.storyboard in Resources */,
592FF90C18EDD0DA00C164F8 /* MainStoryboard_iPad.storyboard in Resources */,
592FF90618ECCD3B00C164F8 /* jetpac.ntwk in Resources */,
592FF8F418ECBDC900C164F8 /* MainStoryboard_iPhone.storyboard in Resources */,
592FF8F318ECBDC900C164F8 /* MainStoryboard_iPad.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -182,18 +181,18 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
592FF8EE18ECBDC900C164F8 /* MainStoryboard_iPad.storyboard */ = {
592FF90818EDD0DA00C164F8 /* MainStoryboard_iPad.storyboard */ = {
isa = PBXVariantGroup;
children = (
592FF8EF18ECBDC900C164F8 /* en */,
592FF90918EDD0DA00C164F8 /* en */,
);
name = MainStoryboard_iPad.storyboard;
sourceTree = "<group>";
};
592FF8F018ECBDC900C164F8 /* MainStoryboard_iPhone.storyboard */ = {
592FF90A18EDD0DA00C164F8 /* MainStoryboard_iPhone.storyboard */ = {
isa = PBXVariantGroup;
children = (
592FF8F118ECBDC900C164F8 /* en */,
592FF90B18EDD0DA00C164F8 /* en */,
);
name = MainStoryboard_iPhone.storyboard;
sourceTree = "<group>";
Expand Down
Binary file not shown.
8 changes: 6 additions & 2 deletions DeepBeliefExample/SquareCamViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
#import <AssetsLibrary/AssetsLibrary.h>
#include <sys/time.h>

#import "libjpcnn.h"
#import <DeepBelief/DeepBelief.h>

#pragma mark-

Expand Down Expand Up @@ -678,7 +678,11 @@ - (void)viewDidLoad
NSDictionary *detectorOptions = [[NSDictionary alloc] initWithObjectsAndKeys:CIDetectorAccuracyLow, CIDetectorAccuracy, nil];
faceDetector = [[CIDetector detectorOfType:CIDetectorTypeFace context:nil options:detectorOptions] retain];
[detectorOptions release];
NSString* networkPath = [[NSBundle mainBundle] pathForResource:@"homebrewed_transpressed" ofType:@"ntwk"];
NSString* networkPath = [[NSBundle mainBundle] pathForResource:@"jetpac" ofType:@"ntwk"];
if (networkPath == NULL) {
fprintf(stderr, "Couldn't find the neural network parameters file - did you add it as a resource to your application?\n");
assert(false);
}
network = jpcnn_create_network([networkPath UTF8String]);
assert(network != NULL);

Expand Down
Binary file added RomoExample/.DS_Store
Binary file not shown.
46 changes: 46 additions & 0 deletions RomoExample/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.jetpac.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
<string>MainStoryboard_iPhone</string>
<key>UIMainStoryboardFile~ipad</key>
<string>MainStoryboard_iPad</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedExternalAccessoryProtocols</key>
<array>
<string>com.romotive.romo</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
58 changes: 58 additions & 0 deletions RomoExample/Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
/*
File: Prefix.pch
Abstract: Dmonstrates iOS 5 features of the AVCaptureStillImageOutput class
Version: 1.0

Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modification or redistribution of
this Apple software constitutes acceptance of these terms. If you do
not agree with these terms, please do not use, install, modify or
redistribute this Apple software.

In consideration of your agreement to abide by the following terms, and
subject to these terms, Apple grants you a personal, non-exclusive
license, under Apple's copyrights in this original Apple software (the
"Apple Software"), to use, reproduce, modify and redistribute the Apple
Software, with or without modifications, in source and/or binary forms;
provided that if you redistribute the Apple Software in its entirety and
without modifications, you must retain this notice and the following
text and disclaimers in all such redistributions of the Apple Software.
Neither the name, trademarks, service marks or logos of Apple Inc. may
be used to endorse or promote products derived from the Apple Software
without specific prior written permission from Apple. Except as
expressly stated in this notice, no other rights or licenses, express or
implied, are granted by Apple herein, including but not limited to any
patent rights that may be infringed by your derivative works or by other
works in which the Apple Software may be incorporated.

The Apple Software is provided by Apple on an "AS IS" basis. APPLE
MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.

IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Copyright (C) 2013 Apple Inc. All Rights Reserved.

*/


#import <Availability.h>

#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Binary file added RomoExample/RMCharacter.bundle/1.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/10.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/101.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/102.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/103.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/104.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/105.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/106.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/107.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/108.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/11.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/12.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/13.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/14.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/15.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/16.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/17.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/18.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/19.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/2.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/20.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/21.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/22.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/23.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/24.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/25.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-00.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-01.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-02.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-03.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-04.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-05.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-06.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-07.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-08.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-09.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-10.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-11.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-12.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-13.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-14.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-15.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-16.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-17.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/26-18.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/27.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/28.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/29.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/3.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/30.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/31.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/32.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/4.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/5.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/6.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/7.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/8.caf
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/9.caf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/Info.plist
Binary file not shown.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Binary file added RomoExample/RMCharacter.bundle/[email protected]
100 changes: 100 additions & 0 deletions RomoExample/RMCharacter.bundle/Romo_Emotion_Transition_10_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{"frames": [

{
"filename": "Romo_Excited_Idle_Ani_v020006.png",
"frame": {"x":0,"y":0,"w":456,"h":132},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":88,"y":531,"w":456,"h":132},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020007.png",
"frame": {"x":456,"y":0,"w":456,"h":134},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":88,"y":523,"w":456,"h":134},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020008.png",
"frame": {"x":912,"y":0,"w":472,"h":186},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":457,"w":472,"h":186},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020009.png",
"frame": {"x":912,"y":0,"w":472,"h":186},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":457,"w":472,"h":186},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020010.png",
"frame": {"x":1384,"y":0,"w":478,"h":284},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":81,"y":331,"w":478,"h":284},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020011.png",
"frame": {"x":0,"y":284,"w":474,"h":348},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":267,"w":474,"h":348},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020012.png",
"frame": {"x":474,"y":284,"w":476,"h":344},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":236,"w":476,"h":344},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020013.png",
"frame": {"x":474,"y":284,"w":476,"h":344},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":236,"w":476,"h":344},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020014.png",
"frame": {"x":950,"y":284,"w":476,"h":338},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":230,"w":476,"h":338},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020015.png",
"frame": {"x":950,"y":284,"w":476,"h":338},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":230,"w":476,"h":338},
"sourceSize": {"w":640,"h":960}
},
{
"filename": "Romo_Excited_Idle_Ani_v020016.png",
"frame": {"x":1426,"y":284,"w":476,"h":334},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {"x":82,"y":225,"w":476,"h":334},
"sourceSize": {"w":640,"h":960}
}],
"meta": {
"app": "http://www.codeandweb.com/texturepacker ",
"version": "1.0",
"image": "Romo_Emotion_Transition_10_1.png",
"format": "BGRA8888",
"size": {"w":1902,"h":632},
"scale": "1",
"smartupdate": "$TexturePacker:SmartUpdate:3800edebda4ac82fcf2bc2393fe0ee32:1/1$"
}
}
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"frames": [{"frame": {"h": 130,"w": 456,"x": 0,"y": 0},"rotated": false,"spriteSourceSize": {"h": 130,"w": 456,"x": 88,"y": 545}},{"frame": {"h": 130,"w": 456,"x": 0,"y": 0},"rotated": false,"spriteSourceSize": {"h": 130,"w": 456,"x": 88,"y": 534}},{"frame": {"h": 130,"w": 456,"x": 0,"y": 0},"rotated": false,"spriteSourceSize": {"h": 130,"w": 456,"x": 88,"y": 534}},{"frame": {"h": 178,"w": 472,"x": 456,"y": 0},"rotated": false,"spriteSourceSize": {"h": 178,"w": 472,"x": 80,"y": 474}},{"frame": {"h": 324,"w": 474,"x": 0,"y": 178},"rotated": false,"spriteSourceSize": {"h": 324,"w": 474,"x": 82,"y": 321}},{"frame": {"h": 324,"w": 474,"x": 0,"y": 178},"rotated": false,"spriteSourceSize": {"h": 324,"w": 474,"x": 82,"y": 321}},{"frame": {"h": 326,"w": 474,"x": 474,"y": 178},"rotated": false,"spriteSourceSize": {"h": 326,"w": 474,"x": 82,"y": 316}},{"frame": {"h": 326,"w": 474,"x": 474,"y": 178},"rotated": false,"spriteSourceSize": {"h": 326,"w": 474,"x": 82,"y": 316}}],"meta": {"format": "RGBA4444","image": "[email protected]","scale": "1","size": {"h": 504,"w": 948}}}
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"frames": [{"frame": {"h": 130,"w": 456,"x": 0,"y": 0},"rotated": false,"spriteSourceSize": {"h": 130,"w": 456,"x": 88,"y": 570}},{"frame": {"h": 130,"w": 456,"x": 0,"y": 0},"rotated": false,"spriteSourceSize": {"h": 130,"w": 456,"x": 88,"y": 560}},{"frame": {"h": 130,"w": 456,"x": 0,"y": 0},"rotated": false,"spriteSourceSize": {"h": 130,"w": 456,"x": 88,"y": 560}},{"frame": {"h": 186,"w": 472,"x": 0,"y": 130},"rotated": false,"spriteSourceSize": {"h": 186,"w": 472,"x": 82,"y": 469}},{"frame": {"h": 284,"w": 474,"x": 0,"y": 316},"rotated": false,"spriteSourceSize": {"h": 284,"w": 474,"x": 81,"y": 379}},{"frame": {"h": 308,"w": 476,"x": 0,"y": 600},"rotated": false,"spriteSourceSize": {"h": 308,"w": 476,"x": 81,"y": 335}},{"frame": {"h": 308,"w": 476,"x": 0,"y": 600},"rotated": false,"spriteSourceSize": {"h": 308,"w": 476,"x": 81,"y": 335}},{"frame": {"h": 308,"w": 482,"x": 0,"y": 908},"rotated": false,"spriteSourceSize": {"h": 308,"w": 482,"x": 80,"y": 325}}],"meta": {"format": "RGBA4444","image": "[email protected]","scale": "1","size": {"h": 1216,"w": 482}}}
Binary file added RomoExample/RMCharacter.bundle/[email protected]
Loading

0 comments on commit 0d0cde6

Please sign in to comment.