GithubHelp home page GithubHelp logo

avalon's Introduction

Avalon

Productivity boost for cocos2d-x developers.

Build Status

Avalon provides various extension, helpers, libraries, classes, templates & functions on top of cocos2d-x. It should speed up cross-platform development and automate annoying tasks.

Installation

General

iOS

  1. Don't forget git submodule update --init
  2. Add this directory to Header Search Path in Build Settings
  3. Add all sources files from avalon/ to your project
  4. But choose the right platform stuff from avalon/platform/

Android

  1. Don't forget git submodule update --init
  2. TODO: IMPORT COCOS2D-X PROJECT INTO WORKSPACE
  3. Add LOCAL_WHOLE_STATIC_LIBRARIES += avalon_static to jni/Android.mk
  4. Add $(call import-module,$AVALON_PATH) to jni/Android.mk
    • Please change $AVALON_PATH to the right path on your disk
    • Warning Keep in mind that all module imports are relative to $NDKROOT
    • Warning This line must be below include $(BUILD_SHARED_LIBRARY)
  5. Optional Declare additional features with AVALON_FEATURES
    • They could require third-party libs so please read the feature section too

Features

Payment

Amazon
  1. Set AVALON_PLATFORM_FLAVOR to amazon in your jni/Android.mk

  2. Add payment to AVALON_FEATURES in your jni/Android.mk

  3. Copy the com folder from avalon/platform/android-amazon/java/ to the src/ folder of you project

  4. Is there a libs/ folder next to src/? No? Create it. Now.

  5. Copy avalon/platform/android-amazon/java/in-app-purchasing-$VERSION.jar into libs/

  6. Ensure the internet permission in your AndroidManifest.xml

     <uses-permission android:name="android.permission.INTERNET"/>
    
  7. Ensure the following receiver configuration in your AndroidManifest.xml

     <receiver android:name="com.amazon.inapp.purchasing.ResponseReceiver" >
         <intent-filter>
             <action android:name="com.amazon.inapp.purchasing.NOTIFY"
                     android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY" />
         </intent-filter>
     </receiver>
    
Google

TBD

Samsung

TBD

Ads

Revmob

TBD

Chartboost

TBD

GameCenter

TBD

Documentations

License

The MIT License (MIT)

Copyright (c) 2013 Michael Contento <[email protected]>
                   Jochen Heizmann  <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

avalon's People

Contributors

jochenheizmann 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.