About 95,000 results
Open links in new tab
  1. python 3D visualization and graphics - Stack Overflow

    For Realtime 3D (Original) This answer is for those who are interested in realtime graphics. The standard way to render 3D graphics is with the OpenGL library which interfaces with the GPU. …

  2. Simple 3D Graphics in Python - Stack Overflow

    Mar 13, 2021 · To use any program in Python to do the same, it seems like you must be an expert in 3D graphics to do this simple thing. Programs that have capabilities of using Python scripts, …

  3. What are good libraries for creating a python program for (visually ...

    May 8, 2012 · For the latter, you could look at Blender, an open source 3D content creation suite which includes a python scripting interface giving access to most (if not all) of the internals of …

  4. user interface - simple graphics for python - Stack Overflow

    Apr 9, 2013 · For simple graphics, you can use graphics.py. It's not included with Python, so you should save it as a Python file (preferably named graphics.py) where Python can see it --- on …

  5. python - Jupyter | How to rotate 3D graph - Stack Overflow

    Nov 15, 2017 · from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as plt %matplotlib notebook fig = plt.figure() ax = fig.add_subplot(111, projection='3d') # load some …

  6. python - How to create a 3D animation - Stack Overflow

    Apr 25, 2023 · I want to make 3D animation with matplotlib, but I don't know how to. Here is my non-working code. from matplotlib import pyplot as plt import numpy as np from …

  7. 3D/4D graphics with Python and wxPython? - Stack Overflow

    In my day job as a PhD student, I do geological modeling. In my spare time (mainly for fun), I am learning Python and trying to write a simple program to view 3D geocellular models. geological …

  8. Is there a way to draw primitives in 3D with Python?

    Oct 3, 2012 · I want to draw 3D primitives like spheres, cylinders and planes (patches) in a 3D plot and I would like to be able to interactively rotate, translate and zoom the scene. I want to …

  9. python - Make 3D plot interactive in Jupyter Notebook - Stack …

    plotly's px.scatter_3d is the simplest solution I found for 3d plot animation after trying hard with matplotlib with no luck - you can find a good example in this post: Why does the size of my 3D …

  10. python - 3D visualisation of surfaces and shapes in vector graphics

    Apr 15, 2018 · However, apart from not having a high-level API yet, they are also not currently working on exporting to vector graphics. I am surprised that there is no package like TikZ for …

Refresh