Back to Browse

STL Viewer in Python - Part 1 || Rendering an Outlined Triangle

1.7K views
Sep 20, 2023
11:47

Welcome to Part 1 of our Advanced Python Project series, where we embark on a journey to build an STL Viewer from scratch using Python! In this episode, we'll start by creating the foundation for our viewer and display a simple "Hello Triangle" model to start things off. 🔗 Script found on my -almost never used- github : https://github.com/Younes-Toumi/YoutubeChannel/tree/main/STL%20Viewer%20in%20Python In this video, you'll learn: 🔹 How to set up a basic OpenGL scene using Pygame. 🔹 Rendering a basic 3D triangle using PyOpenGL. 🔹 Rendering an outlined triangle using PyOpenGL. If you have any questions or suggestions, feel free to leave them in the comments section below. Enjoy 🐍 [🖥️] GitHub Link: https://github.com/Younes-Toumi [💼] LinkedIn Link: https://www.linkedin.com/in/younes-abdeldjalil-toumi-334b29207/ [🐍] Check out my Python Simulation Playlist: https://www.youtube.com/playlist?list=PLuhnI_TPaiGDuTuoxqkG4ayAXIf7mV7Sm Outline of the video: 0:00 - Introduction 1:46 - Setting an Empty Scene 5:56 - Rendering a 3D Triangle 10:17 - Rendering a group of Triangles

Download

0 formats

No download links available.

STL Viewer in Python - Part 1 || Rendering an Outlined Triangle | NatokHD