Hacker News new | ask | show | jobs
by klipklop 1420 days ago
I was wondering how this was done in 500 lines...then I saw the 5000+ line library file borrowed from another project. I do enjoy the look of your results though.

How long before somebody includes your library and says they created PSX graphics in 25 lines?

1 comments

depends on how you look at things. The library is a rendering library (presumably for calling GL).

And what about any of the operating system calls that might get used? It's also a library (despite the source code not being in the project).

The actual code to compute the logic of the graphics PS1 style, is indeed around 500 lines.