yuri-panchul / opengl-and-vulkan-exercises

My elementary OpenGL and Vulkan exercises to understand the software side of GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opengl-and-vulkan-exercises

My elementary OpenGL and Vulkan exercises to understand the software side of GPU

2023.09.09

sudo apt-get install gcc-c++ libGLEW-devel libglfw3-devel
  • Created a rudimentary program that uses GLEW and GLFW, as well as a script to run it.

2024.07.03

  • Installed GLEW and GLFW in Lubuntu by doing:
sudo apt install libglfw3-dev libglew-dev

About

My elementary OpenGL and Vulkan exercises to understand the software side of GPU

License:MIT License


Languages

Language:C++ 75.4%Language:Tcl 17.8%Language:Shell 6.8%