VGA display with Arduino

Hello,

I am using a SEN5x sensor to measure environmental parameters and display them on the serial monitor (this works without any issues). Now, I would like to display these parameters on a TV or computer screen via a VGA connection using an Arduino Mega 2560.

Does anyone have any ideas on how to approach this? I've tried several projects that are already published, but they were posted quite some time ago, and some of the libraries are no longer usable.

Thank you and best regards,
Tadej

using VGA is possible but probably frustrating...

there are on line examples like

and a library

is that the one you tried?