본문 바로가기

programming | development/processing | p53

Processing + LeapMotion 연동 립모션 SDK 를 설치해줘야 하는데 공홈의 최신 드라이버(4.1.0)에는 java sdk 가 없다고 한다. 4.1.0 을 설치했다면 Uninstall 하고 3.2 버전을 설치한다. https://developer.leapmotion.com/releases/?category=orion Legacy Releases — Ultraleap for Developers This is the place to find current and past Leap Motion downloads. Be sure to check the SDK and asset requirements for all Unity releases. Orion SDK › Unity Assets › developer.leapmotion.com 설치를 했으.. 2021. 7. 29.
Processing Visual Studio Code Setup Processing을 VisualStudioCode 에서 편집하고 실행하기 위한 세팅 방법 1. Processing 과 Visual Studio Code 를 설치한다. 2. Processing 이 설치된 경로를 복사하여 환경변수로 설정한다. 내PC > 오른쪽마우스 클릭 - 속성> 고급 시스템 설정> 환경변수 - Path 클릭하여 복사한 경로 추가 3. Processing에 들어가 Interfascia 라이브러리 설치 4. Vscode 에서 Processing Language extension 설치한다. 5. View > Command Palette(또는 Ctrl + Shift +P)눌러 Processing : Create Task File 선택후 나오는 경로확인하고 선택한다. 6. tasks Json 파.. 2021. 7. 18.
P5.js Atom Setup 1. P5.js 라이브러리 다운받기https://p5js.org/ko/download/ 2. Atom 설치하기https://atom.io/ 3. Atom Pacakage 설치하기Ctrl + ,  를 눌러서 setting 에 들어가고 Install 탭에서 설치 atom-live-servep5xjs-autocompleteatom-beautify 하려고했는데 안됨(혹시 애드가드를 사용중이라면 끄고 검색해야한다) 4. P5.js 라이브러리 다운https://p5js.org/ko/download/다운받은 P5 라이브러리 안에있는 이 폴더를 복사해서 원하는 이름으로 바꿔주고 Atom 에서 열어준다. 스케치파일 코드 작성하고 html 파일 열어보니까 에러뜨고 안됨 여기 저 .. 에 라이브러리 폴더경로를 써줘야되는거였.. 2021. 7. 14.