bennyk / SmoothDrawing-x

Draw smooth lines on Cocos2d-X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmoothDrawing-x

Draw smooth lines on Cocos2d-X.

This project is an extension to the excellent tutorial posted at [drawing-smooth-lines-with-cocos2d-ios-inspired-by-paper] (http://merowing.info/2012/04/drawing-smooth-lines-with-cocos2d-ios-inspired-by-paper) by Krzysztof, to Cocos2d-x (a cross-platform game engine framework for mobile). Rather than attempt to divert from the original and be different, it follows throughoutly the concepts and theories in the tutorial so that students are able to cross reference both materials (at least it is truth for the moment of writing).

I thought it can be an interesting educational walk-through to demo certain programming concepts adopted in cocos2d-x framework and the new C++11 to build a platform neutral application, in particular apps inspired by arts.

Sample image

alt text

Issues

As always all software projects are considered W-I-P (Works-In-Progress). Please check the Issues link for any known issues reported so far. I would also be happy to hear from you what you might have to say about the source as I am still learning how to code properly in the new world.

Cheers!

About

Draw smooth lines on Cocos2d-X

License:MIT License


Languages

Language:C++ 83.1%Language:Objective-C++ 6.7%Language:CMake 3.8%Language:Java 2.0%Language:Makefile 1.5%Language:Objective-C 1.3%Language:Python 0.9%Language:C 0.8%