Javascript control for modeling 2D, 3D data [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does any know JS lib for vizualizing/modeling data in 2D/3D formats (3D MAX model, ANSYS, or just txt file)?
It will be fine if it will be free.
Thanks!

A lib that allows you to load and display both 2d and 3d models would be ThreeJS.
It allows you to setup an entire scene with lighting and such.

Related

How can I reconstruct this vector design in the web? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 days ago.
Improve this question
I have the following design (violet vector lines in a black responsive square) that I would like to create in the web, and make it so that I can animate each individual vector in the future. What is the best way to go about that? Should I use SVG and manually draw all the polylines or is there a javascript library that can help me with this?

WebGL inspect images in samplers (similar to Renderdoc)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is there a debugging tool in any browser, as an extension or otherwise, or any tool, that I could use to visualize the image loaded into a 2d sampler in GLSL?
Essentially something that has the same functionality as renderdoc but for WebGL.
Spector.js can show textures bound to texture units and a ton of other useful for debugging information.

Looking for JavaScript 3d ploting library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there any JavaScript 3d ploting library so I can do draw plot like that:
plotingObject = new plotingLib.fromCanvas(canvas);
var data = [[1,2,3], [2,2,3]];
plotingObject.plot(data);
I found only whole 3d engines, or 3d bars :( But I need something simple.
have you tried 3D Surface Plotting in JavaScript .I think it might help you.

Pure Javascript library for charts displaying [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for a pure Javascript chart library to embed in my Javascript client, as I need to display multiple variables in one single chart.
The library will be possibily embedded in a future product with commercial purposes, so the
release license should fit this requirement...
I've been using ExtJS so far, but it isn't helping.
Any suggestion? Thanks in advance!
Try using http://highcharts.com/

Looking for some nice & easy html 5 3d engine, similar to papervision3d for flash [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wan't to do some experimens with html5 and 3d and looking for some nice 3d engine. Any tips?
Try to look at three.js or CubicVR.js.

Categories

Resources