C++ Image Generator banner

C++ Image Generator

3 devlogs
2h 47m 8s

This is a small side project. As I never worked with binary files directly before, I see this project as a fun little experiment to get started on this topic. Has the project a real world application? Probably not, but it’s still quite funny

Demo Repository

Loading README...

jonas.gaden

I added a GUI (which is experimental) to allow the dynamic mixing of Patterns, to create quite funny results

Attachment
Attachment
0
jonas.gaden

Continued working and adding new shapes and patterns

Attachment
0
jonas.gaden

First version: Using structs i implemented a Pattern type, which holds a boolean map of each pixel (on, off). Then I implemented logic operator overloading and visualised the results. Turned out quite funny

Attachment
0