GithubHelp home page GithubHelp logo

2c's Introduction

0a 1b *2c* 3d

Mission statement
=================
We want to make writing cross-platform applications easier.
We want to make those apps more 'je ne sais quoi'; 
adding a touch of 3D, adding augmented reality, playing videos should be easy.
We want to allow you to add this framework as a component (supplementary view) to your existing app.


Getting started
===============
Clone the repo.

Android - Import all projects in Dev/ folder into Eclipse, then run ndk-build in Dev/Android/Source folder.
iOS - Open Dev/iOS/2c.xcodeproj in xCode
Qt - Open Dev/Qt/Project/2c.pro in Qt Creator
WebGL - Visit https://github.com/orangelabsuk/2cwebgl

Look at source file Dev/App/Source/SceneSample1.cpp
for the hook into the first scene that launches.

More detailed instructions and samples coming soon.


External components used
========================
3dsloader (BSD)
http://www.spacesimulator.net/wiki/index.php?title=3d_Engine_Programming_Tutorials
Loads the 3ds model format.
Found in Dev/External/3dsloader
*Modified - stripped down tutorial 5 and provided hooks into engine's cross platform file loader.

AdMob SDK
http://admob.com
An advertising provider.
Found in Dev/External/GoogleAdMob
Library file linked to.

Android NDK r5b (Apache 2.0)
http://developer.android.com/sdk/ndk/
Android NDK samples used for guidance to set u Android port.
Source file CCGLViewJNI.java found in Dev/Android/Source/src/com/android2c/ based off hello-gl2 sample.

Facebook iOS SDK (Apache 2.0)
https://developers.facebook.com/
Provides login to Facebook API.
Found in Dev/External/facebook-ios-sdk
*Modified - stripped out example files and provided direct callbacks into C++ engine classes rather than using their Objective C interface callbacks.

Jansson (MIT)
http://www.digip.org/jansson/
Jansson is a C library for encoding, decoding and manipulating JSON data.
Found in Dev/External/jansson-2.1
*Modified - stripped out example files.

libzip (libzip)
http://nih.at/libzip/
Used for Android port to open up packaged resources.
Found in Dev/Android/Source/jni/libzip

ObjLoader
http://nccastaff.bournemouth.ac.uk/jmacey/RobTheBloke/www/
Loads the obj model format.
Found in Dev/External/ObjLoader
*Modified - stripped down tutorial 3 and provided hooks into engine's cross platform file loader.

UIDevice-Hardware (BSD)
https://github.com/erica/uidevice-extension
Describes iOS hardware types.
Found in Dev/External/UIDevice-Hardware


External tools used
===================
RevanTech Bitmap Font Generator (BSD)
Used to generate font pages.
Found in Tools/RTBFG
*Modified - outputs fonts to fill 1024x1024 page.


Licence
=======
This software is distributed under the Apache 2.0 license,
see the "license.txt" file for more details.

2c's People

Contributors

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