Ask Your Question
0

jmol rendering on the ipad

asked 2012-09-13 13:30:20 +0200

richrsvcn gravatar image

Since java is not supported on the ipad, when I access the sage notebook (useing Safari on my ipad), I can't run any queries that need jmol to render the results. Is there a work around for 3d rendering or is there any project in the dev community for replacing jmol in sage with another opengl renderer that is not Java based.

Thanks.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-09-13 23:45:05 +0200

benjaminfjones gravatar image

As to the question "is there any project in the dev community for replacing jmol in sage with another opengl renderer that is not Java based", see:

#12402

edit flag offensive delete link more

Comments

There is at least one student looking into that trac ticket...

Jason Grout gravatar imageJason Grout ( 2012-09-15 01:37:58 +0200 )edit
0

answered 2012-09-13 13:37:50 +0200

calc314 gravatar image

The Tachyon viewer option works, although this does not give you the ability to do live rotations. Try:

var('x,y')
plot3d(x^2+3*y^2,(x,-2,2),(y,-2,2),viewer='tachyon')

Another viewer that might work is canvas3d, but it's not working for me in the iPad Sage app. I'm not sure of the status of this viewer.

edit flag offensive delete link more

Comments

canvas3d does seem to work on sagenb.org, which uses Sage 5.3. Can you try using Safari on the iPad and see if it's only the app which doesn't work?

kcrisman gravatar imagekcrisman ( 2012-09-13 14:05:45 +0200 )edit

Ok. Something appears, but it doesn't look like the correct graph and won't rotate.

calc314 gravatar imagecalc314 ( 2012-09-13 14:22:48 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-09-13 13:30:20 +0200

Seen: 468 times

Last updated: Sep 13 '12