I am considering displaying a 1000x1000 array with elements that are either black or white based on boolean values. I am contemplating using either javascript or winforms for this task, but I want to understand the potential drawbacks of each option before diving in. While I am more experienced with javascript, I am concerned that winforms may have too many GDI objects to manage. Any thoughts or recommendations?