[Tutorial] AndEngine Introduction |
* AndEngine 공식 사이트
출처 : http://www.matim-dev.com/introduction-to-the-andengine.html
Introduction
-
free open source OpenGL android game engine.
-
OpenGL 을 몰라도 Java 를 사용할 줄만 알면 OpenGL 의 feature 를 사용할 수 있다.
물론 OpenGL 에 대한 지식과 경험이 있으면 더 도움이 된다.
Feature
-
Multi resolution support
-
Multi touch supprot.
-
Physics extension
-
TiledMaps in TMX format support.
-
Particle System
-
Live Wallpaper extension
Main Benefits
-
Free, open source
-
OpenGL 경험이 없어도 된다. ( 물론 지식, 경험이 있으면 더 좋다. )
-
community 가 상대적으로 크고, 액티브하다.
-
Engine extension 이 있다.
Main Drawbacks
-
Code documentation 이 없다.
이는 아래의 구글 플레이에서 example 을 보고, example 코드를 다운받아 해석하면 된다.
남의 코드를 읽을 기회라고 생각하고 봐보자.
구글 플레이 링크
https://play.google.com/store/apps/details?id=org.anddev.andengine.examples
Example Code 링크
https://github.com/nicolasgramlich/AndEngineExamples
-
다른 native engine 에 비해서 조금 느린 감이 있다.
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] textAllCaps 속성. (0) | 2014.04.28 |
---|---|
android - Spannable 을 잘 사용하면 TextView 의 마스터!! (0) | 2014.04.25 |
[android] Fragment State 제대로 관리하기. (0) | 2014.04.24 |
keytool and openssl command for debug.keystore hash print nothing - which is for kakao developer or facebook sdk (0) | 2014.04.22 |
[android] adb install multiple device 잡힐 때 device 하나 지정하는 방법 (0) | 2014.04.21 |
댓글