Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming 3d Games in Java

Tags:

java

Hi I started this summer to learn Java because I was interessted in creating games.I managed to get a firm grasp of Java SE core and now I wana move further in creating some 3D games the only problem is I dont know where to start.

Can you guys recomend me some books that help me understad 3d game development in Java better?

like image 581
Aly Avatar asked Oct 05 '11 14:10

Aly


People also ask

Can I make a 3D game with Java?

Using Java 3D you will be able to develop richly interactive 3D applications, ranging from immersive games to scientific visualization applications.

Is Java good for 3D graphics?

THE Java 3D API is an application programming interface used for writing three-dimensional graphics applications and applets. It gives developers high-level constructs for creating and manipulating 3D geometry and for constructing the structures used in rendering that geometry.

What programming language do 3D games use?

C++ is the most popular language for creating game engines—the development environments where game programmers create and host their interactive worlds. Game engines provide the technology for every aspect of a game, from graphics, physics, and sound to the behavior of AI-powered game bots.

Is Java suitable for gaming?

Java. Even though Java doesn't provide the same level of intricate control as C++, many see it as the best language for game development. Java's popularity is partially due to its ease of use, which makes it a great solution for many new Game Developers.


1 Answers

This can be a good place to start

http://jmonkeyengine.com/

like image 70
heldt Avatar answered Oct 12 '22 16:10

heldt