일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- vi
- vim명령어
- opencv
- google drive 업로드
- vim
- Google Drive API
- 아두이노 설치
- opencv apt설치
- annotating
- opengl
- ubuntu
- 정보처리기사후기
- rotation
- translation
- Python
- 고정ip할당
- 아두이노
- esp32
- 우분투 opencv 설치
- api사용해서 google drive에 폴더만들기
- opencv resize
- sshkey
- apt update
- libopencv-dev
- c#
- 정보처리기사
- Winform
- vtk
- google drive upload
- NodeMCU
- Today
- Total
목록OpenGL (12)
내가 보려고 만든 블로그
https://github.com/ocornut/imgui GitHub - ocornut/imgui: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - GitHub - ocornut/imgui: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies github.com 우분투 환경에서 진행함 git clone https://github.com/ocornut/imgui 터미..
OpenGL 그래픽 하드웨어의 기능 사용하게 해주는 API 하드웨어 / 운영체제와 독립적으로 사용할 수 있는 인터페이스 제공 그렇기 때문에 window 기능 같은 건 다른 걸 사용해야함 3차원 오브젝트나 사진 같은 걸 다루는 기능도 없음 점, 선, 삼각형, 패치와 같은 geometric primitive로 치환해서 사용해야함 이미지를 렌더링하기 위한 OpenGL 어플리케이션의 주요 연산들 그릴 data가 OpenGL의 geometric primitive의 어떤 shape인지 정하기 여러 쉐이더를 통해 input primitive의 위치, 색 등의 렌더링 속성을 결정 input primitive의 수학적인 표현을 screen에 대한 위치로 표현한 fragment로 치환 rasterization이라 부름 r..
opengl super bible을 공부하고 있는데 예제파일 돌리기가 쉽지않다. git clone https://github.com/openglsuperbible/sb7code.git 이렇게 터미널에 치면 그 경로에 다운됨 GitHub - openglsuperbible/sb7code: Source code and supporting material for the 7th Edition of OpenGL SuperBible Source code and supporting material for the 7th Edition of OpenGL SuperBible - GitHub - openglsuperbible/sb7code: Source code and supporting material for the 7th..
CMake Warning (dev) at /usr/share/cmake-3.16/Modules/FindOpenGL.cmake:275 (message): Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when available. Run "cmake --help-policy CMP0072" for policy details. Use the cmake_policy command to set the policy and suppress this warning. FindOpenGL found both a legacy GL library: OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so and GLVND..