직접 만들면서 배우는 Three.js 3

ep.1 | 직접 만들면서 배우는 Three.js - VS Code 설치와 유용한 플러그인

Go to the VS Code website and click the "Download" button to download the latest version of the editor. Run the downloaded installer and follow the on-screen instructions to complete the installation process. Once VS Code is installed, you can launch it by clicking on its icon in the start menu (on Windows) or by using the code command in your terminal (on Mac or Linux). When VS Code launches, y..

ep.1 | 직접 만들면서 배우는 Three.js - Visual Studio Code & 유용한 Extension 설치

1. Visual Studio Code를 설치한다. 비주얼 스튜디오 코드 또는 코드는 마이크로소프트가 마이크로소프트 윈도우, macOS, 리눅스용으로 개발한 소스 코드 편집기이다. 우리는 이 에디터를 활용하여 Three.js를 활용한 에디터를 만들 것이다. 아래의 링크를 클릭하여 Visual Studio Code를 다운로드 받은 후 설치한다. Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code ..

ep.0 | 직접 만들면서 배우는 Three.js - 시작하면서...

시작하면서... 꾸준함은 똑똑함을 이긴다는 말이 있다. 똑똑하지 못한 탓에 내가 잘할 수 있는 것을 꾸준하게 기록하고, 더 나아가, 지식을 누군가에게 계속해서 나누고 싶다. 나의 기록이 어디선가 큰 힘이 되기를 바라며 앞으로 1주일에 1회 이상 Three.js와 관련한 강의를 업로드해보고자 한다. Three.js란? Three.js란 웹 브라우저에서 3차원 컴퓨터 그래픽스 애니메이션 응용을 만들고 표현하기 위해 사용되는 자바스크립트 라이브러리이자 API다. 오픈 소스 프로젝트로 깃허브에 공개되어 있다. 학부 Computer Graphics 수업을 통해 접하게 된 Three.js Three.js를 처음 다룬 것은 작년 1학기 학부에서 Computer Graphics를 수강하면서다. 3D 기반의 웹 프로젝트..