From cd1cf1d1b8d20cba4ce91ca204f5047a11295f1c Mon Sep 17 00:00:00 2001 From: TimothyLottes Date: Tue, 8 Nov 2016 22:34:55 -0500 Subject: [PATCH] Add files via upload --- 20140819.html | 19 +++++++++++++++++++ index.html | 12 +++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 20140819.html diff --git a/20140819.html b/20140819.html new file mode 100644 index 0000000..6a9b4d7 --- /dev/null +++ b/20140819.html @@ -0,0 +1,19 @@ +
+

20140819 - Scanlines

+
+Link to the Shadertoy example.
+
+
+
+Growing up in the era of the CRT "CGA" Arcade Monitor was just awesome. +Roughly 320x240 or lower resolution at 60 Hz with a low persistence display. +Mix that with stunning pixel art. +One of the core reasons I got into the graphics industry.
+
+Built the above Shadertoy example to show what I personally like in attempting to simulate that old look and feel on modern LCD displays. The human mind is exceptionally good at filling in hidden visual information. The dark gaps between scanlines enable the mind to reconstruct a better image than what is actually there. The right most panel adds a quick attempt at a shadow mask. It is nearly impossible to do a good job simulating that because the LCD cannot get bright enough. The compromise in the shader example is to rotate the mask 90 degrees to reduce chromatic aberration. The mask could definitely be improved, but this is a great place to start...
+
+Feel free to use/modify the shader. Hopefully I'll get lucky and have the option to turn on the vintage scanline look when I play those soon to be released games with awesome pixel art!
+
+ + + diff --git a/index.html b/index.html index 785d018..1aa85c0 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,16 @@ Below this is active random migration ...
20150910 - September Trip to Iceland
20150829 - Ketogenic Diet Working on Year 2
20150719 - CRT Shadow Masks vs LCD
+20150630 - Sugar Free Peppermint Chocolate Chip Custard Ice Cream
+20150522 - The Other Project Cleaned Up
+20150430 - The Other Project Getting Wired
+20150328 - Stills From My Talk
+20150327 - Other CRT Options
+20150308 - CRTs

- +2014
+20140926 - Post Depth Coverage
+20140826 - Scifi Reading Suggestion List From Twitters
+20140823 - MinWM
+20140819 - Scanlines