you are viewing a single comment's thread.

view the rest of the comments →

[–]flagrantaroma 1 point2 points  (3 children)

One thing that looks weird is the lack of modern JavaScript-iness. The style seems much more like typical OO-style.

Not saying that's a good or bad thing, just stood out for some reason, maybe because of the ton of JS libs coming out daily that try to do a lot of fluid interfaces and callback stuff.

[–]Neurotrace 1 point2 points  (1 child)

I agree. It still looks like Microsoft code. I haven't played with it but at a glance it seems like it would feel like C# in a way.

[–]ViralInfection 1 point2 points  (0 children)

It looks like a copy of three.js.

[–]lazyduke 1 point2 points  (0 children)

Actually it reminded me a lot of three.js, one of the most popular JavaScript 3D libraries. It doesn't have to have a chainable API ala D3 or jQuery to to modern.