Java的OpenGL开发包 JOGL

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-08 12:14:43

软件介绍

JOGL 是Java对于OpenGl的绑定(Java Bindings for OpenGL).

示例代码:

import net.java.games.jogl.*;

public class HelloWorld {
   public static void main (String args[]) {
       try {
         System.loadLibrary("jogl");
         System.out.println(
             "Hello World! (The native libraries are installed.)"
         );
         GLCapabilities caps = new GLCapabilities();
         System.out.println(
             "Hello JOGL! (The jar appears to be available.)"
         );
       } catch (Exception e) {
         System.out.println(e);
       }
   }
}

本文地址:https://codercto.com/soft/d/14141.html

Once Upon an Algorithm

Once Upon an Algorithm

Martin Erwig / MIT Press / 2017-9-8 / GBP 22.95

How Hansel and Gretel, Sherlock Holmes, the movie Groundhog Day, Harry Potter, and other familiar stories illustrate the concepts of computing. Picture a computer scientist, staring at a screen and......一起来看看 《Once Upon an Algorithm》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具