Watching through some Java beginner game development videos, at least four out of five of them are rendering their game pixel by pixel (using rasters, data buffers and what have you).
My question is exactly why that is, since I haven’t been able to find a straight answer by myself.
Thanks in advance from a wondering newbie!