BigK-hub / webcam-image-processor

3 stars 0 forks source link

Check out pixel_engine and maybe switch to using it #20

Open domjanabi opened 1 year ago

domjanabi commented 1 year ago

The olcpge implementation we use works but lacks some features. Whenever a new variable needs to be added, you have to add it in two places. The Window struct, and its new() function. This is annoying. With the pixel_engine judging by the examples, there is no such thing as a window struct; everything just happens in the main function. It would be nice to have a way of drawing decals like in the original olcPixelGameEngine.h. Currently with larger pixel sizes the UI gets way too big, decals would be great for this. We can't just make it smaller because we only have that many pixels in the draw target.

BigK-hub commented 1 year ago

always the same

BigK-hub commented 1 year ago

:ralseyisdead:

BigK-hub commented 1 year ago

we can give it a try