Udemy - 2D Generative Python - Arts and Maths with Primitive Mode...
- Category Other
- Type Tutorials
- Language English
- Total size 1.6 GB
- Uploaded By freecoursewb
- Downloads 115
- Last checked 1 week ago
- Date uploaded 7 months ago
- Seeders 3
- Leechers 3
Infohash : 115DF7EA8069B7320D36EADB92209091E84324EB
2D Generative Python: Arts and Maths with Primitive ModernGL
https://WebToolTip.com
Published 5/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 3h 45m | Size: 1.54 GB
Learn Python with Fast Visual Simulations Using NumPy, CuPy and GPU Rendering
What you'll learn
Write and understand fundamental Python code using variables, loops, lists, and functions.
Build visual and interactive programs using ModernGL and ModernGL-Window.
Apply basic numerical and graphical techniques using NumPy and CuPy (For GPU speeds!).
Create structured Python projects from scratch using clean, readable code practices.
Requirements
Preferably some coding knowledge. If not, you will learn what you need from the course.
Files:
[ WebToolTip.com ] Udemy - 2D Generative Python - Arts and Maths with Primitive ModernGL- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1 - Introduction
- 1 -Is this course for you.mp4 (36.6 MB)
- 2 - Course Notes.html (0.2 KB)
- 2 - Install PyCharm and Python.html (0.2 KB) Generative Python Tutorials
- Path to Render.pdf (2.4 MB) Section 01 - Python Basics
- Lesson10_Exercise3.py (0.4 KB)
- Lesson1_Variables .py (0.1 KB)
- Lesson2_Lists_and_Ranges.py (1.0 KB)
- Lesson3_Loops.py (0.5 KB)
- Lesson4_If_Statements.py (0.5 KB)
- Lesson5_Functions.py (0.9 KB)
- Lesson6_Import.py (0.1 KB)
- Lesson7_Exercises.py (0.9 KB)
- Lesson8_Exercise1.py (0.3 KB)
- Lesson9_Exercise2.py (0.4 KB) __pycache__
- Lesson5_Functions.cpython-313.pyc (0.8 KB)
- Lesson11_Matrix_Multiplication.py (2.3 KB)
- Lesson12_NumPy_Basics.py (1.1 KB)
- Lesson13_NumPy_Speedtest.py (0.6 KB)
- Lesson14_BankAccount.py (0.6 KB)
- Lesson15_Better_Bank_Account.py (1.6 KB)
- Lesson16_Car_Salesperson.py (1.1 KB)
- Lesson19 - ModernGL Window Render.py (1.0 KB)
- Lesson20 - Vertex Shaders.vert (0.9 KB)
- Lesson21 - Fragment Shader.frag (0.1 KB)
- square_cell.frag (0.2 KB)
- square_cell.vert (0.7 KB)
- square_cell.cpython-313.pyc (8.7 KB)
- square_cell.py (5.9 KB)
- square_cell_animation.py (2.5 KB) Section 06 - ModernGL Circle Shaders
- circle.frag (0.7 KB)
- circle.vert (0.8 KB)
- circle.cpython-313.pyc (9.7 KB)
- circle.py (5.8 KB)
- circle_animation.py (2.4 KB) Section 07 - ModernGL Line Shaders
- line.frag (0.7 KB)
- line.vert (0.8 KB)
- line.cpython-313.pyc (8.1 KB)
- line.py (4.6 KB)
- line_animation.py (2.2 KB) Section 08 - Project 01 - Sandpile Shaders
- square_cell.frag (0.2 KB)
- square_cell.vert (0.7 KB)
- sandpile.cpython-313.pyc (8.5 KB)
- square_cell.cpython-313.pyc (10.5 KB)
- sandpile.py (5.3 KB)
- sandpile_simulation.py (1.2 KB)
- square_cell.py (8.1 KB) Section 09 - Project 2 - Orbital Patterns Shaders
- circle.frag (0.7 KB)
- circle.vert (0.8 KB)
- line.frag (0.7 KB)
- line.vert (0.8 KB)
- bodies.cpython-313.pyc (3.9 KB)
- circle.cpython-313.pyc (10.4 KB)
- line.cpython-313.pyc (9.3 KB)
- bodies.py (1.9 KB)
- circle.py (7.1 KB)
- line.py (6.0 KB)
- orbital_patterns.py (4.3 KB) idea
- Generative Python Tutorials.iml (0.3 KB)
- gitignore (0.2 KB) inspectionProfiles
- profiles_settings.xml (0.2 KB)
- misc.xml (0.2 KB)
- modules.xml (0.3 KB)
- workspace.xml (11.2 KB) 10 - Project 2 Orbital Patterns
- 1 -What is Orbital Patterns.mp4 (14.9 MB)
- 2 -Orbital Patterns Part 1.mp4 (45.4 MB)
- 3 -Orbital Patterns Part 2.mp4 (95.0 MB)
- 4 -Orbital Patterns Part 3.mp4 (32.2 MB)
- 1 -What to do Next.mp4 (30.5 MB)
- 1 -Ints, Floats, Strings.mp4 (14.0 MB)
- 10 -Exercise 3 Move Zeros to the End.mp4 (8.1 MB)
- 2 -Lists, Ranges.mp4 (25.1 MB)
- 3 -For and While Loops.mp4 (19.8 MB)
- 4 -If Statements.mp4 (12.8 MB)
- 5 -Functions.mp4 (13.4 MB)
- 6 -Imports.mp4 (23.3 MB)
- 7 -You Did Good. Now, Exercises.mp4 (10.3 MB)
- 8 -Exercise 1 Proper Divisors.mp4 (14.6 MB)
- 9 -Exercise 2 Fibonacci Threshold Search.mp4 (15.2 MB)
- 1 -Matrix Multiplication and Why We Need Numpy.mp4 (21.4 MB)
- 2 -NumPy Basics.mp4 (52.9 MB)
- 3 -Lecture 13 NumPy Speed Test.mp4 (25.1 MB)
- 1 -Bank Account.mp4 (24.1 MB)
- 2 -Better Bank Account.mp4 (43.1 MB)
- 3 -Car Salesperson.mp4 (34.2 MB)
- 1 -The Pipeline.mp4 (11.3 MB)
- 2 -Basic ModernGL-Window Loop.mp4 (8.0 MB)
- 3 -What is Fragment Shader.mp4 (44.6 MB)
- 4 -What are OpenGL and ModernGL.mp4 (30.8 MB)
- 5 -What is Vertex Shader.mp4 (12.4 MB)
- 1 -Square Cell Class.mp4 (118.6 MB)
- 2 -Vertex Shader.mp4 (17.5 MB)
- 3 - Correction about Square Cell Vertex Shader.html (0.2 KB)
- 3 -Fragment Shader.mp4 (16.1 MB)
- 4 -Animation Class.mp4 (61.2 MB)
- 1 -Circle Class.mp4 (63.0 MB)
- 2 -Vertex Shader.mp4 (22.3 MB)
- 3 -Fragment Shader.mp4 (25.0 MB)
- 4 -Animation Class.mp4 (130.1 MB)
- 1 -Line Class.mp4 (47.6 MB)
- 2 -Vertex Shader.mp4 (25.9 MB)
- 3 -Fragment Shader.mp4 (26.1 MB)
- 4 -Animation Class.mp4 (76.1 MB)
- 1 -What is a Sandpile Simulation.mp4 (39.0 MB)
- 2 -Sandpile Simulation Part 1.mp4 (44.7 MB)
- 3 -Sandpile Simulation Part 2.mp4 (43.1 MB)
- 4 -Sandpile Simulation Part 3.mp4 (36.6 MB)
- 5 -Sandpile Simulation Part 4.mp4 (72.7 MB)
- Bonus Resources.txt (0.1 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce