filmov
tv
Python Opengl PyOpengl GLUT Window #1
Показать описание
Join My PyQt6 13 Hours Course in Udemy
Please Subscribe Channel And Like The Videos
Hello Friends This is our first video in python opengl programming in this video we will introduce opengl, how we can install opengl with python and our first window of opengl in python
First of all what is opengl
Opengl is an application programming interface also we call call it API which is merely software library for accessing features in graphic hardware and also opengl is designed as streamlined, hardware independent interface that can be implemented on many different types of graphic hardware systems
In these series of videos we are going to perform modern opengl programming where we have vertex shaders and fragment shaders that they run in gpu not cpu also as you know
Opengl does not prepare for us window and inputs like keyboard and mouse inputs so we need another package or library for window and inputs, there are some packages in python that we can use for window and inputs for example we have pysdl2, we have glfw and also we have glut in this video iam going to show you how you can make opengl window in glut and in the next videos I will show how you can make window with glfw
Now the first thing you should install pyopengl for installing pyopengl simply open your terminal command and write pip install pyopengl after that open your pycharm
Installing PyOpengl
pip install pyopengl
Link For Needed GLUT DLL
Please Subscribe Channel And Like The Videos
Hello Friends This is our first video in python opengl programming in this video we will introduce opengl, how we can install opengl with python and our first window of opengl in python
First of all what is opengl
Opengl is an application programming interface also we call call it API which is merely software library for accessing features in graphic hardware and also opengl is designed as streamlined, hardware independent interface that can be implemented on many different types of graphic hardware systems
In these series of videos we are going to perform modern opengl programming where we have vertex shaders and fragment shaders that they run in gpu not cpu also as you know
Opengl does not prepare for us window and inputs like keyboard and mouse inputs so we need another package or library for window and inputs, there are some packages in python that we can use for window and inputs for example we have pysdl2, we have glfw and also we have glut in this video iam going to show you how you can make opengl window in glut and in the next videos I will show how you can make window with glfw
Now the first thing you should install pyopengl for installing pyopengl simply open your terminal command and write pip install pyopengl after that open your pycharm
Installing PyOpengl
pip install pyopengl
Link For Needed GLUT DLL
Комментарии