Can you recommend an in-browser Ruby/Rails 3D renderer?

Posted by mohawkjohn on Stack Overflow See other posts from Stack Overflow or by mohawkjohn
Published on 2010-04-27T19:41:17Z Indexed on 2010/04/27 19:43 UTC
Read the original article Hit count: 115

I want to draw some 3D network diagrams in a web browser, and the data for these diagrams are in a Rails app (in the database).

I already use flotomatic as a Rails interface for pretty Javascript plots (e.g., independent variable, dependent variable). Certainly there are packages for drawing simple things in Javascript.

What I'm looking for is (a) a Javascript package for 3D drawings that are displayed in a web browser (without a plugin), and (b) a Ruby API for that package, if possible.

Any recommendations? Many thanks!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about JavaScript