Show HN: Old School Graphics Algorithms
partow.net
Show HN: Old School Graphics Algorithms
1–10 of 19 posts
Re: Show HN: Old School Graphics Algorithms
#2Re: Show HN: Old School Graphics Algorithms
#3Re: Show HN: Old School Graphics Algorithms
#4Re: Show HN: Old School Graphics Algorithms
#5Re: Show HN: Old School Graphics Algorithms
#6Going to have a good time implementing a few of these myself. Any other references/resources for neat graphics algorithms on the more compact side?
Re: Show HN: Old School Graphics Algorithms
#7Going to have a good time implementing a few of these myself. Any other references/resources for neat graphics algorithms on the more compact side?
Look for the original Graphics Gems I and II books (circa 1991) https://www.glassner.com/portfolio/graphics-gems/
Re: Show HN: Old School Graphics Algorithms
#8Lovely :) The examples remind me of the short programs for the ZX Spectrum published in magazines like Microhobby, which would create visually interesting images using PLOT, DRAW, and a couple of loops. Come to think about it, that might have been my first contact with Computer Graphics :)
Here's the source, which gives me a moment of nostalgia:
http://boriel.com/wiki/en/index.php/ZX_BASIC:Flag.bas
I wrote a simple BASIC interpreter recently, in golang, and hacked in support for outputing PNG images of code. I should see if I can get that sample to run (mostly) unchanged!
Re: Show HN: Old School Graphics Algorithms
#9(This looks great but please don't put Show HN on reading material or tutorials. See https://news.ycombinator.com/showhn.html for the rules.)
Or rather: How would he present a "Show HN" topic about this specific library? This is the library's actual page, as I understand?
Re: Show HN: Old School Graphics Algorithms
#10Lovely :) The examples remind me of the short programs for the ZX Spectrum published in magazines like Microhobby, which would create visually interesting images using PLOT, DRAW, and a couple of loops. Come to think about it, that might have been my first contact with Computer Graphics :)
My first introduction to graphics was definitely the type-in-program listed in the back of the (orange) manual I received with my 48k ZX Spectrum. It drew a UK-flag. Here's the source, which gives me a moment of nostalgia: http://boriel.com/wiki/en/index.php/ZX_BASIC:Flag.bas I wrote a simple BASIC interpreter recently, in golang, and hacked in support for outputing PNG images of code. I should see if I can get that…
Have you considered doing something similar with yours?