https://github.com/jcs090218/jcscos2x_lib_src
Small library provide a fast simple and easy to implement layer for parallax effect and basic features for making a 2D game
https://github.com/jcs090218/jcscos2x_lib_src
cocos2d-x game library
Last synced: 11 months ago
JSON representation
Small library provide a fast simple and easy to implement layer for parallax effect and basic features for making a 2D game
- Host: GitHub
- URL: https://github.com/jcs090218/jcscos2x_lib_src
- Owner: jcs090218
- License: mit
- Created: 2017-09-18T08:02:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T06:47:00.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T20:22:13.577Z (over 1 year ago)
- Topics: cocos2d-x, game, library
- Language: C++
- Homepage:
- Size: 60.6 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.com/jcs090218/JCSCos2x_Lib_src)
[](https://www.cocos.com/en/)
[](https://github.com/jcs090218/JCSCos2x_Lib_src/releases/latest)
[](https://opensource.org/licenses/MIT)
# JCSCos2x
Small library provide a fast simple and easy to implement layer for
parallax effect and basic features for making a 2D game.
## What does this library does?
This library provide the the interface of understanding cocos2d-x framework,
so developer can easily use the cocos2d-x framework instead of reading those out
dated documenetation on other website. is a small library and simple wrapper, i
do not think ppl will spent that much of time reading the source code.
## Features
* Animator System - animator control multiple animations and can be switch from
one animation to another animation.
* Layer Wrapper - Provide the design of multiple layer include canvas space.
* Sound Player - switch sound between scene and play SFX.
* Input System - encapsulate the input buffer to a easy to use API.
## Example Source
* Example file can be download at 'example' directory from the root
of the project.
## Video
* https://www.youtube.com/watch?v=SMMtxSFFqgo&feature=youtu.be
## Todo List
- [ ] There is still issue with the audio engine.