«libgdx» 태그된 질문

LibGDX는 Windows, Linux, Mac OS X, Android, iOS 및 WebGL 지원 브라우저에서 작동하는 OpenGL (ES) 기반의 플랫폼 간 Java 게임 개발 프레임 워크입니다.

2
기능적 언어는 Android에서 얼마나 잘 수행됩니까?
이것은 내가 생각하는 이 질문 의 특별한 경우입니다 . Android 용 게임을 만들고 있는데 libgdx와 함께 Scala를 사용할 계획입니다. 퍼포먼스 게임을 만들 계획이지만 꼭 퍼포먼스 게임은 아닙니다. Garbage Collection에 대한 libgdx의 문서를 보았 으므로 다음 과 같이 생각합니다. 함수형 프로그래밍은 많은 불변 개체를 의미합니다. 따라서 객체를 변경하려면 새 객체를 만들어야합니다. …
10 java  android  libgdx 

5
Vector3와 함께 연산자 '> ='를 사용할 수없는 이유는 무엇입니까?
나는 등을 참조 두 위치 사이에서 이동하는 사각형을 얻기 위해 노력하고 _positionA와 _positionB. 둘 다 유형 Vector3입니다. 사각형은 잘 움직입니다. 그러나 도달 _positionB하면 반대 방향으로 움직이지 않습니다. 코드를 다시 살펴 보았습니다. 객체가 움직일 if때 코드 의 명령문이 rects 위치가 같은 프레임을 놓쳤다 는 결론에 도달했습니다 _positionB. rects 위치가 보다 크거나 …
9 unity  c#  vector  mathematics  vector  matrix  unity  c#  transformation  java  3d  terrain-rendering  shading  ios  opengl-es  opengl  rendering  optimization  python  scripting  minecraft-modding  modding  pc  3d-meshes  mesh  culling  point-cloud  networking  interpolation  mathematics  game-design  ai  game-mechanics  animation  unreal-4  skeletal-animation  3dsmax  unity  c#  3d  opengl  c++  textures  unity  ide  cocos2d  cocos2d-x-js  unity  c#  mono  il2cpp  c++  game-loop  timer  linux  flash  actionscript-3  java  glsl  c++  vector  entity-component  c++  directx11  windows  visual-studio  libgdx  mouse  unity  c#  architecture  storage  unity  c#  rotation  coordinates  quaternion  vrpn  movement  vector  unreal-4  unity  shaders  unity  gui  text  bug  shooter  3d  animation  rendering  voxels  c++  mmo  multithreading  linux  textures  procedural-generation  terrain-rendering  multiplayer  mmo  game-state  java  android  libgdx  opengl  procedural-generation  unity  gui  3d  animation  tools  geometry-shader  mobile  advertisements  unity  c#  animation  scripting  unity  animation  unityscript  coroutines  unity  shaders  lighting  camera 

1
LibGDX 3D에서 충돌 이벤트를 어떻게 유도합니까?
아래 코드에는 내가하고 싶은 일의 예가 있습니다. 카메라가 있는데 상자 중 하나에 맞을 때마다 움직이지 않기를 원합니다. 어떻게해야합니까? public class Main extends ApplicationAdapter { private final ModelBuilder builder = new ModelBuilder(); private final Environment environment = new Environment(); private ModelBatch modelBatch; private PerspectiveCamera camera; private Model model; private ArrayList<ModelInstance> instance …

6
Android 구성을 실행할 때 .ttf 파일을 읽을 수없는 이유는 무엇입니까?
Android 기기에서 게임을 실행하거나 디버깅 할 때 logcat에이 오류가 발생합니다. com.badlogic.gdx.utils.GdxRuntimeException : 파일 읽기 오류 : data / fonts / myFont.ttf (내부) 이 코드 라인에 의해 생성됩니다 : FreeTypeFontGenerator generator = new FreeTypeFontGenerator(fontFile); 여기서 fontFile다음과 같이 정의된다 : FileHandle fontFile = Gdx.files.internal("data/fonts/myFont.ttf"); 데스크톱 구성을 실행할 때 발생하지 않습니다. 데스크탑 구성의 …
9 libgdx  loading  fonts  file  ttf 

4
LibGDX는 TiledMap의 경계 내에 카메라를 유지
잘 렌더링 할 수있는 간단한 TiledMap이 있습니다. Box2D로 도약하는 플레이어가 있고 카메라가 플레이어를 따라갑니다. cam.position.set( player.position().x * Game.PPM + Game.V_WIDTH / 4, player.position().y * Game.PPM, 0 ); cam.update(); 그러나 카메라는 TiledMap을 "끄기"이동합니다. 카메라를 TiledMap에 유지하려면 어떻게해야합니까?지도 가장자리 근처에있을 때 카메라가 스크롤을 멈추고 플레이어가 카메라 가장자리쪽으로 이동합니까?


3
libgdx의 장단점 [닫기]
폐쇄되었습니다 . 이 질문은 의견 기반 입니다. 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? 이 게시물 을 편집 하여 사실과 인용으로 답변 할 수 있도록 질문을 업데이트하십시오 . 휴일 육년 전 . 나는 한동안 안드로이드 개발자 였고 게임에 들어가는 것에 대해 생각하고 있습니다. 게임 개발 프레임 워크를 찾는 동안 libgdx는 …
9 android  libgdx 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.