@TheCodingUniverse Hmm, that seemed to do the trick. My update method was inside in if statement, so I guess that didn't guarantee it would always update. Thanks :D
@L3gendArch3r Control–Space, check out episode 16 for the initialization code, I felt it was too difficult and of too little significance to be covered here.
Whenever I run the program, it works fine, but it freezes up every time and won't respond??
FilmPriest 6 days ago
@FilmPriest You probably forgot to put Display.update() in the main loop.
TheCodingUniverse 6 days ago
@TheCodingUniverse Hmm, that seemed to do the trick. My update method was inside in if statement, so I guess that didn't guarantee it would always update. Thanks :D
FilmPriest 6 days ago
When I use "glClear(GL_COLOR_BUFFER_BIT);" it does not display anything after running it.
Lining it out fixes it tho.
I am using Ubuntu, not sure if this is causing it or my decades old graphics card :o)
Nice tutorials btw.!!
v199AGR 3 weeks ago
@v199AGR As long as you put that at the top of your main display loop you should be fine. Weird.
TheCodingUniverse 3 weeks ago
Also, how do yuo get that auto-complete box on a Windows. (3:57)
L3gendArch3r 1 month ago
@L3gendArch3r Control–Space, check out episode 16 for the initialization code, I felt it was too difficult and of too little significance to be covered here.
TheCodingUniverse 1 month ago
I feel you didn't explain the initialization code well enough.
L3gendArch3r 1 month ago
@L3gendArch3r Google it Bro.
borngawd1564 1 month ago in playlist Java Game Development 3
For some reason mine doesn't understand any OpenGL commands like glMatrixMode unless I put GL11. before it. Do you know how I can fix this?
NerdsWBNerds 2 months ago in playlist Java Game Development
@NerdsWBNerds Yes, add the following line at the top of your code:
import static org.lwjgl.opengl.GL11.*;
This is called a static import.
TheCodingUniverse 2 months ago
I drew a line and it worked fine but the quad wont work
MrPitbull917 2 months ago
@MrPitbull917 Could you please send me your quad drawing source code?
TheCodingUniverse 2 months ago
@TheCodingUniverse Its okay I fixed it I was just being stupid and didnt understand the quad thing lol
MrPitbull917 2 months ago
@MrPitbull917 Fancy meeting you here
iCanHasGrief 2 months ago 9
@iCanHasGrief Lol, yeah man!
MrPitbull917 2 months ago
Thanks :D
Viral34 2 months ago
Loving it just what i wanted to find! (britresistor brought me here :) )
nemisisfire 2 months ago in playlist Java Game Development
0:15 Holy shit I need to get a mac just for that effect!
andyroflzz 2 months ago in playlist More videos from TheCodingUniverse
for some reason, the first input never works for me, even though i typed it correctly
14koder 3 months ago
@14koder You said this was fixed, right? Could you please tell us what the problem was?
TheCodingUniverse 3 months ago
nice :D
Darkzlime 3 months ago
@Darkzlime Yes, it took a whole lot of work and time to create this tutorial.
TheCodingUniverse 3 months ago