• This repository has been archived on 18/Dec/2018
  • Stars
    star
    208
  • Rank 189,015 (Top 4 %)
  • Language
    Objective-C
  • License
    Other
  • Created about 13 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of classes to make the design of controls easier for Cocos2d-for-iPhone

CCControlExtension

Note: CCControlExtension is no longer maintained.

CCControlExtension is an open-source library that provides many convenient control objects for Cocos2D v2.x for iPhone and Mac, such as buttons, sliders and many more... (see the exhaustive list)

All these controls are subclasses of CCControl, which is inspired by the UIControl API from the UIKit of CocoaTouch. The main goal of CCControl is to simplify the creation of control objects in Cocos2D by providing an interface and a base implementation ala UIKit. I.e that this class manages the target-action pair registration and dispatches them to their targets when events occur. The CCControl extension also uses the power of blocks to dispatch the events in addition to the target/action pair.

Note: The CCControlExtension's classes are ARC compatible (e.g for use with Kobold2D)

Note2: The version for Cocos2D v1.1 is available in the master branch

Note3: Cocos2d v3 now provides native controls

CCControlExtensions

Available Control List

  • Button: Intercepts touch events and sends an action message to a target object when tapped.
  • Colour Picker: It's a very useful control tool to preview and test color values.
  • Picker: Use a spinning-wheel or slot-machine metaphor to show one set of values.
  • Potentiometer: Use a circular representation to show and select a single value from a continuous range of values.
  • Slider: Use a linear representation to show and select a single value from a continuous range of values.
  • Stepper: User interface for incrementing or decrementing a value.
  • Switch: Useful to create and manage On/Off buttons.

How to use it

  • Include the CCControlExtension folder into your project

  • Where necessary, include this header:

      #import "CCControlExtension.h"
    

The CCControlExtension.h already includes all the controls. There are various examples to learn how the controls work and how to use a pre-made visual for each of them.

For more information you can check my blog and the api documentation.

Getting started with the source

The example project already includes a version of Cocos2D, so you just need to download the source like the following:

    git clone [email protected]:YannickL/CCControlExtension.git

    # to get latest stable source from master branch, use this command:
    cd CCControlExtension
    git checkout master-v2

    # to update the sources
    git pull

Build & Runtime Requirements

  • Xcode 4.2 or newer (LLVM 3.0 or newer)
  • iOS 4.0 or newer for iOS games
  • Mac OS X 10.6 or newer for Mac games

License (MIT)

As well as Cocos2D for iPhone, CCControlExtension is licensed under the MIT License:

Copyright (c) 2011-present - Yannick Loriot and contributors (see each file to see the different copyright owners)

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.

You can download cocos2d-for-iphone here: https://github.com/cocos2d/cocos2d-iphone

More Repositories

1

DynamicColor

Yet another extension to manipulate colors easily in Swift and SwiftUI
Swift
3,030
star
2

QRCodeReader.swift

Simple QRCode reader in Swift
Swift
1,328
star
3

YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
Objective-C
1,277
star
4

DynamicButton

Yet another animated flat buttons in Swift
Swift
1,170
star
5

Splitflap

A simple split-flap display for your Swift applications
Swift
1,081
star
6

FlowingMenu

Interactive view transition to display menus with flowing and bouncing effects in Swift
Swift
974
star
7

AwaitKit

The ES8 Async/Await control flow for Swift
Swift
750
star
8

YLMoment

Parsing, validating, manipulating, and formatting dates easily in Objective-C (API inspired by moment.js)
Objective-C
707
star
9

QRCodeReaderViewController

Simple QRCode reader for iOS 7 and over
Objective-C
628
star
10

Reactions

Fully customizable Facebook reactions like control
Swift
584
star
11

SnappingStepper

An elegant alternative to the UIStepper written in Swift
Swift
428
star
12

Perspective

Powerful scrolling and motion parallax for iOS
Swift
268
star
13

Box2D-Examples

Box2D examples (Ragdoll, Buoyancy, etc.) for Cocos2D for iPhone
Objective-C
70
star
14

Petal

Beautiful activity indicator to show that a task is in progress
Swift
67
star
15

YLFlowingMenu

The Objective-C counterpart of FlowingMenu
Objective-C
28
star
16

YLTCPBroadcaster

Fast and easy-to-use network scanner to locate every host with a given open port
Objective-C
18
star
17

DynamicFont

Yet another extension to manipulate fonts easily in Swift
Swift
8
star
18

VLCRemoteKit

Remote control for VLC using the HTTP interface in Swift (Under Development)
Swift
3
star
19

Cocarde

Under development
Swift
1
star
20

RSSReaderDemonstrationApp

RSS Reader application for education purpose
Objective-C
1
star