Hi gouessej,
As you may know one of the software that I have developed is Graphing Calculator 3D which is now based on JOGL's Java3D. I think it could make a great addition to the JOGL based demos that you have listed in JOGL main page here: http://jogamp.org/jogl/www/ Here is the link to my Graphing Calculator 3D if you decide my software qualifies to be listed there: http://www.runiter.com/graphing-calculator/
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
|
Runiter,
that's an amazing looking application! I'm hoping one day to be able to get Java3D running on Android devices, have you thought about that, is that a direction you are interested in taking? I already have it running for my app (https://www.youtube.com/watch?v=1gXdMHD5iP4), but it's a huge pile of changes. I only ask because in order to add support I'd need other applications of Java3D to be early testers of the changes required, which would in turn require them to do the port work on the UI side. In order to go Android you can't use any Swing/awt components, it looks like you have plenty of those. You can't use the BufferedImage class, but your application looks like it doesn't really need a lot of texture support. Thanks, Phil. |
philjord,
That's a pretty neat video! So you were already successful in porting Java3D to android? What made you decided to port Java3D instead of using Ardor3D which already has been ported to Android if I'm not mistaken? I have been asked several times by the users of my software if Android or iOS versions are available. But it would probably involve almost re-writing the entire application (not just the gui) so I'm not sure if I'll do that any time soon. Although the free version of this software is quite popular, it doesn't generate much revenue yet, so I can only afford to spend my resources on either adding new features or porting to Android, not both.
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
|
Administrator
|
In reply to this post by runiter
Hi
It's ok for me but I'm not sure that I have the write access right on the directory containing the necessary files :s
Julien Gouesse | Personal blog | Website
|
The JOGL www page is updated by filing a patch against the JOGL git
http://jogamp.org/git/?p=jogl.git;a=tree;f=www;hb=HEAD The changes goes into effect after one of the JogAmp team with ssh login access the server and git pull the changes into the apache servers www directory. 2016-06-22 23:41 GMT+02:00 gouessej [via jogamp] < ml-node+s762907n4036844h27@n3.nabble.com>: > Hi > > It's ok for me but I'm not sure that I have the write access right on the > directory containing the necessary files :s > Julien Gouesse | Personal blog <http://gouessej.wordpress.com> | Website > <http://tuer.sourceforge.net> | Follow me on Identi.ca > <http://identi.ca/gouessej> > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://forum.jogamp.org/Graphing-Calculator-3D-tp4036839p4036844.html > To start a new topic under java3d, email > ml-node+s762907n3728156h99@n3.nabble.com > To unsubscribe from jogamp, click here > <http://forum.jogamp.org/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=762907&code=eGVyeGVzQGd1ZGlubmEuY29tfDc2MjkwN3wtNTE5NjUwMzEw> > . > NAML > <http://forum.jogamp.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > |
Thanks Xerxes and gouessej.
Then I'll try and see if I can figure out how to file a patch against that git :)
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
|
Administrator
|
You can make a pull request against the "clone" of the git repository on Github.
Julien Gouesse | Personal blog | Website
|
In reply to this post by Xerxes Rånby
Hi Xerxes and gouessej,
I made a patch but doesn't look like I have permission to create PR in github against jogl. Should I just copy and paste the patch here or is there a better way? Here it is: Index: www/index.html IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/www/index.html b/www/index.html --- a/www/index.html (revision ecf6e499d3b582d651a28693c871ca14d6e8c991) +++ b/www/index.html (revision 9acd5c1ff6c1dee9ee0fa66f8807dc5669142300) @@ -330,6 +330,11 @@ testing. Feedback is appreciated. </td> <td width="50%"> + <a href="https://www.runiter.com/graphing-calculator/"><img src="https://www.runiter.com/graphing-calculator/images/graph2.jpg" width="160" height="160" align="left" alt="Graphing Calculator 3D"></img> + Graphing Calculator 3D</a> plots high quality graphs of math equations and csv data. Its rich set of features includes: 2D & 3D functions, inequalities + with glass effects, importing large csv files rendering them as points or surface, plotting intersections of multiple graphs and animating math graphs. + </td> + <td width="50%"> </td> </tr> </tbody>
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
|
Administrator
|
Hello
Please contact directly Sven for such things. Github is mostly used as a mirror and I left it several years ago, I can't help.
Julien Gouesse | Personal blog | Website
|
Thanks. I sent him a direct message last week. Haven't heard back yet, but I'll wait.
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
|
Free forum by Nabble | Edit this page |