Tag: Java

Computer Graphics Programming in OpenGL with JAVA (2nd Edition)


Free Download Computer Graphics Programming in OpenGL with JAVA
English | 2019 | ISBN: 1683922190 | 556 Pages | EPUB (True) | 34 MB
This new edition provides step-by-step instruction on modern 3D graphics shader programming in OpenGL with Java, along with its theoretical foundations. It is appropriate both for computer science graphics courses, and for professionals interested in mastering 3D graphics skills. It has been designed in a 4-color, "teach-yourself" format with numerous examples that the reader can run just as presented. Every shader stage is detailed, starting with the basics of modeling, lighting, textures, etc., up through advanced techniques such as tessellation, soft shadows, and generating realistic materials and environments. Includes companion files with all of the source code, models, textures, skyboxes and normal maps used in the book. (Files are also available with Amazon proof of purchase by writing to the ✅Publisher at [email protected])

(more…)

Beginning Java Objects From Concepts to Code


Free Download Beginning Java Objects: From Concepts to Code by Jacquie Barker
English | PDF | 2005 | 935 Pages | ISBN : 1590594576 | 11.5 MB
Learning to design objects effectively with Java is the goal of Beginning Java Objects: From Concepts to Code, Second Edition. Plenty of titles dig into the Java language in massive detail, but this one takes the unique approach of stepping back and looking at fundamental object concepts first. Mastery of Java-from understanding the basic language features to building complete industrial-strength Java applications-emerges only after a thorough tour of thinking in objects.

(more…)

Java – Switch Statements


Free Download Java – Switch Statements
Released 2/2024
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Advanced | Genre: eLearning | Language: English + srt | Duration: 40m | Size: 79 MB
Switch statements-which let you execute one statement from multiple conditions-are an extremely useful part of Java. However, switch changed drastically in Java 17 compared to Java 8 or 11. In this course. Instructor Maaike van Putten explains the benefits of the latest switch features. Maaike starts off with the basics of a switch statement and what you can do with it. She then introduces the syntax of the new options for switch statements and gives some use cases for them. She also explains switch expressions-what they are, how they differ from switch statements, and how to know when you use which one. Lastly, learn about pattern matching, a preview feature in Java 17 that provides more flexibility when defining conditions for switch cases.

(more…)