https://github.com/umitkoc/glfw
GLFW for OPENGL
https://github.com/umitkoc/glfw
c cpp glfw glfw3 opengl ubuntu
Last synced: 3 months ago
JSON representation
GLFW for OPENGL
- Host: GitHub
- URL: https://github.com/umitkoc/glfw
- Owner: umitkoc
- Created: 2024-11-25T22:22:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:31:02.000Z (over 1 year ago)
- Last Synced: 2025-05-29T19:58:51.779Z (about 1 year ago)
- Topics: c, cpp, glfw, glfw3, opengl, ubuntu
- Language: C
- Homepage: https://www.glfw.org/
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### install libs on the ubuntu:
```
sudo apt install libwayland-dev
sudo apt install libxkbcommon-dev
sudo apt install libx11-dev
sudo apt install pkg-config
sudo apt install libxrandr-dev
sudo apt install libxinerama-dev
sudo apt install libxcursor-dev
sudo apt install libxi-dev
```
---
### First image (Draw)

---