Hacker News new | ask | show | jobs
by 0x0 3713 days ago
Neat, but isn't this just a c64 text mode screen buffer fixed-font renderer in a shader? I mean, even the most basic statement "print 2" doesn't work.

Still, pretty cool to see a shader emulating a text mode screen buffer.

1 comments

Shift 2 to get double quotes, and you'll need to assign line numbers

Try the example

I wasn't looking for double quotes, I was looking for printing an integer :) Actually I was going for print 2+2 but i couldn't get + to enter. I assumed there was nothing going on since print 2 didn't produce any output at all in immediate mode (no line numbers) :)