krzysztofzablocki / LineDrawing

Beatiful and fast smooth line drawing algorithm for iOS - as seen in Foldify.
http://twitter.com/merowing_
Other
1.29k stars 213 forks source link

cocos2d.h file not found #36

Open IArjunChudasa opened 6 years ago

IArjunChudasa commented 6 years ago

cocos2d.h file not found

983045775 commented 6 years ago

me too

tylerswartz commented 6 years ago

Memet solved this error by running git command below in the project directory

git submodule update --init --recursive

See this issue: https://github.com/krzysztofzablocki/LineDrawing/issues/32

YogendraPatel commented 5 years ago

@tylerswartz I run this command but still i got error "cocos2d.h file not found"

Please help me