STL Viewer in Python - Part 2 || the STL File

preview_player
Показать описание
The STL file is commonly used in Engineering, but we often don't ask ourselves what it actually is. Watch this Video and bring the unknown to the known.

This Video is the second part of our Advanced python Project: "STL Viewer in Python".

In this video, you'll learn:

🔹 What the STL file is.
🔹 The difference between the ASCII & Binary Type.
🔹 Generating & Loading STL files in Python.
🔹 Rendering an STL File using PyOpenGL.

If you have any questions or suggestions, feel free to leave them in the comments section below.

Enjoy 🐍



Outline of the video:
0:00 - Introduction
0:46 - What is an STL file?
2:27- ASCII & Binary STL
5:12 - How to generate your own STL file in Python
8:50 - How to load your STL file //
11:57 - How to Render your STL file //
Рекомендации по теме
Комментарии
Автор

Really good content! Learned a lot from this! Only suggestion would be to increase the audio volume, I had to turn my volume up all the way and could just barely hear you.

robduquette
Автор

Hello.
Thank you for the informative Video
Can we convert STL into HTML file in python., if so can you please guide me .

subhashcm