티스토리 뷰

Computer

2015 04 02

TOYOBA 2015. 4. 3. 00:23

1. cocos2d이야기.

자료를 어떻게 정리해서 들고 있을까 고민하다가 안드로이드 아이폰 둘다 되어야 할 것 같아서 json파일을 이용해 보기로 했다. 

cocos2dx에서는 jsonCPP라던가 rapidjson을 사용한다고 했는데, 그중에 rapidjson이 속도가 괜찮다고 해서 한번 이용해 보기로 했다. 

http://stackoverflow.com/questions/18107079/rapidjson-working-code-for-reading-document-from-file

http://stackoverflow.com/questions/23170718/rapidjson-get-a-value-inside-an-array-of-another-array

http://westwoodforever.blogspot.kr/2013/03/cocos2d-x-json-c-lib-rapidjson.html

http://postgame.tistory.com/558

https://github.com/miloyip/rapidjson

cocos2d-x파일 입출력 

http://cocos2d-x.tistory.com/entry/FAQ1

http://stackoverflow.com/questions/13294067/how-to-convert-string-to-char-array-in-c


allocator

https://kldp.org/node/109031

GenericValue

가 뭔지 제대로 모르겠가 ㅠㅠ