https://github.com/hamolicious/py3d
A 3D Engine Written in Python and PyGame. This project is being developed as an update to my OBJ-File-Renderer, in addition, eventually I will be uploading this project to PYPI as soon as it is in a presentable state.
https://github.com/hamolicious/py3d
3d 3d-graphics math pygame python remaster
Last synced: 25 days ago
JSON representation
A 3D Engine Written in Python and PyGame. This project is being developed as an update to my OBJ-File-Renderer, in addition, eventually I will be uploading this project to PYPI as soon as it is in a presentable state.
- Host: GitHub
- URL: https://github.com/hamolicious/py3d
- Owner: hamolicious
- License: wtfpl
- Created: 2021-06-17T12:36:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T19:38:04.000Z (about 5 years ago)
- Last Synced: 2025-02-24T16:19:02.856Z (over 1 year ago)
- Topics: 3d, 3d-graphics, math, pygame, python, remaster
- Language: Python
- Homepage: https://github.com/hamolicious/OBJ-File-Renderer
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py3d
A 3D Engine Written in Python and PyGame. This project is being developed as an update to my [OBJ-File-Renderer](https://github.com/hamolicious/OBJ-File-Renderer), in addition, eventually I will be uploading this project to PYPI as soon as it is in a presentable state.

---
## TODOs
- [ ] Add normal's loading and rotations
- [ ] Add multiple lighting system
- [ ] Add camera system
- [ ] Add world transformations