I never knew CGA could do 16 colors. In my memory 16 colors is EGA.
King's Quest I did 16 colors on CGA
See: http://en.wikipedia.org/wiki/Color_Graphics_Adapter#Special_...
91–100 of 111 posts
I never knew CGA could do 16 colors. In my memory 16 colors is EGA.
King's Quest I did 16 colors on CGA
See: http://en.wikipedia.org/wiki/Color_Graphics_Adapter#Special_...
This looks like reimplementation on animated GIF.
http://en.m.wikipedia.org/wiki/Graphics_Interchange_Format#A...
This looks like reimplementation on animated GIF.
That is not at all like how GIF animation works. http://en.m.wikipedia.org/wiki/Graphics_Interchange_Format#A...
"Some economy of data is possible where a frame need only rewrite a portion of the pixels of the display, because the Image Descriptor can define a smaller rectangle to be rescanned instead of the whole image"
Every frame of animated gif can choose to modify small portion of previously drawn image. This is why you cant display animated gif starting in the middle, you will only render moving parts until you loop whole thing.
This is precisely what Author implemented, he is encoding changes between frames, this way cpu has to only modify parts of display memory that are changing.
How is that not the way animated gif works?
Earlier quoted context omitted.
That is not at all like how GIF animation works. http://en.m.wikipedia.org/wiki/Graphics_Interchange_Format#A...
Umm yes it is? "Some economy of data is possible where a frame need only rewrite a portion of the pixels of the display, because the Image Descriptor can define a smaller rectangle to be rescanned instead of the whole image" Every frame of animated gif can choose to modify small portion of previously drawn image. This is why you cant display animated gif starting in the middle, you will only render moving parts until…
Earlier quoted context omitted.
Incredible work! If only we had this kind of ingenuity today to get a simple graphics card working with Linux! Imagine the possibilities. One day, I might even have an option in Ubuntu to change the refresh rate to 60hz without entering 'xrandr -r 60' into the console EVERY DAMN TIME I REBOOT. Now, I know I'm going on a limb with this next one, but imagine if someone had the intelligence to code a universal installer…
> imagine if someone had the intelligence to code a universal installer that works every time and installed every piece of needed software all at once with zero user interaction What's stopping you?
Believe me, I'd love to hit the books, but I've got to reinstall Ubuntu for the third time after a failed GPU driver installation.
And don't get me started on the EXT4 Superblock fiasco...
Earlier quoted context omitted.
It's worth pointing out (on a quick scan I don't see this called out in the article itself) that the preprocessing involved in generating these executables is almost certainly not meaningfully possible on a 5150 PC. So while this might run on 1978-era hardware, it wouldn't have been possible for 1978-era hackers to create.
Incredible work! If only we had this kind of ingenuity today to get a simple graphics card working with Linux! Imagine the possibilities. One day, I might even have an option in Ubuntu to change the refresh rate to 60hz without entering 'xrandr -r 60' into the console EVERY DAMN TIME I REBOOT. Now, I know I'm going on a limb with this next one, but imagine if someone had the intelligence to code a universal installer…
Earlier quoted context omitted.
Incredible work! If only we had this kind of ingenuity today to get a simple graphics card working with Linux! Imagine the possibilities. One day, I might even have an option in Ubuntu to change the refresh rate to 60hz without entering 'xrandr -r 60' into the console EVERY DAMN TIME I REBOOT. Now, I know I'm going on a limb with this next one, but imagine if someone had the intelligence to code a universal installer…
IMHO you are being down voted for being off topic, not necessarily for the accuracy of your thoughts. (I did not downvote you BTW, I take pitty on gray comments)
Earlier quoted context omitted.
It's worth pointing out (on a quick scan I don't see this called out in the article itself) that the preprocessing involved in generating these executables is almost certainly not meaningfully possible on a 5150 PC. So while this might run on 1978-era hardware, it wouldn't have been possible for 1978-era hackers to create.
Incredible work! If only we had this kind of ingenuity today to get a simple graphics card working with Linux! Imagine the possibilities. One day, I might even have an option in Ubuntu to change the refresh rate to 60hz without entering 'xrandr -r 60' into the console EVERY DAMN TIME I REBOOT. Now, I know I'm going on a limb with this next one, but imagine if someone had the intelligence to code a universal installer…
I do it all the time. All it takes is to plug the phone in.
Earlier quoted context omitted.
Interstingly they talk about the "change palette in the middle of the screen" tricks that we used in Imphobia. The precision timing was certainly tricky, especially when playing a MOD-file while drawing ! Ahhh memories...
Try changing modes in the middle of the scan :)