Media Summary: Learn how to build powerful desktop applications with Setup the vertex buffer object and the vertex attribute pointers, and finally draw a colored triangle. Let's create labels for the sliders, called X, Y and Z. You can find the code here:

Wxpython Gui And Pyopengl 08 - Detailed Analysis & Overview

Learn how to build powerful desktop applications with Setup the vertex buffer object and the vertex attribute pointers, and finally draw a colored triangle. Let's create labels for the sliders, called X, Y and Z. You can find the code here: Just solving the problem with the exiting of the application when the triangle rotates. You can find the code here: ... Let's create a separate module for all the OpenGL stuff, like the vertices and the vertex buffer objects, and create vertex array ... In order to draw something in modern OpenGL, we need to create a vertex and a fragment shader.

Let's create the canvas, where we can draw with OpenGL. Let's create 2 checkboxes, one for changing the background color and the second for setting the polygonmode to wireframe. Let's create the first window or a Frame in Just further improving the application. You can find the code here:

Photo Gallery

wxPython GUI and PyOpenGL - 08 - wx.Panel
Build a Desktop App with Python (wxPython GUI Tutorial)
wxPython GUI and PyOpenGL - 06 - VBOs and the first triangle
wxPython GUI and PyOpenGL - 16 - StaticText and Font
wxPython GUI and PyOpenGL - 10 - exiting the App
wxPython GUI and PyOpenGL - 11 - geometries class p1
wxPython GUI and PyOpenGL - 01 - introduction
wxPython GUI and PyOpenGL - 20 - final, exporting to .exe with pyinstaller
wxPython GUI and PyOpenGL - 05 - basic shaders
wxPython GUI and PyOpenGL - 03 - creating the Canvas
wxPython GUI and PyOpenGL - 17 - Checkboxes
wxPython GUI and PyOpenGL - 02 - creating a Frame
View Detailed Profile
wxPython GUI and PyOpenGL - 08 - wx.Panel

wxPython GUI and PyOpenGL - 08 - wx.Panel

Let's create a container for all the

Build a Desktop App with Python (wxPython GUI Tutorial)

Build a Desktop App with Python (wxPython GUI Tutorial)

Learn how to build powerful desktop applications with

wxPython GUI and PyOpenGL - 06 - VBOs and the first triangle

wxPython GUI and PyOpenGL - 06 - VBOs and the first triangle

Setup the vertex buffer object and the vertex attribute pointers, and finally draw a colored triangle.

wxPython GUI and PyOpenGL - 16 - StaticText and Font

wxPython GUI and PyOpenGL - 16 - StaticText and Font

Let's create labels for the sliders, called X, Y and Z. You can find the code here: https://github.com/totex/

wxPython GUI and PyOpenGL - 10 - exiting the App

wxPython GUI and PyOpenGL - 10 - exiting the App

Just solving the problem with the exiting of the application when the triangle rotates. You can find the code here: ...

wxPython GUI and PyOpenGL - 11 - geometries class p1

wxPython GUI and PyOpenGL - 11 - geometries class p1

Let's create a separate module for all the OpenGL stuff, like the vertices and the vertex buffer objects, and create vertex array ...

wxPython GUI and PyOpenGL - 01 - introduction

wxPython GUI and PyOpenGL - 01 - introduction

Let's get started with

wxPython GUI and PyOpenGL - 20 - final, exporting to .exe with pyinstaller

wxPython GUI and PyOpenGL - 20 - final, exporting to .exe with pyinstaller

Let's export our

wxPython GUI and PyOpenGL - 05 - basic shaders

wxPython GUI and PyOpenGL - 05 - basic shaders

In order to draw something in modern OpenGL, we need to create a vertex and a fragment shader.

wxPython GUI and PyOpenGL - 03 - creating the Canvas

wxPython GUI and PyOpenGL - 03 - creating the Canvas

Let's create the canvas, where we can draw with OpenGL.

wxPython GUI and PyOpenGL - 17 - Checkboxes

wxPython GUI and PyOpenGL - 17 - Checkboxes

Let's create 2 checkboxes, one for changing the background color and the second for setting the polygonmode to wireframe.

wxPython GUI and PyOpenGL - 02 - creating a Frame

wxPython GUI and PyOpenGL - 02 - creating a Frame

Let's create the first window or a Frame in

wxPython GUI and PyOpenGL - 12 - geometries class p2

wxPython GUI and PyOpenGL - 12 - geometries class p2

Just further improving the application. You can find the code here: https://github.com/totex/