Thank you, Bojun for helping me understand all this 🙂 You can first read up the Cocos2dx documentation on this: … More
Tag: c++
Thoughts while reading Cocos2d-X by Example Beginner’s Guide Chapters 1 & 2
Packt published a new book on Cocos2d-X, “Cocos2d-X by Example Beginner’s Guide” by Roger Engelbert (http://www.packtpub.com/cocos2d-x-by-example/book) First off, book cover … More
Code Tip: How to pass C++ objects to Objective C classes?
From stackoverflow: Try just using +[NSValue valueWithPointer:] Link to a blog post about NSValue and non-object types by JongAm.