I don't know if this is against the FAQ so if you close this, it'll be no surprise. I have done research but all the tutorials I have seen have been to hard to follow; I reckon there are better ones out there. If you could tell me, that would be great but if you close it, I understand. Thank you
|
I would suggest you to read Learning Modern 3D Graphics Programming and check out my LWJGL port, but if you don't understand glBegin and GL_QUADS maybe you'll find it a bit too difficult for now. Give it a look. Also, in the official LWJGL wiki are listed some resources that can help you to start. |
|||||||
|
|
Look at "Java Game Development" LWJGL tutorials from The Coding Universe. They are really good and can help you to understand LWJGL better. |
|||
|
|
|
In addition to the Coding Universe tutorials that Denys P. mentioned I would recommend taking a look at thenewboston's YouTube videos: http://www.youtube.com/playlist?list=PL210C2267A8922854&feature=plcp (parts 1-12) He hasn't added the additional videos to a playlist, so I created one here: http://www.youtube.com/playlist?list=PL9BA7E13950409F54&feature=plcp (parts 13-21) They are strictly 2D and focused on Slick2D but can help you get started. Good luck! -Mitchell |
|||||
|

GL11.glBegin(GL11.GL_QUADS)e.tc. I mean with the lighting and all the high-end code, I really need to know it but can't find a good tutorial. – Taylor Golden Jun 17 '12 at 20:04