6 ms·
As someone with no experience in computer graphics it's always insane to see demos like this. Especially using just around 250 lines of javascript. Really impre
by tst 12y ago
As someone with no experience in computer graphics it's always insane to see demos like this. Especially using just around 250 lines of javascript. Really impressive.
Also on the topic, the demo scene stuff is mind blowing, too. [0]
[0]: http://awards.scene.org/awards.php http://awards.scene.org/awards.php
- masterj 12y agoThe nice thing about this implementation is that the code is very clear and easy to follow. You could easily make it much shorter if that were the goal.
- huskyr 12y agoExactly. I think that's wonderful about this example, it's not just 250 lines of heavily compressed code, it's readable and clean.
- devindotcom 12y agoYep, kkrieger is the one I remember: https://www.scene.org/file.php?file=%2Fparties%2F2004%2Fbreakpoint04%2F96kgame%2Fkkrieger-beta.zip&fileinfo https://www.scene.org/file.php?file=%2Fparties%2F2004%2Fbrea...
- restlessmedia 12y agoMe three. It's covered the 're-read in 6 months time' criteria. I must confess I do change from reading to scanning as soon as the heavy math kicks in.
- DanBC 12y agoThere's a niche for a website that does a bunch of sub-500 LOC javascript examples of tiny bits of computer graphics, to give a very brief introduction and demonstration of the math, and which then chains them together for some other software.
- CmonDev 12y agoScripting languages are good for achieving low line count results.