TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Old School Graphics Algorithms

126 pointsby ArashPartowalmost 6 years ago

7 comments

ggambettaalmost 6 years ago
Lovely :) 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 :)
评论 #20375918 未加载
slikenalmost 6 years ago
The reminds me of the the days before affordable color bitmap displays. I wrote a unix program to render the mandlebrot set in greyscale. Then a VMS program to render the greyscale image into postscript.<p>I was in a university lab with a 8 foot long laser printer that normally spit out 200 pages per minutes or so with the first page being a giant ascii rendering of your username. It made a cool <i>frewp</i> noise with each page shot out into a self collating set of shelves. The vast majority of the output was just ascii.<p>My mandelbrot set kept the printer busy for a few minutes, the operator wanted to reboot. I pleaded with them to leave it run. It finally spit out a page at at least 300 dpi, everyone in the lab came to look and was amazed. Back in those days rending a 3150x2250 part of the mandelbrot set was a substantial amount of compute. These days something like that runs at 60 fps.
atum47almost 6 years ago
really cool, I usually draw my stuff on a JavaScript canvas, but I&#x27;ll try to port one of my codes to c++ using this. thanks for sharing
quintonishalmost 6 years ago
It&#x27;s fun to play around with the algorithms in JavaScript. <a href="https:&#x2F;&#x2F;codepen.io&#x2F;collection&#x2F;AkoojL" rel="nofollow">https:&#x2F;&#x2F;codepen.io&#x2F;collection&#x2F;AkoojL</a>
person_of_coloralmost 6 years ago
I did an OpenGL tutorial when it was basically a fancy state machine. Boy how things have changed. Never found a good resource for modern graphics.
jmt_almost 6 years ago
Going to have a good time implementing a few of these myself. Any other references&#x2F;resources for neat graphics algorithms on the more compact side?
评论 #20375512 未加载
评论 #20377011 未加载
dangalmost 6 years ago
(This looks great but please don&#x27;t put Show HN on reading material or tutorials. See <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a> for the rules.)
评论 #20376034 未加载
评论 #20376279 未加载