;D
-wes
Been trying out LWJGL 3. I can have one fullscreen window for each monitor and Iāve figured out how to do texture streaming and stuff with GLFW. Sadly, there is a load of bugs and quirks and even missing features from LWJGL 2.
Iāve been scratching my head over the last couple of days why the collision detection in my game wasnāt working. Everything is moving and accelerating fine. I verified that it wasnāt an interpolation issue where the Projectile was passing completely through the Ship in the course of a frame. I went through my collision detection code and while it is naive, it should work correctly.
And then I notice my update codeā¦
public void update(float dt) {
for (HasRigidBody hrb : rigidBodies) {
hrb.getRigidBody().update(dt);
}
// detectCollisions();
}
sigh
Itās working now.
To be fair, a debugger would have caught that one pretty quickā¦
It does.
doubled my RAM. moving OS to a new and larger HD. (famous last words)
It does.
How many spaces did you add after your period? :persecutioncomplex:
⦠got surprised by how smooth the windows 7 build-in ābackup and restoreā feature works. \o/
Moved to my first own house. No more rent bullshit.
Moved to my first own house. No more rent bullshit.
Good luck with the having to care about your own house bullshit.
⦠got surprised by how smooth the windows 7 build-in ābackup and restoreā feature works. \o/
Guess they had to make it work properly, because of how much everything breaks in Windows.
KaiHH managed to figure out how to get Nvidia Optimus laptops to use the Nvidia card. It required making a custom exe file though.
Lotās of first today for me:
So overall my day was pretty swell ;D
Lotās of first today for me:
- Got my first job. At a resteraunt unfortunately but I need to start somewhere
- Got my first girlfriend
![]()
- Probably failed my first Calculus test :emo: (well I probably didnāt fail but I feel like I did)
So overall my day was pretty swell ;D
Nice.
Nice!!!
Awwā¦
Lotās of first today for me:
- Got my first job. At a resteraunt unfortunately but I need to start somewhere
- Got my first girlfriend
![]()
- Probably failed my first Calculus test :emo: (well I probably didnāt fail but I feel like I did)
So overall my day was pretty swell ;D
Heh, at my school, the calc teacher intentionally makes the first test difficult to scare people. Itāll probably get better ;D
Sorry but it so funny ^^
In parallel universe:
Lotās of first today for me:
- Got my first job. At a resteraunt
- Burned a restaurant
KaiHH managed to figure out how to get Nvidia Optimus laptops to use the Nvidia card. It required making a custom exe file though.
Yes. Since I was really shocked by you telling me that launch4j just executes javaw.exe in the background, I just had to create a custom executable.
See the LWJGL thread for more info.
Got my driverās license! Couldāve gotten it almost a year ago, but never really took the time. My girlfriend and I also celebrate our 1 year anniversary very soon.