BBoRoRyong

고정 헤더 영역

글 제목

메뉴 레이어

BBoRoRyong

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (21)
    • 물리엔진 (1)
    • C++ (4)
    • Electron (2)
    • 모바일 (3)
    • Server (3)
    • AI (6)
    • Git (1)
    • Web (0)

검색 레이어

BBoRoRyong

검색 영역

컨텐츠 검색
reactphysics3d 물리엔진

https://www.reactphysics3d.com/ ReactPhysics3D - Open-source C++ physics engine ReactPhysics3D is a C++ physics engine library that can be used in 3D simulations and games. The library is developed by Daniel Chappuis and is released under the open-source ZLib license. ReactPhysics3D has the following features: Rigid body dynamics Disc www.reactphysics3d.com https://www.reactphysics3d.com/userman..

물리엔진 2022. 8. 16. 16:49

Electron 배포

1. 배포할 프로젝트 디렉토리에서 npm install --save-dev electron-builder 2. 배포할 프로젝트의 package.json 의 scripts 에 추가 "build:osx": "electron-builder --mac", "build:linux": "npm run build:linux32 && npm run build:linux64", "build:linux32": "electron-builder --linux --ia32", "build:linux64": "electron-builder --linux --x64", "build:win": "npm run build:win32 && npm run build:win64", "build:win32": "electron-builder..

Electron 2021. 3. 5. 14:42

Electron 개발

--> 참고 사이트 electron: 12.0.0 chrome: 88 (89.0.4389.69 까지 지원) node : 8.9.1 (14.16 까지 지원) npm: 5.5.1 (12.x 까지 지원) npm install electron -g (electron 9.x 버전은 지원 종료) => 최신버전이 설치되지 않으면 npm install electron@latest => 리눅스에서 설치시 에러발생하면 sudo npm install -g electron --unsafe-perm=true --allow-root git clone https://github.com/electron/electron-quick-start 프로젝트 폴더 압축 풀고 해당 디렉토리 접근해서 npm start 프로젝트 실행 후 상단 메뉴..

Electron 2021. 3. 5. 10:22

visual studio 2017 emscripten 환경설정

Python(3.6 이상 설치) - 설치 안하면 emsdk install latest 동작 안 한다(필수) - 꼭 emsdk 폴더 안에 Python 버전 확인하고 해당 버전 설치 - emsdk install python-3.9.2-1 - emsdk activate python-3.9.2-1 - emsdk_env.bat git 설치 git cmd 입력 1. git clone github.com/emscripten-core/emsdk.git 2. cd emsdk emscripten 설치 git 명령어로 emsdk 설치한 경로에서 1. emsdk 경로 찾아가기 2. emsdk install latest (emsdk install 3.1.74..

C++ 2021. 2. 18. 10:55

안드로이드 앱 등록

Minimum supported Gradle version is 6.1.1. Current version is 4.10.3. 오류 발생 시 gradle-wrapper.properties 파일에서 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip 로 변경 prince-mint.tistory.com/10

모바일 2020. 11. 2. 15:10

ionic build 시 gradle 설치 오류 처리

Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio https://gradle.org/releases/ 다운로드하여 설치된 폴더의 /bin을 환경변수에 추가한다. gradle -version 으로 설치 확인 진행한다.

모바일 2020. 5. 11. 14:44

angular 프로젝트 실행하기

설치하기 전에 우선 프로젝트 압축풀고 node_modules, package_lock.json, set.txt 삭제한다. 1. node.js 설치하기 https://nodejs.org/en/ path 설정 잘되었는지 확인 꼭! 설치 확인 방법: test.js 파일 생성 후 console.log('hi'); 작성, cmd로 해당 파일 경로에서 node test.js 실행하여 hi 출력되면 됨. 2. 프로젝트 폴더 위치로 가서 cmd 진행하기 3. npm install 4. ionic serve ①[ng] ERROR in node_modules/@types/parse/index.d.ts(501,36): error TS1005: ',' expected. npm install @types/parse@2.4.7 ..

카테고리 없음 2020. 4. 21. 16:36

geoserver - inspire plugin 설치

1. http://geoserver.org/download/ 접속하여 download - archived 에서 현재 사용중인 geoserver버전과 맞는 것을 선택 2. 확장(extensions) 클릭 3. geoserver-2.4.4-inspire-plugin.zip 을 클릭하여 다운받는다. 4. jar파일을 geoserver가 설치된 경로의 /WEB-INF/lib에 붙여넣는다. 5. geoserver 를 다시 시작한다.

Server 2020. 3. 20. 15:24

추가 정보

인기글

최신글

페이징

이전
1 2 3
다음
TISTORY
BBoRoRyong © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바