Color Renderer An image renderer that's made for colors, speed, and resolution. Have fun experimenting with it! This is a simple color renderer that uses the pen tool. It can handle resolutions as small as 0.01, but be aware—it requires a powerful PC. Each individual y-axis needs to be processed through the CPU, which reads every instruction like color, position, or speed tick. Processing these instructions takes time and can cause delays, ultimately reducing frame rates.
All code created by me, @LetsScratchOn2! This project was originally meant to be a pen-based 2D 8-bit snake rendering game. However, after rendering only the green background, I decided to explore how cool I could make the background rendering on its own. The same concept can even be applied to 3D renderers. Enjoy experimenting with it!