An open API service indexing awesome lists of open source software.

https://github.com/jcs090218/ccosquick

Prototype your game easily with component driven library built on top of Cocos Creator
https://github.com/jcs090218/ccosquick

cocos-creator cocos2d component easy-to-use framework game library rapid workflow

Last synced: 3 months ago
JSON representation

Prototype your game easily with component driven library built on top of Cocos Creator

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Unity Engine](https://img.shields.io/badge/Cocos%20Creator-2.1.3-blue.svg)](https://www.cocos.com/en/)
[![Release Tag](https://img.shields.io/github/tag/jcs090218/CCosQuick.svg?label=release)](https://github.com/jcs090218/CCosQuick/releases/latest)

# CCosQuick
> Prototype your game easily with component driven library built on top of Cocos Creator.

[![Build Status](https://travis-ci.com/jcs090218/CCosQuick.svg?branch=master)](https://travis-ci.com/jcs090218/CCosQuick)
[![Docs](https://github.com/jcs090218/CCosQuick/actions/workflows/docs.yml/badge.svg)](https://github.com/jcs090218/CCosQuick/actions/workflows/docs.yml)

This is the 3rd party library for [Cocos Creator](https://www.cocos.com/en/).
It provide the fast and simple to use component driven script for you to customize
your game without the coding knowledge. Of course, if you prefer coding and you
are good at it; this will also fit and enhance your workflow.

## :newspaper: News

* `0.0.1` - Initial release.

## :link: Links

* *Manual/Scripting API:* [CCosQuick-Scripting-Manual](https://jcs090218.github.io/CCosQuick/Manual/index.html)