engine 3

Godot3 Multiple resolutions

Godot3 Multiple resolutions Base size A base size for the window can be specified in the project settings under "Display", "Window". 창의 기본 크기는 프로젝트 설정에서 "디스플레이", "창"으로 지정할 수 있습니다. However, what it does is not completely obvious; the engine will not attempt to switch the monitor to this resolution. Rather, think of this setting as the "design size", i.e. the size of the area that you work with in..

game/godot 2018.09.19

Building a JavaScript-Based Game Engine for the Web

HTML5 Canvas와 jQuery 등의 JavaScript FrameWork를 이용한 게임개발에 대한 설명과 AVES 엔진에 대한 설명입니다. 도영상 마지막 부분에는 프로토타입으로 만든 게임영상을 볼 수 있군요. 영어를 못하니 대충 지나가는 말중에 10%도 못 알아 먹고, 결국은 PT자료를 보고서 조금 더 이해를 할 수 있었습니다. ** Building a JavaScript-Based Game Engine for the Web - Paul Bakaus, June 11, 2010, Google ...... * Oh noes! Canvas is a lot slower! - Canvas image API is pretty inefficient, as it needs as DOM representation..

lang/node 2011.01.20
반응형