https://github.com/zachbateman/my3d
3D Visualization in Python
https://github.com/zachbateman/my3d
3d python three-js visualization
Last synced: about 1 month ago
JSON representation
3D Visualization in Python
- Host: GitHub
- URL: https://github.com/zachbateman/my3d
- Owner: zachbateman
- License: mit
- Created: 2021-07-04T17:24:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T01:39:46.000Z (over 4 years ago)
- Last Synced: 2025-01-28T21:35:34.151Z (over 1 year ago)
- Topics: 3d, python, three-js, visualization
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# my3d
my3d is a Python library for 3D visualization. In addition to visualizing objects, it aims to provide interactivity and updateable/interactive content. The goal is
to create a library that enables relatively easy, powerful 3D visualization from a Python interface. The tools used to do the visualization itself can be anything (thinking three.js).
# Goals
- High-level Python interaction
- Excellent 3D camera handling/movement
- Enable user interactivity with 3D world
- Enable visualization dynamic...ness and updateability.
- Highly performant visuals. If it doesn't look good, there's not much point in going to all the trouble to make it in 3D.
- Expanding on above, simple but fast visuals are preferred to complex but heavy visuals
# Thanks for checking out my3d!
License
----
MIT