Mineshooter with SDL?
I’m currently working on learning SDL and am also thinking about making my Mineshooter Projekt use SDL. Does anybody have experience with programming SDL-Applications and would advice against us …
I’m currently working on learning SDL and am also thinking about making my Mineshooter Projekt use SDL. Does anybody have experience with programming SDL-Applications and would advice against us …
Finally worked out the World-Collision problem. The player now collides perfectly with the blocks, but there is one problem left:
If you collide with a block in front on you, “you look inside the block”. That’s be …
Continued work on Mineshooter!
I just read a blog-article from manwithsteelnerves about z-fighting which really motivated me to continue 3D-programming with OpenGL. That’s why I decided to con …
This is a screenshot of Mineshooter a game similar to Minecraft, but as a Shooter Game. I was making this while learning OpenGL 3D-Programming. I already included common Shooter-Navigation (w-a-s-d and mouselook …