A 3D graphics demo, minus the graphics. Sort of.
October 25, 2019 9:47 AM Subscribe
"Zero was written for fun as well as to see how far one could reasonably push JavaScript performance."
This post was deleted for the following reason: Poster's Request -- Brandon Blatcher
This is about using Javascript to replicate what would ordinarily be done by a computer's Graphics Processing Unit (GPU). Why? Because Javascript is popular right now, and people like doing silly things to see if they can. It's rendered to the console, I think, also just to see if they can.
Oh, and it's important to note that Java and Javascript are two entirely different things. Javascript is named as such because, when it was created, Java was very popular, and they wanted to be noticed. They are not related.
posted by timdiggerm at 10:11 AM on October 25, 2019 [6 favorites]
Oh, and it's important to note that Java and Javascript are two entirely different things. Javascript is named as such because, when it was created, Java was very popular, and they wanted to be noticed. They are not related.
posted by timdiggerm at 10:11 AM on October 25, 2019 [6 favorites]
Javascript is named as such because, when it was created, Java was very popular, and they wanted to be noticed.
I think there was also some kind of horse-trading with Sun and Netscape in play.
posted by thelonius at 10:26 AM on October 25, 2019 [1 favorite]
I think there was also some kind of horse-trading with Sun and Netscape in play.
posted by thelonius at 10:26 AM on October 25, 2019 [1 favorite]
This is lovely and I applaud people doing out-there things with computers just because they can. In a circuitous way this has led to things like WebAssembly via asm.js. Sure, your idea is crazy. But is it crazy enough?
posted by sjswitzer at 12:07 PM on October 25, 2019 [2 favorites]
posted by sjswitzer at 12:07 PM on October 25, 2019 [2 favorites]
CPU 50%, GPU 20%.
posted by joecacti at 1:25 PM on October 25, 2019 [1 favorite]
posted by joecacti at 1:25 PM on October 25, 2019 [1 favorite]
joecacti, your terminal emulator of choice may use the GPU to place text on the screen, even if Zero itself doesn't use the GPU
posted by rlio at 4:42 PM on October 26, 2019
posted by rlio at 4:42 PM on October 26, 2019
« Older Snorkelling grandmothers uncover large population... | What A Time. What A World This Was. What A Loss. Newer »
This thread has been archived and is closed to new comments
posted by GoblinHoney at 10:06 AM on October 25, 2019