Table of Contents
Is Cocos2d-x free?
Cocos2d-x is also a free engine under MIT License, and it allows for compiling and running on multiple platforms with one code base. In 2013, Quesada left cocos2d-iPhone and joined in cocos2d-x team.
Is Cocos2d better than unity?
Both are cross-platform, but it is Unity which is the better of the two. Cocos2D allows for development on different mobile platforms including iOS and Android. If you want your browser development to support Facebook, Cocos2D is insufficient.
How install Cocos2d on Linux?
Installing Cocos2d-x (Linux Mint)
- Install QtCreator.
- Install CMake.
- Install Cocos2d-x.
- Create a new project.
- Compile and run for Linux.
What is cocos2d-x and how to use it?
In this Cocos2d-x tutorial, learn how to create a basic cross-platform game for iOS, Android, and more using C++! Cocos2d-x is a fast, powerful, and easy-to-use open source 2D game engine. It’s is very similar to Apple’s Sprite Kit, but has one key advantage – Cocos2d-x is cross platform.
How do I create a new game project using Cocos 2D-X?
This tutorial will walk you through how to successfully create a new game project using Cocos 2d-x. To access the Command Prompt, go to your computer’s Start Menu. In the Search Programs and Files box, type cmd. This will open a window like this: Type cd and then the path of the Cocos 2d-x directory you installed.
What is the default resolution for games in cocos2d-x?
By default, Cocos2d-x games are named “MyGame” and have a resolution of 960×640, but those details are easy to change. This changes the app’s name to “SimpleGame” and sets its resolution to 480×320 to match the background art included with the template.
How do I download and install Cocos2d-x on Linux?
Download the latest version of Cocos2d-x at www.cocos2d-x.org/download; this tutorial used version 3.5. Place the downloaded file wheres you’d like to store your Cocos2d-x installation, such as in your home directory, then unzip it. Open Terminal and cd into the folder you just extracted.