Coder Social home page Coder Social logo

kkyouhei / adsupportframework_cocos2d-x_sample_ver1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 116.05 MB

CMake 0.15% C++ 31.67% Objective-C++ 1.33% Python 0.23% Shell 0.13% Batchfile 0.01% C 5.80% PowerShell 0.09% Makefile 52.57% Objective-C 5.29% Java 2.23% C# 0.30% GLSL 0.17% JavaScript 0.03% HTML 0.01% CSS 0.01%

adsupportframework_cocos2d-x_sample_ver1's Introduction

注意点

Cocos2D-X ver 3.3

CCEAGLView.hが存在しない

proj.ios_mac/ios/AppController.mm内でimportしているCCEAGLView.hが存在しないためビルドエラーになる。
そのため下記のようにimportするヘッダファイルを変更する

#import "CCEAGLView-ios.h"

GLViewの生成方法が変更

Cocos2D-x ver3.3からGLViewのインスタンスの生成方法が変わったらしい。 そのためproj.ios_mac/ios/AppController.mmの77行目でインスタンスを生成している箇所を下記のように変更する必要がある

cocos2d::GLView *glview = cocos2d::GLViewImpl::createWithEAGLView(eaglView);

adsupportframework_cocos2d-x_sample_ver1's People

Contributors

kkyouhei avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.