An open API service indexing awesome lists of open source software.

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.

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.

![screenshot](https://github.com/hamolicious/py3d/blob/master/screenshots/Screenshot%202021-06-17%20133434.png?raw=true)

---

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