News

Method and variable handles vs. Java reflection To truly understand MethodHandles and VarHandles —what they do and why they are useful—it’s helpful to know a few things about reflection in Java.
OpenGL with Delphi - an incomplete, highly biased tutorial version 0.1 - only the basics Introduction: First of all, let me advise you; my natural ...
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
Are you new to coding in Python? Check out these Python tutorials for beginners and learn why Python is one of the most widely-used programming languages.
Java is an object-oriented language, and Java constructors are how you create objects. Learn about object creation in this full Java constructor tutorial.
Learn about serialization in Java with our comprehensive tutorial. We provide examples to help you understand how serialization works.
Which version of Java should you use in Linux? Learn how to easily switch between different versions with a tutorial from Jack Wallen.
Shadertoy - Learn by doing. Write, compile, and run shaders in your browser. Learn GLSL (the shader language) and apply techniques from other resources without having to write all the Java+OpenGL ...
Create basic shapes in opnegles2. And for abstraction purpose, its a class implementation using VBO's to create basic shapes in Open GLES2.0 android drawing shapes plane line shaders draw-graphics ...