216 Views
To build interactive web applications and UIs in general, a lot of thinking goes into rendering of items on a screen. For example, when I started programming with a C64 and later with MS-DOS, rendering pixels was about poking and peeking bytes for graphics chips. Besides shifting bits for pixels in an endless loop, you had to watch interrupts that were sayng, “Hey, a user event is waiting.”
0 comments