WebGL
: 2d, 3d graphics for the web
WebGL이란?
→ plug-ins 없이 high-performance interactive 2D, 3D graphics를 rendering 해주는 javascript API이다.
- Plugin(add-on, extension) computer software that adds new functions to a host program without altering the host program itself:
작동 방식
- OpenGL ES 2.0와 같은 형식을 따르는 API로 HTML <canvas> element에 쓰인다. 이를 통해 유저 디바이스에 있는 hardware graphics acceleration을 사용할 수 있게 된다.
Unity WebGL Player | polygon-starter
웹 브라우저에서 webcam 사용하기
웹 브라우저에서 웹캠(Webcam) 사용하기