46:10
Shaders - Pygame & ModernGL Tutorial
Shaders aren't natively supported in Pygame, but with ModernGL and some tricks, we can add OpenGL shaders using GLSL to ...
0:45
In my latest project, I have been working on creating a 3D engine using Python, ModernGL, and a variety of other libraries.
7:07
Rendering 100,000 Steves with Python
I've reached 100000 subscribers and I want to see what a crowd of 100000 looks like. I decided to render all of my subscribers as ...
5:34
Pyglet is perhaps the BEST Game Engine for Python
Building 2D games on python usually means building games with Pygame. However, I decided I wanted to take a look at Pyglet ...
1:06:39
Creating a Voxel Engine (like Minecraft) from Scratch in Python
OpenGL Tutorial for creating a Voxel 3D Engine like Minecraft using Python. Libraries and modules used: Pygame, ModernGL, ...
1:32
Python moderngl voxels with basic physics
Started to play around with basic physics trying to find the optimal/fastest way to do this. We don't have too much slack in python.
0:42
Compute Shader Controlled Volume with Python moderngl
Practice of controlling volume data buffer with compute shader, rendered with ray marching.
1:20
Pygame • PyOpenGL • Toon shading
I continue to study shaders. ======= Links to useful resources ======= 1. Inspired by: ...
34:50
Introduction to shaders: Learn the basics!
0:00 Intro 1:24 What is a shader? 3:37 Setting up shaders in P5js 5:58 GLSL data types 7:00 Vectors 8:58 Attributes, Uniforms and ...
10:15
Advanced Procedural 3D Graphics. Ray Marching Tutorial
Python OpenGL Tutorial on creating procedural 3D Graphics Engine using the Ray Marching (sphere tracing) technique.
8:26
Adding Realistic Shadows to my 3D Python Game
Check out https://brilliant.org/DaFluffyPotato/ to start your free 30 day trial of Brilliant and receive 20% off a premium subscription.
0:59
Python ModernGL Water Ripples (OpenGL 3.3 core)
GPU version of https://github.com/salt-die/ripple Source: ...
6:01
Shaders aren't natively supported in Pygame and I advised against trying to use them in the past, but it's not impossible to use ...
15:31
Procedural 3D Engine. Ray Marching OpenGL Tutorial
Python OpenGL Tutorial on creating Procedural 3D Graphics Engine using the Ray Marching technique. To work with OpenGL, ...
11:27
Modern OpenGL Tutorial - Compute Shaders
In this tutorial I'll show you how to use Compute Shaders in your OpenGL projects. *Source Code* ...
5:30
When Python is too Slow for my Steam Game
WISHLIST YAWNOC: https://store.steampowered.com/app/2824730/Yawnoc Sometimes there are things that Python is too slow ...
4:49
interactive Rubik's cube in python using moderngl(3d picking and mouse trackball)
github page for the code: https://github.com/zhanggiene/Rubic_cube_animation_python useful links: ...
11:08
Getting Started With GLSL Shaders and Python | Mold Simulation #1
In this video we set up the project that we will be using in order to create our mold simulation running off the gpu with glsl compute ...
0:13
Python OpenGL 4.1 Core - Cube with geometry shader and multiple textures
https://github.com/Contraz/demosys-py.