https://github.com/jcs090218/jcspygm_lib
Bundle of tools helps enhance the speed of making game with PyGm.
https://github.com/jcs090218/jcspygm_lib
animation camera game library scene sound wrapper
Last synced: 30 days ago
JSON representation
Bundle of tools helps enhance the speed of making game with PyGm.
- Host: GitHub
- URL: https://github.com/jcs090218/jcspygm_lib
- Owner: jcs090218
- License: mit
- Created: 2016-11-05T07:00:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T15:57:14.000Z (over 5 years ago)
- Last Synced: 2025-02-06T12:27:05.699Z (3 months ago)
- Topics: animation, camera, game, library, scene, sound, wrapper
- Language: Python
- Homepage:
- Size: 82.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.com/jcs090218/JCSPyGm_Lib)
[](https://github.com/jcs090218/JCSPyGm_Lib/releases/latest)
[](https://opensource.org/licenses/MIT)# JCSPyGm
JCSPyGm is a framework provide basic 2D features and structure for
building the a simple game. This framework uses PyGm API to communicate
with OS layer.## Features
* *Animation System* - render animation frame by frame control by time.
* *Animator System* - animator control multiple animations and can be
switch from one animation to another animation.
* *Camera System* - camera logic implemented with moving the scene in
the opposite direction/velocity.
* *Input System* - encapsulate the input buffer to a easy to use API.
* *Rendering Layer* - rendering game object in different interface.
* *Scene System* - simple switch scene system.
* *Simple Collision detection* - AABB, Circle to circle, Rectangle to circle.
* *Sound System* - provide simple sound function.## Example Projects
* Is already included in the project.