You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

geomie3d

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geomie3d

Python library for processing 3d geometry

0.0.10
pipPyPI
Maintainers
1

geomie3d

  • documentation can be found at https://chenkianwee.github.io/geomie3d

Installation

  • For the core library without visualization
    • pip install geomie3d
  • Core library and 3d visualization
    • pip install geomie3d[viewer3d]

dependencies

  • numpy
  • pyqtgraph
  • pyopengl
  • PyQt6
  • python-dateutil
  • nurbs-python
  • earcut-python

If you want to manually install the library:

Opengl issue with visualizing 3d geometries on Ubuntu 22.04

if this happen when running geomie3d

Failed to create wl_display (No such file or directory)

go to viz module and change the following

os.environ['QT_QPA_PLATFORM'] = 'wayland-egl' -> os.environ['QT_QPA_PLATFORM'] = 'egl'

If the openGL is giving you issue with the viz function do this to solve the issue

  • go to /etc/gdm3/custom.conf and uncomment WaylandEnable=false
  • go to /etc/environment and add this line QT_QPA_PLATFORM=xcb to the file

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts