https://github.com/chamale-rac/py-rasterizer
Python based implementation of a rasterizer for BPM files.
https://github.com/chamale-rac/py-rasterizer
Last synced: about 1 month ago
JSON representation
Python based implementation of a rasterizer for BPM files.
- Host: GitHub
- URL: https://github.com/chamale-rac/py-rasterizer
- Owner: chamale-rac
- Created: 2023-07-07T23:33:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T23:54:49.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:42:18.987Z (3 months ago)
- Language: Python
- Homepage:
- Size: 54.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐍 py-rasterizer 🖼️ Proyecto 1: Rasterizer
Welcome to the py-rasterizer repository! This Python-based implementation is a powerful (giño giño...) tool for rasterizing 3d models into BMP files.
## 🚀 How to execute it?
Simply run the next commands:
``` bash
cd src
```To get the bpm with no shaders use:
``` bash
python no_shaders.py
```Otherwise:
``` bash
python with_shaders.py
```That's all, now check the results on models on the dir [./out/](./out/)
## 🎭 Show off
| 😈 With shaders | 😇 No shaders |
|---------------------------|-------------------------------------------------------------------------------------------------------------|
|  |  |🧠 Reminder: can find the original .bpm renders at [./out/](./out/)