Final FPS project.
Uploader Comments (jSaurabh)
Top Comments
-
if you look it is actually 2 :D
-
how many fps is this fps running at :O
All Comments (44)
-
lag?
-
can you either post some tutorials for making such engine or rather help in any other way to help me also make such thing
-
uhhhhhhhhhhhhhhhhh........
Is it the web cam that is slow or the game?
-
@jSaurabh Lawl=?! time to buy a new computer?!
-
I actually counted the frames :P
They total around 120 xD
-
Wow... 2 FPS that's pretty bad ass. Haha I'm just kidding I read through your comments about the frame rate. Damn man you guys did pretty good. You should upload a better one when possible.
-
nice work and good luck with your project, if your still working on it.
-
ohhhhhh!!!my bad, its fucking amazing then, 5/5
-
it iz going 60 fps, the cam recording makez it lower
Why is your framerate so low? Is it because of SDL's dependency on onboard graphics?
Good work though. Ever thought of using a GFX engine like Irrlicht or OGRE?
KyleKatarn145 2 years ago
The recorder slows things down drastically, my computer sucks (16mb vram nvidia, 32mb ram, 700mz processor etc. it's a peice of shit lol), and we did a linear culling instead of using an octree or BSP tree. I don't like using other people's engines, and this was a CS project, so we couldn't use them even if we wanted to.
jSaurabh 2 years ago
does that lag so much really or does the video it??
Matzbyy 3 years ago
It's the video capture program I used.
jSaurabh 3 years ago
What is open gl and sdl?
allen6096 3 years ago
OpenGL is an API with a set f functions that allow you to render a 3D scene. SDL does the same (only in 2D instead), but SDL has some extra functions that can manage things like windows and keyboard/mouse events. You can't use openGL by itself, since you need some way of creating a window, and managing input/output.
jSaurabh 3 years ago