2d matrix of pixels to screenThe values are stored in a dynamic array of integers so I can easily pass it to the gpu and do calcu...
2d matrix of pixels to screenIt now takes around 23 ms to draw the pixels when most of the 1920x1080 pixels aren't black without ...
2d matrix of pixels to screenSorry for not replying, I've been playing around with different options. I saw the use of vertex buf...
2d matrix of pixels to screenHey jonnin, sorry about that, I added the information.
2d matrix of pixels to screenI have a program (slime mold simulation) that generates a big 2d array of values. I want to draw thi...