Earlier quoted context omitted.
yep, its a placeholder name, I will change it as soon as a nice name comes to my mind.
"Decahedron.js". From the three-dimensional variant of the decagon, the symbolic shape of a spider web . Mmh, yes, sorry, I'm bored. :)
WebGL Studio
51–60 of 90 posts
Re: WebGL Studio
#52This is amazing and feels very fluid. I think it is part of a web-based software trend that will surprise a lot of people who think of the web at best as an interactive document display system. Another app that has a very snappy UI like this is http://OnShape.com CAD software, which is full featured 3D solid modeling without any plugins (all JS and WebGL).
WebGL allows you to build completely custom UIs, and these are well suited for 3D apps (which typically use OpenGL on the desktop, so transferring knowledge is trivial). However, between custom OpenGL UIs and HTML-based UIs, there is an entire spectrum of native apps (mobile and desktop) that make use of platform conventions and standard functionality. This space is difficult to cover with web technologies because yo…
Re: WebGL Studio
#53This is really great and I would not know where to start building this. The only thing that I would like to have is the use of "modern" JS tech like ES6 and a build pipeline... Surely this can be added later as well.
Re: WebGL Studio
#54Looks amazing, but is there a demo scene I can load to test it out?
Re: WebGL Studio
#55Thanks for using a right-handed coordinate system.
Re: WebGL Studio
#56This is really nice! how did you do the UI?
Re: WebGL Studio
#57Even though the rendering performance is very snappy and efficient, to me this fails on the most important thing for this sort of software - UI. Can you imagine someone totally new to 3D modelling opening this thing and just going for it? It's completely unintuitive and yet, because it's so accessible that should've been the primary concern.
UI is following standard practices in 3D applications from what I've seen so far. It's intuitive for someone used to those apps. Those apps aren't something you dive straight into though. It has a learning curve, but it is logical.
Re: WebGL Studio
#58Earlier quoted context omitted.
But it is not a 3d modelling software, it is a 3D scene editor, like Unity. Improving the interface is the easy part, for me the important aspect was to be sure that all the important features are there, so now I can focus on improving the experience.
Exactly. 3D engine !== 3D modeling tool. If you are interested in a WebGL-based 3D modeling too, give http://Clara.io a try.:) BTW we should figure out a way to connect Clara.io to WebGLStudio as it can be a source of content, both models as well as 3D animations (Clara.io has a full keyframe editor.)
Re: WebGL Studio
#59THREE.js has a similar editor: http://threejs.org/editor/
Re: WebGL Studio
#60THREE.js has a similar editor: http://threejs.org/editor/
This seems much more polished in comparison.