Java 我在哪里可以下载 JOGL?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/615899/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 16:59:33  来源:igfitidea点击:

Where can I download JOGL?

javaopengljogl

提问by William

I'm looking to start using Java Open GL, but I can't find it.

我想开始使用 Java Open GL,但找不到。

采纳答案by Dan Lew

Have you tried JOGL's website?

您是否尝试过JOGL 的网站

It looks like their most recent release can be found here, or you can grab a nightly build here.

看起来他们的最新版本可以在这里找到,或者您可以在这里获取每晚构建。

回答by Ricket

I agree that their website is confusing and hard to find the download link.

我同意他们的网站令人困惑并且很难找到下载链接。

When you go to their website, click "Current release build (JSR-231 1.1.1)" or just scroll to the very bottom of the page and you'll see the files. Download the corresponding file for whichever system you're using.

当您访问他们的网站时,单击“当前版本构建(JSR-231 1.1.1)”或滚动到页面的最底部,您将看到这些文件。为您使用的任何系统下载相应的文件。

回答by paulmurray

Ok. This is what I have found so far: Go to the wiki: http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html

好的。这是我到目前为止发现的:转到维基:http: //jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html

it indicated that there is a demo directory: http://jogamp.org/deployment/webstart/

它表明有一个演示目录:http: //jogamp.org/deployment/webstart/

There are a number of JNLP files here. Pick one at random: http://jogamp.org/deployment/webstart/Gears.jnlp

这里有许多 JNLP 文件。随机选择一个:http: //jogamp.org/deployment/webstart/Gears.jnlp

Open it in the browser. The browser starts up webstart, and webstart installs the 3d extensions and runs the demo. It works, so clearly the libraries are being downloaded - somewhere.

在浏览器中打开它。浏览器启动 webstart,webstart 安装 3d 扩展并运行演示。它有效,很明显正在下载库 - 某处。

Fine. Let's try it from the command line: $ curl http://jogamp.org/deployment/webstart/Gears.jnlp> Gears.jnlp $ javaws Gears.jnlp

美好的。让我们从命令行尝试一下: $ curl http://jogamp.org/deployment/webstart/Gears.jnlp> Gears.jnlp $ javaws Gears.jnlp

Also fine. Great! The trick now is to work out how to link to those libraries that jws has downloaded.

也不错。伟大的!现在的诀窍是弄清楚如何链接到 jws 下载的那些库。

Well ... as far as I can tell they simply get put in /System/Library/Java/Extensions, and ... drat: "Access restriction: The type DirectionalLight is not accessible due to restriction on required library /System/Library/Java/Extensions/j3dcore.jar"

嗯......据我所知,他们只是被放入 /System/Library/Java/Extensions,然后...... drat:“访问限制:由于对所需库 /System/Library 的限制,DirectionalLight 类型无法访问/Java/Extensions/j3dcore.jar”

okeydoke, more to figure out yet.

okeydoke,还有更多需要弄清楚。

回答by Wade Walker

To get the latest stable version of the new JOGL 2.0 beta, go to http://jogamp.org/deployment/webstart/. The nightly builds are at http://jogamp.org/deployment/autobuilds/master/. The most recent auto build (as of this writing) is at http://jogamp.org/deployment/autobuilds/master/jogl-b242-2010-11-28_23-03-07/. You can see a description of their versioning at http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases.

要获得新的 JOGL 2.0 测试版的最新稳定版本,请访问http://jogamp.org/deployment/webstart/。每晚构建位于http://jogamp.org/deployment/autobuilds/master/。最近的自动构建(在撰写本文时)位于http://jogamp.org/deployment/autobuilds/master/jogl-b242-2010-11-28_23-03-07/。您可以在http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases 上查看他们的版本控制说明。

To get the old JOGL 1.1.1a (the last build before JOGL moved), go to http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/.

要获得旧的 JOGL 1.1.1a(移动 JOGL 之前的最后一个版本),请访问http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/

回答by aVeRTRAC

Current project home: http://jogamp.org/jogl/www/

当前项目主页:http: //jogamp.org/jogl/www/