Skip to content

Instantly share code, notes, and snippets.

View notaTeapot's full-sized avatar

Vasco Sahlbach notaTeapot

View GitHub Profile
@notaTeapot
notaTeapot / o3d_widget_with_editing_demo.py
Last active April 29, 2024 20:12
Open 3d Widget with editing
# Partially Working Error on Exit
from PySide2 import QtWidgets, QtGui,QtCore
import open3d as o3d
import win32gui
import sys
import threading
import time
class Worker(QtCore.QObject):