Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jemtaly/py3d
A simple 3D engine based on python, including a 3D model viewer and a 3D function image rendering tool. 基于 Python 实现的简易 3D 引擎,包括一个 3D 模型查看器与一个三维函数图像绘制工具。
https://github.com/jemtaly/py3d
3d 3d-engine 3d-viewer python3 tkinter
Last synced: 3 months ago
JSON representation
A simple 3D engine based on python, including a 3D model viewer and a 3D function image rendering tool. 基于 Python 实现的简易 3D 引擎,包括一个 3D 模型查看器与一个三维函数图像绘制工具。
- Host: GitHub
- URL: https://github.com/jemtaly/py3d
- Owner: Jemtaly
- Created: 2022-06-05T10:33:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:02:07.000Z (5 months ago)
- Last Synced: 2024-09-13T02:11:00.080Z (5 months ago)
- Topics: 3d, 3d-engine, 3d-viewer, python3, tkinter
- Language: Python
- Homepage:
- Size: 3.38 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tk3D / Qt3D
A simple 3D engine based on python, including a 3D model viewer and a 3D function image rendering tool.
基于 Python 实现的简易 3D 引擎,包括一个 3D 模型查看器与一个三维函数图像绘制工具。(各提供使用 [tkinter](Tk3D/) 和 [PyQt5](Qt3D/) 实现的两种版本)
![screenshot](/screenshot.gif)
## Operation
| Operation | Usage |
| --- | --- |
| Left button | Rotate the view. |
| Middle button | Move the camera. |
| Right button | Rotate the screen. |
| Mouse wheel | Move forward/backward. |## ObjV3D
A simple 3D model viewer that supports reading .obj format files.
一个简单的 3D 模型查看器,支持读取 .obj 格式文件
![screenshot](/screenshots/objv3d.png)
### Usage
```sh
python3 objv3d.py your_obj_file.obj
```## Plot3D
A 3D function image rendering tool.
一个三维函数图像绘制工具。
![screenshot](/screenshots/plot3d.png)
### Usage
```sh
python3 plot3d.py
```