Skip to content

mcbPlatform support is a c++11 framework which simplifies the cross platform resource driven application development on top of the the Cocos2d-x library. It has useful perks such as cpp reflection, multistep initialization through templates base class, plist parser (including color parsing, relative positioning and scaling parsing etc), path res…

License

Notifications You must be signed in to change notification settings

daispacy/mcbPlatformSupport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

mcbPlatformSupport

mcbPlatform support is a c++ framework to create cross platform resource driven applications with the Cocos2d-x library. It has useful perks such as cpp reflection, multistep initialization through templates base class, plist parser (including color parsing, relative positioning and scaling parsing etc), path resolution, resource driven view builder, audio player, cocos2d actions with lambdas, dispatch to main thread api using lambdas. Utilities include tools of batch texture drawing to display polygons, iPod music picker, animation sprite class that supports variadic animation speeds without having to create a new animation. Shader sprite allows you to work with fragment shaders with almost no setup.

example code will follow soon....

About

mcbPlatform support is a c++11 framework which simplifies the cross platform resource driven application development on top of the the Cocos2d-x library. It has useful perks such as cpp reflection, multistep initialization through templates base class, plist parser (including color parsing, relative positioning and scaling parsing etc), path res…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 66.4%
  • C++ 27.5%
  • Objective-C++ 4.9%
  • Other 1.2%