https://github.com/chamale-rac/cpp-rasterizer
C++ based implementation of a rasterizer for BPM files.
https://github.com/chamale-rac/cpp-rasterizer
Last synced: about 1 month ago
JSON representation
C++ based implementation of a rasterizer for BPM files.
- Host: GitHub
- URL: https://github.com/chamale-rac/cpp-rasterizer
- Owner: chamale-rac
- Created: 2023-07-08T01:08:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T21:41:26.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:42:19.410Z (3 months ago)
- Language: C++
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦾 cpp-rasterizer 🖼️
Welcome to the cpp-rasterizer repository! This C++-based implementation is a powerful tool for rasterizing BMP files.## 🚀 Getting Started
To get started with cpp-rasterizer, first clone this repository to your local machine. Then, make sure you have a C++ compiler installed and use cpp-rasterizer by building and running the executable file. You can build the executable using your preferred build system or by using the provided Makefile. Once built, run the executable with the appropriate arguments to rasterize BMP files.``` bash
cd build
```
``` bash
cmake ../
```
``` bash
cmake --build .
```
``` bash
./Rasterizer
```
Then run de executable inside the build dir.
This program rasterize .obj files into BMP files. By the moment just some features are line drawing, polygons outline and fill.## 📝 Contributing
If you'd like to contribute to py-rasterizer, feel free to submit a pull request. The only restriction of use is for users who study Graphic Computing in 2023 second cycle at UVG.## 📬 Contact
If you have any questions or comments about py-rasterizer, please feel free to reach out to me at [email protected]## 🎭 Show off

> PERSONAL DRAW FOR REPO SHOW OFF ⬆
> **DRAW FOR 'Lab 1: Filling any Polygon'** ⬆
> **DRAW FOR 'Lab 1: Filling any Polygon' - WITH OUTLINE** ⬆