About 5,400,000 results
Open links in new tab
  1. Minimal OpenGL example in Java - Stack Overflow

    Oct 7, 2016 · As an Java developer, I recently had idea of learning OpenGL. I fully understand, that Java isn't best language for computer graphics, but as I just want to learn basics and concepts (and not …

  2. Can I use OpenGL in my Java applications? If yes, how?

    Jul 10, 2014 · I want to start creating some 3D software for Linux, and heard that OpenGL is the library of choice for Linux 3D development. Is there any way to use it with Java? if yes, how?

  3. how to use opengl with java? - Stack Overflow

    Sep 28, 2012 · how can i use opengl with java? i ran the code to test. I am new to opengl. it is demo code downloaded from the net. i know there is something problem with opengl installation but not …

  4. How to use Opengl/DirectX in Java - Stack Overflow

    May 18, 2014 · My questions are: How to use Opengl or DirectX in Java. Does DirectX have any major advantages over Opengl when using it in Java? Is there a way to do so without using an API? Should …

  5. What is the best OpenGL java binding? - Stack Overflow

    Nov 16, 2010 · It works in Windows, Linux, and OS X, but you might want to read over the official documentation for some notes about specific issues in each platform. Keep in mind that the OpenGL …

  6. java - OpenGL inside a JFrame - Stack Overflow

    May 4, 2012 · Is it even possible to embed an OpenGL inside a Jframe? Also, a recomandation for an opengl library that would support such thing. I played a bit with JOGL, but also saw that there are …

  7. How do I set up Java Opengl on eclipse? - Stack Overflow

    Jun 18, 2012 · so I'm just getting into Java Opengl, and I use eclipse as my IDE. I checked the Java Opengl website, but it doesn't really help you to install it. Can anyone give me some steps on how to …

  8. java - Difference between UV and ST texture coordinates - Stack …

    Sep 24, 2020 · What's the difference between a UV texture coordinate vs. ST texture Coordinate? I know that UV and ST are used in OpenGL. I also know that ST are also used in Java.

  9. java - How to use OpenGL in JavaFX? - Stack Overflow

    Jun 5, 2013 · The JavaFX 3D api is not going to provide all the power of a full OpenGL api integration, however using the JavaFX 3D api is relatively simple. A description, with code examples of the 3D …

  10. java - OpenGL and AWT/Swing User Interface - Stack Overflow

    Dec 4, 2019 · I am currently developing 3d viewer with OpenGL (LWJGL) for an embedded system. Without going into much detail, there is an application written on Java/Swing that currently has fully …