Skip to content

Instantly share code, notes, and snippets.

@DoubleEqual
DoubleEqual / DEIntegerPoint.h
Created August 14, 2012 21:28
Struct for Integer type as CGPoint Struct
//
// DEIntegerPoint.h
//
//
// Created by Sergio on 18/07/12.
// Copyright (c) 2012 Doubleequal.com. All rights reserved.
//
#import <Foundation/Foundation.h>
@DoubleEqual
DoubleEqual / GB2ShapeCache-x.cpp
Created March 22, 2013 12:16
Update example to parse a PhysicsEditor file for cocos2d-x 2.x
//
// GB2ShapeCache-x.cpp
//
// Loads physics sprites created with http://www.PhysicsEditor.de
// To be used with cocos2d-x
//
// Generic Shape Cache for box2d
//
// Created by Thomas Broquist
//
@DoubleEqual
DoubleEqual / GB2ShapeCache-x.h
Created March 22, 2013 12:17
Header file for GB2ShapeCache-x.cpp
//
// GB2ShapeCache-x.cpp
//
// Loads physics sprites created with http://www.PhysicsEditor.de
// To be used with cocos2d-x
//
// Generic Shape Cache for box2d
//
// Created by Thomas Broquist
//