Java OpenGL 2D Game Tutorial - Episode 1 - The Window

preview_player
Показать описание
Today we set up the OpenGL rendering window in JOGL! What fun! Thanks for watching, liking, commenting, and subscribing!
Рекомендации по теме
Комментарии
Автор

Searched online for so many JOGL Tutorials, trying to make a turn based 2D game as a personal project using Java. Every tutorial sucked, was outdated, vague, had incorrect steps, etc. Until I found this one. I have a lot of background with coding but almost none with graphics. Seeing my first window open was honestly more fulfilling than it should have been. Great tutorial. You know your stuff, you explain that stuff, and in this video at least you showed an alternative to using GLWindow. As someone who has had literally no prior graphics programming before this, I truly appreciate this video. So helpful. Can't wait to continue watching to learn more!

JustiFyTheMeansGames
Автор

Finally one good playlist for OpenGL, Thanks for you effort .

husseinshukre
Автор

not expecting a response, but i managed to get this error:
Error: Unable to initialize main class org.graphics.Renderer
Caused by:
any clues? windows 10 trying to run with eclipse. is this due to the tutorials age?

ciankiwi
Автор

Learning all this GL stuff will take half of the eternity but it's probably god thing to do so I don't have to rely on how people have implemented things I need. Also at the same time as I try to learn all that, the game idea I have in my head will mature like good swiss cheese. Peace.

nahokakuk
Автор

I have the same code but the windoe doesn't pop up i'm using intelliJ.

joelburleson
Автор

Why do we need initSingleton()? program works fine without this method

mildgeneral
Автор

With Windows 10 and Java 9 this Code results in the following:
"WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by to method
WARNING: Please consider reporting this to the maintainers of
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release"
Any solution?

EiQ