+ 3
How can i learn graphics??
used for games
8 Answers
+ 8
try @lynda.com. it is very resourceful for every learner and great place to start
+ 3
these are the 2 way:
1 steal the brain of a java developer
2 do just like scott said.
+ 3
I make games in Java, so I can say for sure that you don't need to use complicated software. Like I said previously, you just need to use either Buffered capabilities or just override paintComponent() in JPanel.
+ 3
start with photoshopthen 3dsmax then maya
+ 2
You need a 3d modeling software. You can use blender which is free and powerful and there are many videos on youtube to help you learn how to use it. I recommend the youtuber "tutor4u" and start on his coffee cup tutorial.
After you finish that coffee cup that cup will now be an asset and you can import it into the game engine of your choice and use it where it's needed like in a living room or kitchen.
Of course with a kitchen now you need to model a fridge, chairs, dining table, etc.
Get To Work!
+ 2
LWJGL and JOML are nice libraries to start with the basics of computer graphics, animation and gaming. It may be tough to learn at the beginning, but it's totally worth the effort. ThinMatrix (Youtube Channel) could also be of great help when using those libraries (OpenGL) in Java.
+ 2
Don't need to worry about complicated tools. Try the Oracle tutorials:
https://docs.oracle.com/javase/tutorial/
Have a nice day :)
+ 1
try to search LibGDX