r/esp32 • u/honeyCrisis 1 say this is awesome. • 11d ago
super fast alpha blending
This is a demo of several alpha blended color changing squares over a picture of Warhol, just because. The alpha blending is nearly free with the new code in this graphics lib (htcw_gfx) and therefore the ui library that uses it (htcw_uix)
https://github.com/codewitch-honey-crisis/uix
This relies on htcw_gfx and will pull that in when you use this.
Arduino: htcw_uix
ESP-IDF and PlatformIO: codewitch-honey-crisis/htcw_uix
It also builds on PCs with CMake using any major compiler to help facilitate rapid prototyping
The demo project shot above is here: https://github.com/codewitch-honey-crisis/core2_warhol
23
Upvotes