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://www.codercto.com/soft/d/14141.html

Head Rush Ajax

Head Rush Ajax

Brett McLaughlin、Eric Freeman、Elisabeth Freeman / O'Reilly Media, Inc. / 2006-03-01 / USD 34.99

Ajax, or Asynchronous JavaScript and XML, is a term describing the latest rage in web development. Ajax is used to create interactive web applications with XML-based web services, and using JavaScript......一起来看看 《Head Rush Ajax》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器