http://jwezorek.com/2014/08/cocos2d-x-box2d-breakout-updat...
-
This is Slide 1 Title
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 2 Title
This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 3 Title
This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
2016년 2월 28일 일요일
Box2d Bounce ball
http://www.raywenderlich.com/28602/intro-to-box2d-with-cocos2d-2-x-tutorial-bouncing-ba...
Box2d sample
http://mcast.tistory.com/entry/Box2D-ConceptsBox2D Example #1 Body 만들기http://mcast.tistory.com/entry/Box2D-Example-1-Body-%EB%A7%8C%EB%93%A4%EA%B8%B0 Box2D Example #2 충돌 처리http://mcast.tistory.com/entry/Box2D-Example-2-%EC%B6%A9%EB%8F%8C-%EC%B2%98%EB%A6...
2016년 2월 26일 금요일
Box2d 한글설명
http://sonan.tistory.com/30 http://whitemiracle.tistory.com/entry/IOS-Cocos2d-%EB%AC%BC%EB%A6%AC%EC%97%94%EC%A7%84-Box2d-%EB%B2%88%EC%97...
2016년 2월 24일 수요일
cocos2dx 구글연동은 이거만보면되여
http://blog.naver.com/PostView.nhn?blogId=addgame&logNo=220265876612&parentCategoryNo=&categoryNo=12&viewDate=&isShowPopularPosts=false&from=postView자세히 적어주셔서 감사해요. http://3plab.tistory.com/category/Data/Cocos2d-x%20%EA%B8%B0%EB%8A%A5%EC%84%B1%20%EA%B2%8C%EC%9E%84%20%EA%B0%9C%EB%B0%9C%EA%B3%BC%EC%A0%95&nb...
2016년 2월 23일 화요일
2016년 2월 22일 월요일
2016년 2월 20일 토요일
cocos2dx 안드로이드 실행해보기
window 에서 cocos2dx 를 안드로이드에서 실행시키기는 더럽게 어렵다.일단 코코스카페에서 ..http://cafe.naver.com/cocos2dxusers/26908 cocos2dcpp 를 찾을수 없단다. XX검색한것.-http://stackoverflow.com/questions/23757578/unsatisfiedlinkerror-couldnt-load-cocos2dcpp-findlibrary-returned-null :Eclipse 에서는http://cocos2d-x.org/documentation/installation/C/index.html이렇게 간단하...또..cocos2dcpp 다. -android.mk 에서 cpp 모두 추가..http://discuss.cocos2d-x.org/t/how-do-i-add-my-cpp-files-to-the-cocos2d-x-3-7-android-studio-project/23757...
AndroidStudio 실행이 안되고 응답없을떄
AndroidStudio 를 설치했는데 응답도 없다.내 경우에는 JDK 1.8.0_73 을 새로 설치해서환경변수에JAVA_HOME C:\Program Files\Java\jdk1.8.0_73JDK_HOME C:\Program Files\Java\jdk1.8.0_73시스템변수에JAVA_HOME C:\Program Files\Java\jdk1.8.0_73JDK_HOME C:\Program Files\Java\jdk1.8.0_73ANDROID_JDK_HOME C:\Program Files\Java\jdk1.8.0_73했더니 ...
2016년 2월 19일 금요일
게임-개발에-주로-사용되는-디자인-패턴
https://github.com/skatpgusskat/December/wiki/%EA%B2%8C%EC%9E%84-%EA%B0%9C%EB%B0%9C%EC%97%90-%EC%A3%BC%EB%A1%9C-%EC%82%AC%EC%9A%A9%EB%90%98%EB%8A%94-%EB%94%94%EC%9E%90%EC%9D%B8-%ED%8C%A8%ED%84...
조정훈, 게임 프로그래머를 위한 클래스 설계, NDC2012
http://www.slideshare.net/devcatpublications/ndc2012-12695564?relate...
2016년 2월 18일 목요일
RealTime Game tutotual
http://blogs.shephertz.com/2013/08/19/cocos2d-x-realtime-fighting-game-tutori...
2016년 2월 15일 월요일
ECLIPSE 유용한 플러그인
By schoolhompy at 2월 15, 2016
No comments
http://stanleykou.tistory.com/entry/%EC%9D%B4%ED%81%B4%EB%A6%BD%EC%8A%A4%EC%9D%98-%EC%9C%A0%EC%9A%A9%ED%95%9C-%ED%94%8C%EB%9F%AC%EA%B7%B8%EC%9D...
2016년 2월 13일 토요일
2016년 2월 12일 금요일
2016년 2월 8일 월요일
Git 서버 설정
생활코딩 쵝오. https://opentutorials.org/course/303/2291순서대로.http://seungbinkim.blogspot.kr/2010/10/git-clone.html 따라했음서버에 구성시키기.원본 디렉토리(original) 에서/home/original/git initgit add .git commit -a -m 'fist'서버의 public_html 서비스 폴더에서/home/original/public_htmlgit clone --bare&nb...
2016년 2월 6일 토요일
Linux 서버 파일깨질때.
서버에 euckr 로 저장된 파일이름을 utf-8 로 바꾸기.http://www.welog.net/gbbs/bbs/board.php?bo_table=linux&wr_id=310쉘에서 한글파일이름 보이도록 utf 환경설정http://solskjaer.tistory.com/20git 원격서버http://blog.flowerprince.net...