pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-cocos2d



Module name:    wip
Committed by:   jihbed
Date:           Sat Mar 15 19:36:36 UTC 2014

Added Files:
        wip/py-cocos2d: DESCR Makefile PLIST distinfo

Log Message:
Import py27-cocos2d-0.5.5 as wip/py-cocos2d.

A framework for building 2D games, demos, and other graphical/interactive
applications. Draws using OpenGL, which is hardware accelerated.
It provides some conventions and classes to help you structure a
"scene based application"

A cocos2d application consists of several scenes, and a workflow connecting
the different scenes It provides you with a "director" (a singleton) which
handles that workflow between scenes. Each scene is composed of an arbitrary
number of layers;
layers take care of drawing to the screen (using the pyglet and OpenGL APIs),
handling events and in general contain all of the game/application logic.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-cocos2d/DESCR wip/py-cocos2d/Makefile \
    wip/py-cocos2d/PLIST wip/py-cocos2d/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-cocos2d/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-cocos2d/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-cocos2d/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-cocos2d/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index