What was changed since the last submission ( http://news.ycombinator.com/item?id=4790688 )?
Three.js editor
61–70 of 76 posts
Re: Three.js editor
#62Another direction the author could take with this: a CAD app. Specifically, because TinkerCAD is shutting down, 3D printing community desperately needs a new CAD tool usable by 10-years-old kids. There's a huge opportunity there. TinkerCAD was very popular with 3D printing people, because it was stupidly simple and easy to learn, while still being a very functional CAD tool.
Basically Tinkercad had two unique advantages: a world-class massively parallel solid geometry kernel, and a 3D design UI that made ease of use first priority. Tinkercad emphasized the latter in their product image, but it became somewhat pigeonholed as a "children's CAD", which made it difficult to switch the same product into a pro gear. They've now made the decision to pursue the revenue potential of the pro market, and that requires a new product image.
If someone wants to jump onto the opportunity of building a Tinkercad replacement, I know a few things about this space and am available for hire... ;)
Re: Three.js editor
#63 * Import Objects
* A RaytracerRe: Three.js editor
#64Another direction the author could take with this: a CAD app. Specifically, because TinkerCAD is shutting down, 3D printing community desperately needs a new CAD tool usable by 10-years-old kids. There's a huge opportunity there. TinkerCAD was very popular with 3D printing people, because it was stupidly simple and easy to learn, while still being a very functional CAD tool.
Re: Three.js editor
#65Earlier quoted context omitted.
I think that is your iPad not supporting webGL.
How am I suppose to know there is webGL on this page and that the problem is the iPad and Safari browser ? What I don't understand are the down votes. What is the problem ?
Re: Three.js editor
#66Earlier quoted context omitted.
This, so much. I can't believe companies are pushing to port everything to one of the worst language in existence. Okay, I get the benefits of easy deployment, but what about performance, debugging, ecosystem, typechecking, compile-time optimizations, general engineering, etc.? Surely we must know better in 2013.
So we should wait for browser vendors to agree on a new next generation language for the web and wait until everyone updates to a browser that supports it? Like it or not these developments are turning JS into a bytecode for the web. Maybe one day there will be other language options but why not invest in making the best of what we do have?
No, we should grab the first thing available and run with it, making sporadic additions and optimizations to do cool-thing-of-he-day, completely ignoring overall architecture and neglecting original purpose behind the technology we use. Next stop: compiler that will translate C code into Excel macros.
Re: Three.js editor
#67Earlier quoted context omitted.
Same with Chromium. Error creating WebGL context. three.min.js:390 Uncaught TypeError: Cannot call method 'getExtension' of null three.min.js:390
Works great in my chromium ("Version 24.0.1312.56 Built on Ubuntu 12.04, running on elementary OS 0.2 (24.0.1312.56-0ubuntu0.12.04.1)")
Re: Three.js editor
#68For those curious, this works great on mobile (Firefox on a Nexus 4)
I'm surprised that Firefox Mobile supports WebGL (and pretty quickly too). Neither Chrome nor Safari do.
Re: Three.js editor
#69Re: Three.js editor
#70uhm, i get a blank page in mountain lion Safari.