Tabs/Spaces
|
|
com.jogamp.opengl (OpenGL 3.x?) vs. javax.media.opengl (OpenGL 2.x?)
Where can I find the package javax.media.opengl?
jogamp.org/deployment/jogamp-current/archive/
Javax Media OpenGL
JOGL Windows AMD64
LWJGL – Lightweight Java Game Library 3
github.com/LWJGL/lwjgl3, LWJGL is a Java library that enables cross-platform access to popular native APIs
github.com/LWJGLX/lwjgl3-awt, AWT support for LWJGL3
LWJGL3 based on GLFW
GLFW
Wikipedia: GLFW, small C library that allows the creation and management of windows with OpenGL contexts (like FreeGLUT or SDL)
How to use OpenGL in JavaFX?
JFXGL, Glue code that allows you to use JavaFX in your OpenGL/LWJGL3 app.
#23 Java und OpenGL Tutorial – culling und depth-test
Coding a 2D Game Engine in Java
Code a 2D Game Engine using Java – Full Course for Beginners
Code a 2D Game Engine using Java [Part 2]
github.com/codingminecraft/MarioYoutube/tree/master
OpenGL 3D Game Tutorial (02.08.2014)
Starting Work on my New Farming Game! (30.01.2022)
OpenGL 3D Game Tutorials (Playlist)
Java 3D game using LWJGL, OPENGL, OPENAL, e.t.c
github.com/mrfrozen97/Java-3D-game-engine-with-basic-game
Java Programming Tutorial – Custom Graphics
Performing Custom Painting
yet another insignificant… programming notes
Guide to Guava RangeMap
Guava & Java 8
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>santa</groupId>
<artifactId>SantaJava</artifactId>
<version>1.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
</dependency>
</dependencies>
</project>
Keystone JS
github.com/keystonejs/keystone, Node.js CMS and web app framework
Getting Started
MongoDB
Wikipedia: MongoDB
Java 8 Advanced Streams
Processing Data with Java SE 8 Streams, Part 1
Part 2: Processing Data with Java SE 8 Streams
Java 8 Friday: Java 8 Will Revolutionize Database Access
Java 8 Stream Tutorial
The Java 8 Stream API Tutorial
Reverse a comparator in Java 8
Stream map() in Java with examples
Monade (Informatik)
Funktor (Logik)
Java-8: boolean primitive array to stream?
Converting array to list in Java
Count booleans in list
Java Lambda Stream group By and summing integer values/average
Find Sum and Average in a Java Array
How do you find the sum of all the numbers in an array in Java?
Übersicht über das Stream API in Java 8
Stream-Erzeugung und Stream-Operationen
Stream-Kollektoren und die Stream-Operation collect()
Guide to Java 8’s Collectors
Java 8: Creating a custom Collector for your Stream
Custom collectors for better performance
Introduction to writing custom collectors in Java 8
Custom collectors in Java 8
| Name | C/AC/I | Synchronised | Duplicate | |||