본문 바로가기

분류 전체보기211

Node.js 설치 Node.js는 확장성 있는 네트워크 애플리케이션(특히 서버 사이드) 개발에 사용되는 소프트웨어 플랫폼이다. 작성 언어로 자바스크립트를 활용하며 Non-blocking I/O와 단일 스레드 이벤트 루프를 통한 높은 처리 성능을 가지고 있다. 내장 HTTP 서버 라이브러리를 포함하고 있어 웹 서버에서 아파치 등의 별도의 소프트웨어 없이 동작하는 것이 가능하며 이를 통해 웹 서버의 동작에 있어 더 많은 통제를 가능케 한다. - https://ko.wikipedia.org/wiki/Node.js https://nodejs.org/ko/download/ 에서 자신에게 맞는 버전의 인스톨러를 다운 받아서 설치해줍니다. 다운로드 | Node.js Node.js® is a JavaScript runtime built.. 2021. 5. 30.
Android Studio 설치(Windows) 앱을 개발 후에 배포를 하기 위해서는 어쨌거나 Android Studio의 도움이 필요합니다. 그렇기 때문에 Android Studio를 설치해보도록 하겠습니다. https://developer.android.com/studio 2021. 5. 30.
Visual Studio Code 설치 앱 개발을 위해 몇 가지 프로그램을 설치해보도록 하겠습니다. Visual Studio Code 라는 에디터 프로그램을 설치할 것입니다. Visual Sutdio Code는 https://code.visualstudio.com/ 에서 Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code... 2021. 5. 30.
3D Modeling 프로그램 설치와 실행 3D 모델링을 하기 위해서는 3D 툴이 필요하다. 3D 프로그램은 꽤나 여러가지가 있는데 보편적으로 Maya, Cinema4D, 3DsMax, CAD, Blender 등이 있다. 각각의 프로그램마다 조금 더 특화된 분야가 있기 때문에 원하는 분야에 맞춰서 설치하면 되겠다. 나는 3DsMax를 주로 사용하지만 이번에 Blender를 이용하여 작업을 하기 위해 Blender를 설치했다. Blender를 설치하려면 https://www.blender.org/ 링크에서 메인 페이지에 보이는 Download 버튼을 클릭하고 설치하면 된다. blender.org - Home of the Blender project - Free and Open 3D Creation Software The Freedom to Crea.. 2021. 5. 30.